Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-05-01 Thread Samuel Ortiz
Hi Russ, On Sun, Apr 22, 2012 at 01:48:18AM -0700, Russ Dill wrote: > 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for > linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h > which is required by omap-usb-host.c. Fix the build breakage by incl

Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-04-30 Thread Samuel Ortiz
Hi Kevin, On Fri, Apr 27, 2012 at 01:36:28PM -0700, Kevin Hilman wrote: > Samuel, > > "Munegowda, Keshava" writes: > > > On Sun, Apr 22, 2012 at 2:20 PM, Russ Dill wrote: > >> On Sun, Apr 22, 2012 at 1:48 AM, Russ Dill wrote: > >>> 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes

Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-04-23 Thread Anatolij Gustschin
On Mon, 23 Apr 2012 11:55:49 +0530 "Munegowda, Keshava" wrote: > On Sun, Apr 22, 2012 at 2:20 PM, Russ Dill wrote: > > On Sun, Apr 22, 2012 at 1:48 AM, Russ Dill wrote: > >> 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include > >> for > >> linux/gpio.h from omap-usb-host.c

Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-04-22 Thread Munegowda, Keshava
On Sun, Apr 22, 2012 at 2:20 PM, Russ Dill wrote: > On Sun, Apr 22, 2012 at 1:48 AM, Russ Dill wrote: >> 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for >> linux/gpio.h from omap-usb-host.c. This include indirectly includes >> plat/cpu.h >> which is required by omap-

Re: [PATCH] Fix build breakage in omap-usb-host.c

2012-04-22 Thread Russ Dill
On Sun, Apr 22, 2012 at 1:48 AM, Russ Dill wrote: > 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for > linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h > which is required by omap-usb-host.c. Fix the build breakage by including > it directl

[PATCH] Fix build breakage in omap-usb-host.c

2012-04-22 Thread Russ Dill
'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h which is required by omap-usb-host.c. Fix the build breakage by including it directly. Signed-off-by: Russ Dill --- drivers/mfd/omap-usb-hos