linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
@ 2011-11-22 11:32 Dave Martin
  2011-11-22 11:56 ` Alessandro Rubini
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Dave Martin @ 2011-11-22 11:32 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: patches, linux-kernel, linux-arm-kernel, Alan Cox,
	Alessandro Rubini, Alessandro Zummo, alsa-devel, Chris Ball,
	Dan Williams, Dmitry Torokhov, Grant Likely, Jaroslav Kysela,
	Jassi Brar, Julia Lawall, Linus Walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, Paul Mundt,
	Paweł Moll, rtc-linux, spi-devel-general, Takashi Iwai,
	Vinod Koul, Wim Van Sebroeck

Hi Russell,

This series enables the general infrastructure for modalias
generation to work for AMBA devices, and enables it in the affected
drivers.

Since there are several patches here, I though it better to send a
pull request.

The first two patches (subject lines "ARM: amba: ...") are the core
patches; the remainder of the patches are the driver changes --
each is trivial and simply adds a MODULE_DEVICE_ALIAS() entry.

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.

Otherwise, let me know and I can continue trying to push the driver
patches via other routes.

Cheers
---Dave

The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:

  Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)

are available in the git repository 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 for AMBA drivers
      dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
      dmaengine: pl330: Enable module alias autogeneration for AMBA drivers
      gpio: pl061: Enable module alias autogeneration for AMBA drivers
      input: ambakmi: Enable module alias autogeneration for AMBA drivers
      mmc: mmci: Enable module alias autogeneration for AMBA drivers
      rtc: pl030: Enable module alias autogeneration for AMBA drivers
      rtc: pl031: Enable module alias autogeneration for AMBA drivers
      spi: pl022: Enable module alias autogeneration for AMBA drivers
      serial: pl010: Enable module alias autogeneration for AMBA drivers
      serial: pl011: Enable module alias autogeneration for AMBA drivers
      fbdev: amba: Enable module alias autogeneration for AMBA drivers
      watchdog: sp805: Enable module alias autogeneration for AMBA drivers
      sound: aaci: Enable module alias autogeneration for AMBA drivers

 drivers/amba/bus.c                   |    4 ++
 drivers/char/hw_random/nomadik-rng.c |    2 +
 drivers/dma/amba-pl08x.c             |    2 +
 drivers/dma/pl330.c                  |    2 +
 drivers/gpio/gpio-pl061.c            |    2 +
 drivers/input/serio/ambakmi.c        |    2 +
 drivers/mmc/host/mmci.c              |    2 +
 drivers/rtc/rtc-pl030.c              |    2 +
 drivers/rtc/rtc-pl031.c              |    2 +
 drivers/spi/spi-pl022.c              |    2 +
 drivers/tty/serial/amba-pl010.c      |    2 +
 drivers/tty/serial/amba-pl011.c      |    2 +
 drivers/video/amba-clcd.c            |    2 +
 drivers/watchdog/sp805_wdt.c         |    2 +
 include/linux/amba/bus.h             |    7 +---
 include/linux/mod_devicetable.h      |   18 ++++++++
 scripts/mod/file2alias.c             |   72 ++++++++++++++++++++++++++++++++++
 sound/arm/aaci.c                     |    2 +
 18 files changed, 123 insertions(+), 6 deletions(-)





^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:32 [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers Dave Martin
@ 2011-11-22 11:56 ` Alessandro Rubini
  2011-11-22 12:07   ` Dave Martin
                     ` (2 more replies)
  2011-12-06 15:15 ` Dave Martin
  2011-12-06 15:59 ` Alessandro Rubini
  2 siblings, 3 replies; 14+ messages in thread
From: Alessandro Rubini @ 2011-11-22 11:56 UTC (permalink / raw)
  To: dave.martin
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

> 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 the nomadik-rng.c, (so please have my
Acked-by: -- sorry for not noting it earlier) but I think this
file2alias thing needs a serious rework to split each bus in a
different file, using ELF sections like we do elsewhere.

I posted a patch last week but I got no comment at all. Maybe this
is the time to ask for comments? I can rebase and repost if needed.

  lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
  lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
  lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).

thanks
/alessandro

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:56 ` Alessandro Rubini
@ 2011-11-22 12:07   ` Dave Martin
  2011-11-22 15:19   ` Alessandro Rubini
  2011-11-22 19:20   ` Greg KH
  2 siblings, 0 replies; 14+ messages in thread
