Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-12-22 Thread Dave Martin
On Mon, Dec 19, 2011 at 09:39:42PM +, Russell King - ARM Linux wrote: On Mon, Dec 19, 2011 at 01:24:09PM +, Dave Martin wrote: Hi Russell, This one isn't urgent, but I'm not seeing the amba modalias patches anywhere yet. Did you have any outstanding concerns which need

Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-12-19 Thread Dave Martin
Hi Russell, This one isn't urgent, but I'm not seeing the amba modalias patches anywhere yet. Did you have any outstanding concerns which need to be resolved? If you can suggest when/if these are likely to merge that would be great. Since Alessandro is now expecting to have to rebase on top of

Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-12-06 Thread Dave Martin
On Tue, Dec 06, 2011 at 04:59:11PM +0100, Alessandro Rubini wrote: ... it looks like Alessandro's proposed change to tidy up scripts/mod/ ile2alias.c may get merged soon No, I don't think it will happen. Rusty disagrees, and his own suggestion is in the queue. I'm waiting a while to

[GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-11-22 Thread Dave Martin
at: git://git.linaro.org/people/dmart/linux-2.6-arm.git arm/amba-modalias+for-rmk Dave Martin (16): ARM: amba: Move definition of struct amba_id to mod_devicetable.h ARM: amba: Auto-generate AMBA driver module aliases during modpost hwrng: nomadik: Enable module alias autogeneration

Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-11-22 Thread Dave Martin
On Tue, Nov 22, 2011 at 12:56:32PM +0100, Alessandro Rubini wrote: I have Acks on some of the driver patches and no comments on the rest. I've been circulating these for some time, so if you're happy to pull those driver patches via your tree, please go ahead. Sure I have no problem with

[PATCH 00/16] ARM: amba: Enable module alias autogeneration for AMBA drivers

2011-10-05 Thread Dave Martin
it in the affected drivers. Briefly tested on Versatile Express, including aaci, mmci and amba-clcd (which appears to have the most interesting modalias match pattern). For me, the appropiate modules now get loaded at udev trigger time. Any comments and feedback are welcome. Dave Martin (16): ARM: amba: Move

[PATCH 11/16] spi: pl022: Enable module alias autogeneration for AMBA drivers

2011-10-05 Thread Dave Martin
Signed-off-by: Dave Martin dave.mar...@linaro.org --- drivers/spi/spi-pl022.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index f103e470..43abaf2 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c