Re: [PATCH] usb: twl6030-usb: make driver DT only

2016-11-14 Thread Tony Lindgren
* Felipe Balbi [161114 00:51]: > > Hi, > > Nicolae Rosia writes: > > All users are DT-only and it makes no sense to keep > > unused code > > > > Signed-off-by: Nicolae Rosia > > I need an Acked-by from either Tony, Roger or Bin We've had omap4 booting in device tree only mode for years now,

Re: [PATCH] usb: twl6030-usb: make driver DT only

2016-11-14 Thread Felipe Balbi
Hi, Nicolae Rosia writes: > All users are DT-only and it makes no sense to keep > unused code > > Signed-off-by: Nicolae Rosia I need an Acked-by from either Tony, Roger or Bin > --- > drivers/usb/phy/Kconfig | 1 + > drivers/usb/phy/phy-twl6030-usb.c | 23 ++-

[PATCH] usb: twl6030-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/usb/phy/Kconfig | 1 + drivers/usb/phy/phy-twl6030-usb.c | 23 ++- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/drivers/usb/phy/Kconfig b/dri