From: Dave Martin @ 2011-11-22 12:07 UTC (permalink / raw)
  To: Alessandro Rubini
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

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 the nomadik-rng.c, (so please have my
> Acked-by: -- sorry for not noting it earlier) but I think this

thanks

> file2alias thing needs a serious rework to split each bus in a
> different file, using ELF sections like we do elsewhere.
> 
> I posted a patch last week but I got no comment at all. Maybe this
> is the time to ask for comments? I can rebase and repost if needed.
> 
>   lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
>   lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
>   lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).

Splitting this up doesn't look like a silly idea -- I thought it was
unfortunate to have to patch a core file just to add a bus type.

I guess the question is how many new buses we get over time.  If they
only get added gradually, people might not be too concerned.  Of course,
this is one of those maintenance issues which can only get worse as time
goes on.

Cheers
---Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:56 ` Alessandro Rubini
  2011-11-22 12:07   ` Dave Martin
@ 2011-11-22 15:19   ` Alessandro Rubini
  2011-11-22 18:34     ` Dave Martin
  2011-11-22 19:20   ` Greg KH
  2 siblings, 1 reply; 14+ messages in thread
From: Alessandro Rubini @ 2011-11-22 15:19 UTC (permalink / raw)
  To: dave.martin
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

>>   lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
>>   lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
>>   lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).
> 
> Splitting this up doesn't look like a silly idea -- I thought it was
> unfortunate to have to patch a core file just to add a bus type.
>
> I guess the question is how many new buses we get over time.

Well, CERN will have 2 in a short time. And I'm sure the bus concept
is so good that a number of them exists as external patches. Being
forced to patch a core file is not good, with conflicts that accumulate
over time.

I'd better be able to drop in my own file and add a kconfig-aware line
in Makefile.  I think the implementation is straightforward. Who should
I send it to?

thanks
/alessandro

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 15:19   ` Alessandro Rubini
@ 2011-11-22 18:34     ` Dave Martin
  2011-11-22 19:35       ` Michal Marek
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Martin @ 2011-11-22 18:34 UTC (permalink / raw)
  To: Alessandro Rubini; +Cc: linux-kernel, Michal Marek

On Tue, Nov 22, 2011 at 04:19:42PM +0100, Alessandro Rubini wrote:
> >>   lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
> >>   lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
> >>   lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).
> > 
> > Splitting this up doesn't look like a silly idea -- I thought it was
> > unfortunate to have to patch a core file just to add a bus type.
> >
> > I guess the question is how many new buses we get over time.
> 
> Well, CERN will have 2 in a short time. And I'm sure the bus concept
> is so good that a number of them exists as external patches. Being
> forced to patch a core file is not good, with conflicts that accumulate
> over time.
> 
> I'd better be able to drop in my own file and add a kconfig-aware line
> in Makefile.  I think the implementation is straightforward. Who should
> I send it to?

I'm afraid I can't help there -- I don't often dabble in core kernel stuff.

I didn't receive any response on my patches to those files, so it's possible
I was CC'ing the wrong people.  I did do my best dith git blame/log,
get_maintainer.pl and the rest and posted to lkml a couple of times though.

If I'm reading MAINTAINERS correctly, Michal Marek might be the default
maintainer for stuff in scripts/ not owned by other people... the way that
is described is not understood by get_maintainer.pl, it appears.

Marek, are you the correct person for scripts/mod/file2alias.c and related
stuff?

Cheers
---Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:56 ` Alessandro Rubini
  2011-11-22 12:07   ` Dave Martin
  2011-11-22 15:19   ` Alessandro Rubini
@ 2011-11-22 19:20   ` Greg KH
  2 siblings, 0 replies; 14+ messages in thread
From: Greg KH @ 2011-11-22 19:20 UTC (permalink / raw)
  To: Alessandro Rubini
  Cc: dave.martin, linux, patches, linux-kernel, linux-arm-kernel,
	alan, a.zummo, alsa-devel, cjb, dan.j.williams, dmitry.torokhov,
	grant.likely, perex, jassisinghbrar, julia, linus.walleij,
	linux-fbdev, linux-input, linux-mmc, linux-serial,
	linux-watchdog, lethal, Pawel.Moll, rtc-linux, spi-devel-general,
	tiwai, vinod.koul, wim

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 the nomadik-rng.c, (so please have my
> Acked-by: -- sorry for not noting it earlier) but I think this
> file2alias thing needs a serious rework to split each bus in a
> different file, using ELF sections like we do elsewhere.
> 
> I posted a patch last week but I got no comment at all. Maybe this
> is the time to ask for comments? I can rebase and repost if needed.
> 
>   lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
>   lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
>   lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).

