search for: busses

Displaying 20 results from an estimated 236 matches for "busses".

2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_ids.h | 1 + 4 files changed, 291 insertions(+) create mode 100644 drivers/i2c/busses/i2c-virtio.c diff --git a/drivers/i2c/b...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_ids.h | 1 + 4 files changed, 291 insertions(+) create mode 100644 drivers/i2c/busses/i2c-virtio.c diff --git a/drivers/i2c/b...
2020 Sep 11
6
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 Changes in v2: - Addressed comments received from Michael, Andy and Jason. drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 271 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_ids.h | 1 + 4 files changed, 286 insertions(+) create mode 100644 drivers/i2c/busses/i2c-virtio.c diff --git a/drivers/i2c/b...
2020 Sep 11
6
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 Changes in v2: - Addressed comments received from Michael, Andy and Jason. drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 271 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_ids.h | 1 + 4 files changed, 286 insertions(+) create mode 100644 drivers/i2c/busses/i2c-virtio.c diff --git a/drivers/i2c/b...
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...rg/archives/virtio-comment/202009/msg00021.html Changes in v3: - Move the interface into uAPI according to Jason. - Fix issues reported by Dan Carpenter. - Fix typo reported by Randy. Changes in v2: - Addressed comments received from Michael, Andy and Jason. drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 256 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_i2c.h | 31 +++++ include/uapi/linux/virtio_ids.h | 1 + 5 files changed, 302 insertions(+) create mode 100644 drivers/i2c/bu...
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...rg/archives/virtio-comment/202009/msg00021.html Changes in v3: - Move the interface into uAPI according to Jason. - Fix issues reported by Dan Carpenter. - Fix typo reported by Randy. Changes in v2: - Addressed comments received from Michael, Andy and Jason. drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 256 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/virtio_i2c.h | 31 +++++ include/uapi/linux/virtio_ids.h | 1 + 5 files changed, 302 insertions(+) create mode 100644 drivers/i2c/bu...
2019 Jun 26
0
[PATCH] drm/nouveau: Enable i2c pads & busses during preinit
...re initializing any subdevices, we end up failing to acquire access to the i2c bus which has left a number of cards with their fan controllers uninitialized. Luckily this doesn't break hardware - it just means the fan gets stuck at 100%. This also means that we've always been using our i2c busses before initializing them during the init scripts for older GPUs, we just didn't notice it until we started preventing them from being used until init. It's pretty impressive this never caused us any issues before! So, fix this by initializing our i2c pad and busses during subdev pre-init....
2020 Sep 03
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/virtio_ids.h | 1 + > 4 files changed, 291 insertions(+) > create mode 100644 drivers/i2c/busses/i2c-virtio...
2020 Sep 03
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
....com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/virtio_ids.h | 1 + > 4 files changed, 291 insertions(+) > create mode 100644 drivers/i2c/busses/i2c-virtio.c &g...
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...tel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > The device ID request: > https://github.com/oasis-tcs/virtio-spec/issues/85 > > Changes in v2: > - Addressed comments received from Michael, Andy and Jason. > > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 271 ++++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/virtio_ids.h | 1 + > 4 files changed, 286 insertions(+) > create mode 100644 drivers/i2c/busses/i2c-virtio...
2020 Sep 04
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/virtio_ids.h | 1 + > 4 files changed, 291 insertions(+) > create mode 100644 drivers/i2c/busses/i2c-virtio...
2020 Sep 22
0
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...t; > Changes in v3: > - Move the interface into uAPI according to Jason. > - Fix issues reported by Dan Carpenter. > - Fix typo reported by Randy. > > Changes in v2: > - Addressed comments received from Michael, Andy and Jason. > > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 256 ++++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/virtio_i2c.h | 31 +++++ > include/uapi/linux/virtio_ids.h | 1 + > 5 files changed, 302 insertions(+) > cre...
2019 Aug 06
2
Permissions not inherited when moving a file
Thank you very much for your reply. Oh sorry, I forgot that: Here's my smb.conf for Samba 4.9.4-Debian fileserver. I'm running samba with a different Samba-DC (i replaced my domain with samdom): [global] security = ADS workgroup = samdom realm = samdom.domain.tld log file = /var/log/samba/%m.log log level = 1 idmap config * : backend = tdb idmap config * : range = 3000-7999 idmap config
2019 Aug 06
2
Permissions not inherited when moving a file
Thank you very much for your reply. Beside the fact that we can't use Windows ACLs because we need the posix acls for a different service, are you sure, that Windows ACLs would fix this issue? The ntacls are stored in the xattr of the file itself. When you now move the file to a different location the xattr should stay the same and the user still doesn't have the right permissions to
2020 Sep 04
2
[PATCH] i2c: virtio: add a virtio i2c frontend driver
On 2020/9/4 12:06, Jason Wang wrote: > >> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig >> index 293e7a0..70c8e30 100644 >> --- a/drivers/i2c/busses/Kconfig >> +++ b/drivers/i2c/busses/Kconfig >> @@ -21,6 +21,17 @@ config I2C_ALI1535 >> ??????? This driver can also be built as a module.? If so, the module >> ????...
2020 Sep 04
2
[PATCH] i2c: virtio: add a virtio i2c frontend driver
On 2020/9/4 12:06, Jason Wang wrote: > >> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig >> index 293e7a0..70c8e30 100644 >> --- a/drivers/i2c/busses/Kconfig >> +++ b/drivers/i2c/busses/Kconfig >> @@ -21,6 +21,17 @@ config I2C_ALI1535 >> ??????? This driver can also be built as a module.? If so, the module >> ????...
2003 Feb 10
1
Samba 2.2.7a as PDC with LDAP: c000019b error code
Hello! I've run into a strange problem with samba-2.2.7a. I compiled it with --with-ldapsam on a Debian/Woody box, set up openLDAP 2.0.23 with all users and machine trust accounts and configured samba to using LDAP and being a PDC. Works ok so far, users may authenticate and use their shares. But they can not *always* log into the domain from NT4.0 workstations. Sometimes yes, sometimes
2020 Sep 11
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On 9/10/20 8:48 PM, Jie Deng wrote: > diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig > index 293e7a0..70c8e30 100644 > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -21,6 +21,17 @@ config I2C_ALI1535 > This driver can also be built as a module. If so, the module > will be called i2c-ali1535....
2023 Aug 01
0
[linux-next:master] BUILD REGRESSION a734662572708cf062e974f659ae50c24fc1ad17
...cb9bWT-lkp at intel.com Error/Warning: (recently discovered and may have been fixed) ../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10: fatal error: loongarch-def.h: No such file or directory clang-16: error: unknown argument: '-msym32' drivers/i2c/busses/i2c-virtio.c:270:3: error: field designator 'freeze' does not refer to any field in type 'struct virtio_driver' drivers/i2c/busses/i2c-virtio.c:271:3: error: field designator 'restore' does not refer to any field in type 'struct virtio_driver' drivers/regulator/max77...
2019 Aug 06
0
Permissions not inherited when moving a file
On 06/08/2019 15:02, S?ren Busse via samba wrote: > Thank you very much for your reply. > > Oh sorry, I forgot that: > Here's my smb.conf for Samba 4.9.4-Debian fileserver. I'm running > samba with a different Samba-DC (i replaced my domain with samdom): > > [global] > security = ADS > workgroup = samdom > realm = samdom.domain.tld > log file =