Re: [PATCH v2] mfd: twl-core: make driver DT only

2016-11-26 Thread Nicolae Rosia
Hi, Please ignore this patch, I've sent it in a patch series here [0] Thanks, Nicolae [0] https://www.spinics.net/lists/kernel/msg2392364.html

Re: [PATCH v2] mfd: twl-core: make driver DT only

2016-11-22 Thread Nicolae Rosia
Hi, On Tue, Nov 22, 2016 at 12:45 PM, Baruch Siach wrote: > Hi Nicolae, > > > Can struct twl4030_platform_data declaration be removed now from > include/linux/i2c/twl.h? > > baruch > Yes, I have the patches ready and plan on doing that in the next cycle. I have been sending multiple patches to co

Re: [PATCH v2] mfd: twl-core: make driver DT only

2016-11-22 Thread Baruch Siach
Hi Nicolae, On Tue, Nov 22, 2016 at 12:21:30PM +0200, Nicolae Rosia wrote: > All users are DT-only and it makes no sense to keep > unused code which also prevents further cleanups. > > Signed-off-by: Nicolae Rosia > --- > Changes in v2: > Increased audience in CC list > > drivers/mfd/Kconfig