Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-17 Thread Johannes Thumshirn
On 16/10/2019 15:53, Greg KH wrote: > I can take this now, into my -next tree. I'll do so later this week > unless you object. Perfect, thanks. -- Johannes ThumshirnSUSE Labs Filesystems jthumsh...@suse.de+49 911 74053 689 SUSE

Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Greg KH
On Wed, Oct 16, 2019 at 03:45:08PM +0200, Johannes Thumshirn wrote: > On 16/10/2019 14:51, Greg KH wrote: > > On Wed, Oct 16, 2019 at 12:01:58PM +0200, Johannes Thumshirn wrote: > >> Now that we have symbol namespaces, use them in MCB to not pollute the > >> default namespace with MCB internals. >

Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Johannes Thumshirn
On 16/10/2019 14:51, Greg KH wrote: > On Wed, Oct 16, 2019 at 12:01:58PM +0200, Johannes Thumshirn wrote: >> Now that we have symbol namespaces, use them in MCB to not pollute the >> default namespace with MCB internals. >> >> Signed-off-by: Johannes Thumshirn >> --- >>

Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Greg KH
On Wed, Oct 16, 2019 at 12:01:58PM +0200, Johannes Thumshirn wrote: > Now that we have symbol namespaces, use them in MCB to not pollute the > default namespace with MCB internals. > > Signed-off-by: Johannes Thumshirn > --- > drivers/gpio/gpio-menz127.c| 1 + >

Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Michael Moese
On 16.10.19 12:01, Johannes Thumshirn wrote: > Now that we have symbol namespaces, use them in MCB to not pollute the > default namespace with MCB internals. > > Signed-off-by: Johannes Thumshirn Reviewed-by: Michael Moese > --- > drivers/gpio/gpio-menz127.c| 1 + >

Re: [PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Jessica Yu
+++ Johannes Thumshirn [16/10/19 12:01 +0200]: Now that we have symbol namespaces, use them in MCB to not pollute the default namespace with MCB internals. Signed-off-by: Johannes Thumshirn Hurray, more namespace users! :) Reviewed-by: Jessica Yu Thanks! ---

[PATCH] drivers: mcb: use symbol namespaces

2019-10-16 Thread Johannes Thumshirn
Now that we have symbol namespaces, use them in MCB to not pollute the default namespace with MCB internals. Signed-off-by: Johannes Thumshirn --- drivers/gpio/gpio-menz127.c| 1 + drivers/iio/adc/men_z188_adc.c | 1 + drivers/mcb/mcb-core.c | 28