[PATCH v2] usb: musb: Rework USB and USB_GADGET dependency

2013-12-26 Thread Ezequiel Garcia
This USB controller can work in as host-only, gadget-only or dual-role modes. Rework the dependency on the USB and USB_GADGET configs in order to allow building the driver when !USB or !USG_GADGET. Signed-off-by: Ezequiel Garcia --- Changes from v1: Remove unneeded parenthesis drivers/usb/Kconf

Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC

2013-12-26 Thread Ezequiel Garcia
On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote: > On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote: > > Felipe, > > > > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote: > > > Enable this option as it's required to use USB on AM335x SoC. > > > > > > Sig

Re: [PATCH V5 2/4] DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IP

2013-12-26 Thread Felipe Balbi
Hi, On Tue, Dec 03, 2013 at 03:57:23PM +0530, Sricharan R wrote: > +static const struct of_device_id crossbar_match[] __initconst = { > + { .compatible = "ti,irq-crossbar" }, > + {} > +}; > + > +int irqcrossbar_init(void) > +{ > + struct device_node *np; > + np = of_find_matching_n

Re: [PATCH V5 0/4] DRIVERS: IRQCHIP: Add support for crossbar IP

2013-12-26 Thread Santosh Shilimkar
Sricharan, On Wednesday 25 December 2013 11:52 PM, Sricharan R wrote: > Hi Thomas, > On Wednesday 18 December 2013 02:49 PM, Sricharan R wrote: >> Hi Thomas, >> >> On Tuesday 03 December 2013 03:57 PM, Sricharan R wrote: >>> Some socs have a large number of interrupts requests to service >>> the n

Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC

2013-12-26 Thread Felipe Balbi
On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote: > Felipe, > > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote: > > Enable this option as it's required to use USB on AM335x SoC. > > > > Signed-off-by: Ezequiel Garcia > > --- > > arch/arm/configs/omap2plus_defconf

Re: [PATCH 2/2] usb: musb: Rework USB and USB_GADGET dependency

2013-12-26 Thread Sergei Shtylyov
Hello. On 26-12-2013 16:24, Ezequiel Garcia wrote: This USB controller can work in as host-only, gadget-only or dual-role modes. Rework the dependency on the USB and USB_GADGET configs in order to allow building the driver when !USB or !USG_GADGET. Signed-off-by: Ezequiel Garcia [...] di

[PATCH 1/2] usb: musb: Remove usb_disable() check in module_init()

2013-12-26 Thread Ezequiel Garcia
Removing the check to usb_disable() before registering the platform driver allows to build this driver when !USB && USB_GADGET, to be used in gadget-only mode. Also, use module_platform_driver() to register the platform driver. Signed-off-by: Ezequiel Garcia --- drivers/usb/musb/musb_core.c | 1

[PATCH 2/2] usb: musb: Rework USB and USB_GADGET dependency

2013-12-26 Thread Ezequiel Garcia
This USB controller can work in as host-only, gadget-only or dual-role modes. Rework the dependency on the USB and USB_GADGET configs in order to allow building the driver when !USB or !USG_GADGET. Signed-off-by: Ezequiel Garcia --- This is just a resend of a recently sent, standalone patch. dr

[PATCH 0/2] musb: Rework USB and USB_GADGET config

2013-12-26 Thread Ezequiel Garcia
I'm resending this configuration rework to include one more patch in the series, prior to the config change. The first patch removes the usb_disable() usage, allowing the build the module for gadget-only mode usage. Without the first patch, the build breaks when building for !USB && USB_GADGET. Ho

Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC

2013-12-26 Thread Ezequiel Garcia
Felipe, On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote: > Enable this option as it's required to use USB on AM335x SoC. > > Signed-off-by: Ezequiel Garcia > --- > arch/arm/configs/omap2plus_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/oma

[GIT PULL] ARM: OMAP2+: hwmod data: a few more fixes for v3.13-rc

2013-12-26 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e: Linux 3.13-rc3 (2013-12-06 09:34:04 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/fo