Re: [PATCH] phy: twl4030-usb: make driver DT only

2016-11-15 Thread Tony Lindgren
* Nicolae Rosia [161115 05:26]: > Hi, > > On Tue, Nov 15, 2016 at 3:20 PM, Kishon Vijay Abraham I wrote: > > Are you sure about this? I still see a bunch of board files in mach-omap2 > > using > > twl4030. > > > > Thanks > > Kishon > > You are

Re: [PATCH] phy: twl4030-usb: make driver DT only

2016-11-15 Thread Nicolae Rosia
Hi, On Tue, Nov 15, 2016 at 3:20 PM, Kishon Vijay Abraham I wrote: > Are you sure about this? I still see a bunch of board files in mach-omap2 > using > twl4030. > > Thanks > Kishon You are right, on v4.9 it is still used in arch/arm/mach-omap2/twl-common.c. I forgot to mention

Re: [PATCH] phy: twl4030-usb: make driver DT only

2016-11-15 Thread Kishon Vijay Abraham I
Hi, On Saturday 12 November 2016 04:09 PM, Nicolae Rosia wrote: > All users are DT-only and it makes no sense to keep > unused code Are you sure about this? I still see a bunch of board files in mach-omap2 using twl4030. Thanks Kishon > > Signed-off-by: Nicolae Rosia

[PATCH] phy: twl4030-usb: make driver DT only

2016-11-12 Thread Nicolae Rosia
All users are DT-only and it makes no sense to keep unused code Signed-off-by: Nicolae Rosia --- drivers/phy/Kconfig | 1 + drivers/phy/phy-twl4030-usb.c | 22 +++--- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git