Ah, I missed that, yes, this would be a good thing to have, we've been
wanting it for _years_.

greg k-h

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 18:34     ` Dave Martin
@ 2011-11-22 19:35       ` Michal Marek
  0 siblings, 0 replies; 14+ messages in thread
From: Michal Marek @ 2011-11-22 19:35 UTC (permalink / raw)
  To: Dave Martin; +Cc: Alessandro Rubini, linux-kernel

Dne 22.11.2011 19:34, Dave Martin napsal(a):
> On Tue, Nov 22, 2011 at 04:19:42PM +0100, Alessandro Rubini wrote:
>>>>   lkml.org/lkml/2011/11/4/125 (0/2: description of the work)
>>>>   lkml.org/lkml/2011/11/4/126 (1/2: turn the if plethora to table lookup)
>>>>   lkml.org/lkml/2011/11/4/127 (2/2: partial split to type-specific files).
>>>
>>> Splitting this up doesn't look like a silly idea -- I thought it was
>>> unfortunate to have to patch a core file just to add a bus type.
>>>
>>> I guess the question is how many new buses we get over time.
>>
>> Well, CERN will have 2 in a short time. And I'm sure the bus concept
>> is so good that a number of them exists as external patches. Being
>> forced to patch a core file is not good, with conflicts that accumulate
>> over time.
>>
>> I'd better be able to drop in my own file and add a kconfig-aware line
>> in Makefile.  I think the implementation is straightforward. Who should
>> I send it to?
> 
> I'm afraid I can't help there -- I don't often dabble in core kernel stuff.
> 
> I didn't receive any response on my patches to those files, so it's possible
> I was CC'ing the wrong people.  I did do my best dith git blame/log,
> get_maintainer.pl and the rest and posted to lkml a couple of times though.

Sorry, I saw your patch, but didn't have time to look at it more closely.

> 
> If I'm reading MAINTAINERS correctly, Michal Marek might be the default
> maintainer for stuff in scripts/ not owned by other people... the way that
> is described is not understood by get_maintainer.pl, it appears.
> 
> Marek, are you the correct person for scripts/mod/file2alias.c and related
> stuff?

Me (default scripts/ suspect) or Rusty (modules maintainer). But people
usually add an alias generator for their bus and don't ask anyone :).
And I don't mind, because the changes tend to be no-brainers. That said,
Alessandro's split of file2alias.c looks interesting. Please CC Rusty
and me in the next iteration.

