search for: busse

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

Did you mean: 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/...
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/...
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/...
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/...
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/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/b...
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-virti...
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 &...
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-virti...
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-virti...
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(+) > cr...
2019 Aug 06
2
Permissions not inherited when moving a file
...active directory domain controller ??? workgroup = SAMDOM ??? idmap_ldb:use rfc2307 = yes [netlogon] ??? path = /var/lib/samba/sysvol/samdom.domain.tld/scripts ??? read only = No [sysvol] ??? path = /var/lib/samba/sysvol ??? read only = No Thank you very much in advance Kind regards S?ren Busse Am 06.08.19 um 15:45 schrieb Rowland penny via samba: > On 06/08/2019 14:22, S?ren Busse via samba wrote: >> Hello Samba list subscribers, >> >> i have a permission issue when moving files or directories (rename >> syscall) between directories with different permissions...
2019 Aug 06
2
Permissions not inherited when moving a file
...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 that file. Aren't there any other solutions when using Posix ACLs? Kind regards S?ren Busse Am 06.08.19 um 16:23 schrieb Rowland penny via samba: > 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 wi...
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
...se. I have put all users and machine trust accounts into LDAP. I am using the posixAccount objectclass with pam_ldap and nss_ldap, so apart from root and the standard system users, /etc/passwd is empty. /etc/samba/smbpasswd does not exist at all. Here is an example ldif of a user account: dn: cn=Busse,ou=users,o=zq-aekn,c=de objectClass: top objectClass: person objectClass: posixAccount objectClass: shadowAccount objectClass: sambaAccount objectClass: inetOrgPerson sn: Busse uidNumber: 2001 gidNumber: 100 homeDirectory: /home/users/busse userPassword:: xxx shadowLastChange: 12087 uid: Busse pwdL...
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/max7...
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...