Michal

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:32 [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers Dave Martin
  2011-11-22 11:56 ` Alessandro Rubini
@ 2011-12-06 15:15 ` Dave Martin
  2011-12-06 15:59 ` Alessandro Rubini
  2 siblings, 0 replies; 14+ messages in thread
From: Dave Martin @ 2011-12-06 15:15 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: patches, linux-kernel, linux-arm-kernel, Alan Cox,
	Alessandro Rubini, Alessandro Zummo, alsa-devel, Chris Ball,
	Dan Williams, Dmitry Torokhov, Grant Likely, Jaroslav Kysela,
	Jassi Brar, Julia Lawall, Linus Walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, Paul Mundt,
	Paweł Moll, rtc-linux, spi-devel-general, Takashi Iwai,
	Vinod Koul, Wim Van Sebroeck

Hi Russell,

Further to my previous pull request:

> The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
> 
>   Linux 3.2-rc2 (2011-11-15 15:02:59 -0200)
> 
> are available in the git repository 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
[...]

... it looks like Alessandro's proposed change to tidy up scripts/mod/
ile2alias.c may get merged soon -- if that happens, you will get a
conflict with the second patch of the series referenced by the previous
pull request.  Fixing it up is straightforward -- if you prefer to
resolve the conflict yourself, that's fine by me.  Alternatively, you
can pull the following modified series instead.

The only difference is in the second patch
("ARM: amba: Auto-generate AMBA driver module aliases during modpost").

Cheers
---Dave

The following changes since commit 114339d31aa813995461866c659bbf07e1cf2267:

  modpost: use table-lookup to build module aliases (2011-12-02 15:18:08 +0000)

are available in the git repository at:
  git://git.linaro.org/people/dmart/linux-2.6-arm.git arm/amba-modalias+alessandro-modalias-v2+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 for AMBA drivers
      dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
      dmaengine: pl330: Enable module alias autogeneration for AMBA drivers
      gpio: pl061: Enable module alias autogeneration for AMBA drivers
      input: ambakmi: Enable module alias autogeneration for AMBA drivers
      mmc: mmci: Enable module alias autogeneration for AMBA drivers
      rtc: pl030: Enable module alias autogeneration for AMBA drivers
      rtc: pl031: Enable module alias autogeneration for AMBA drivers
      spi: pl022: Enable module alias autogeneration for AMBA drivers
      serial: pl010: Enable module alias autogeneration for AMBA drivers
      serial: pl011: Enable module alias autogeneration for AMBA drivers
      fbdev: amba: Enable module alias autogeneration for AMBA drivers
      watchdog: sp805: Enable module alias autogeneration for AMBA drivers
      sound: aaci: Enable module alias autogeneration for AMBA drivers

 drivers/amba/bus.c                   |    4 ++
 drivers/char/hw_random/nomadik-rng.c |    2 +
 drivers/dma/amba-pl08x.c             |    2 +
 drivers/dma/pl330.c                  |    2 +
 drivers/gpio/gpio-pl061.c            |    2 +
 drivers/input/serio/ambakmi.c        |    2 +
 drivers/mmc/host/mmci.c              |    2 +
 drivers/rtc/rtc-pl030.c              |    2 +
 drivers/rtc/rtc-pl031.c              |    2 +
 drivers/spi/spi-pl022.c              |    2 +
 drivers/tty/serial/amba-pl010.c      |    2 +
 drivers/tty/serial/amba-pl011.c      |    2 +
 drivers/video/amba-clcd.c            |    2 +
 drivers/watchdog/sp805_wdt.c         |    2 +
 include/linux/amba/bus.h             |    7 +---
 include/linux/mod_devicetable.h      |   18 +++++++++
 scripts/mod/file2alias.c             |   71 +++++++++++++++++++++++++++++++++-
 sound/arm/aaci.c                     |    2 +
 18 files changed, 121 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-11-22 11:32 [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers Dave Martin
  2011-11-22 11:56 ` Alessandro Rubini
  2011-12-06 15:15 ` Dave Martin
@ 2011-12-06 15:59 ` Alessandro Rubini
  2011-12-06 16:18   ` Dave Martin
  2 siblings, 1 reply; 14+ messages in thread
From: Alessandro Rubini @ 2011-12-06 15:59 UTC (permalink / raw)
  To: dave.martin
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

> ... 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 understand
what is happening.

Anyways, I think it's better for me to wait for amba to come in, and
work on scripts/mod later on. After all, it's meant to ease adding new
buses later, not to make it more difficult for already scheduled ones.

/alessandro

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-12-06 15:59 ` Alessandro Rubini
@ 2011-12-06 16:18   ` Dave Martin
  2011-12-19 13:24     ` Dave Martin
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Martin @ 2011-12-06 16:18 UTC (permalink / raw)
  To: Alessandro Rubini
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

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 understand
> what is happening.
> 
> Anyways, I think it's better for me to wait for amba to come in, and
> work on scripts/mod later on. After all, it's meant to ease adding new
> buses later, not to make it more difficult for already scheduled ones.

OK -- thanks for the clarification.


Russell, it sounds like you shouldn't get a merge conflict with the
original version of the series after all.

For reference, the original pull request is here:

http://lists.infradead.org/pipermail/linux-arm-kernel/2011-November/073619.html


Cheers
---Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-12-06 16:18   ` Dave Martin
@ 2011-12-19 13:24     ` Dave Martin
  2011-12-19 21:39       ` Russell King - ARM Linux
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Martin @ 2011-12-19 13:24 UTC (permalink / raw)
  To: Alessandro Rubini
  Cc: linux, patches, linux-kernel, linux-arm-kernel, alan, a.zummo,
	alsa-devel, cjb, dan.j.williams, dmitry.torokhov, grant.likely,
	perex, jassisinghbrar, julia, linus.walleij, linux-fbdev,
	linux-input, linux-mmc, linux-serial, linux-watchdog, lethal,
	Pawel.Moll, rtc-linux, spi-devel-general, tiwai, vinod.koul, wim

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 the amba
additions anyway, we shouldn't need to worry about conflicting with his
patches.

Of course, if you've already merged these somewhere, then there's no
problem.

Cheers
---Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-12-19 13:24     ` Dave Martin
@ 2011-12-19 21:39       ` Russell King - ARM Linux
  2011-12-22 11:21         ` Dave Martin
  0 siblings, 1 reply; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-12-19 21:39 UTC (permalink / raw)
  To: Dave Martin
  Cc: Alessandro Rubini, patches, linux-kernel, linux-arm-kernel, alan,
	a.zummo, alsa-devel, cjb, dan.j.williams, dmitry.torokhov,
	grant.likely, perex, jassisinghbrar, julia, linus.walleij,
	linux-fbdev, linux-input, linux-mmc, linux-serial,
	linux-watchdog, lethal, Pawel.Moll, rtc-linux, spi-devel-general,
	tiwai, vinod.koul, wim

On Mon, Dec 19, 2011 at 01:24:09PM +0000, 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 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 the amba
> additions anyway, we shouldn't need to worry about conflicting with his
> patches.
> 
> Of course, if you've already merged these somewhere, then there's no
> problem.

I have pulled it, I just haven't merged it in anywhere yet.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-12-19 21:39       ` Russell King - ARM Linux
@ 2011-12-22 11:21         ` Dave Martin
  2011-12-22 18:50           ` Russell King - ARM Linux
  0 siblings, 1 reply; 14+ messages in thread
From: Dave Martin @ 2011-12-22 11:21 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: Alessandro Rubini, patches, linux-kernel, linux-arm-kernel, alan,
	a.zummo, alsa-devel, cjb, dan.j.williams, dmitry.torokhov,
	grant.likely, perex, jassisinghbrar, julia, linus.walleij,
	linux-fbdev, linux-input, linux-mmc, linux-serial,
	linux-watchdog, lethal, Pawel.Moll, rtc-linux, spi-devel-general,
	tiwai, vinod.koul, wim

On Mon, Dec 19, 2011 at 09:39:42PM +0000, Russell King - ARM Linux wrote:
> On Mon, Dec 19, 2011 at 01:24:09PM +0000, 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 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 the amba
> > additions anyway, we shouldn't need to worry about conflicting with his
> > patches.
> > 
> > Of course, if you've already merged these somewhere, then there's no
> > problem.
> 
> I have pulled it, I just haven't merged it in anywhere yet.

OK, great -- thanks.

I wasn't too familiar with the procedure, so I just wanted
to be sure that I hadn't done things wrong.

Have a good Christmas in the meantime!

Cheers
---Dave

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers
  2011-12-22 11:21         ` Dave Martin
@ 2011-12-22 18:50           ` Russell King - ARM Linux
  0 siblings, 0 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-12-22 18:50 UTC (permalink / raw)
  To: Dave Martin
  Cc: Alessandro Rubini, patches, linux-kernel, linux-arm-kernel, alan,
	a.zummo, alsa-devel, cjb, dan.j.williams, dmitry.torokhov,
	grant.likely, perex, jassisinghbrar, julia, linus.walleij,
	linux-fbdev, linux-input, linux-mmc, linux-serial,
	linux-watchdog, lethal, Pawel.Moll, rtc-linux, spi-devel-general,
	tiwai, vinod.koul, wim

On Thu, Dec 22, 2011 at 11:21:25AM +0000, Dave Martin wrote:
> On Mon, Dec 19, 2011 at 09:39:42PM +0000, Russell King - ARM Linux wrote:
> > I have pulled it, I just haven't merged it in anywhere yet.
> 
> OK, great -- thanks.
> 
> I wasn't too familiar with the procedure, so I just wanted
> to be sure that I hadn't done things wrong.

FYI, I'll be pushing out an update to my tree Friday evening.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-12-22 18:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 11:32 [GIT PULL] ARM: amba: Enable module alias autogeneration for AMBA drivers Dave Martin
2011-11-22 11:56 ` Alessandro Rubini
2011-11-22 12:07   ` Dave Martin
2011-11-22 15:19   ` Alessandro Rubini
2011-11-22 18:34     ` Dave Martin
2011-11-22 19:35       ` Michal Marek
2011-11-22 19:20   ` Greg KH
2011-12-06 15:15 ` Dave Martin
2011-12-06 15:59 ` Alessandro Rubini
2011-12-06 16:18   ` Dave Martin
2011-12-19 13:24     ` Dave Martin
2011-12-19 21:39       ` Russell King - ARM Linux
2011-12-22 11:21         ` Dave Martin
2011-12-22 18:50           ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).