All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix ST-Ericsson Ux500 specific PL022 & PL180 amba devices
@ 2011-03-15 14:41 Philippe Langlais
  2011-03-15 14:41 ` [PATCH 1/4] amba: add name based matching Philippe Langlais
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philippe Langlais @ 2011-03-15 14:41 UTC (permalink / raw)
  To: linux-arm-kernel

From: Philippe Langlais <philippe.langlais@linaro.org>

Add name based matching for ST-Ericsson amba devices with same ID but with
some differences.
This patch set fixes mmci/pl180 U8500v2 variant (datactrl register divergence),
and spi/pl022 U5500 variant (loopback support).

Philippe Langlais (2):
  mmci/pl180: Support for db8500v2.     ST-Ericsson modified ARM
    PrimeCell PL180 block has not got     an updated corresponding
    amba-id, althought the IP block has     changed in db8500v2. The
    change was done to the datactrl register.
  ux500: pass name for db5500-spi & db8500v2-sdi devices

Prajadevi H (1):
  amba-pl022: Add loopback support for the SPI on 5500

Rabin Vincent (1):
  amba: add name based matching

 arch/arm/mach-ux500/devices-common.c        |    8 ++++--
 arch/arm/mach-ux500/devices-common.h        |   31 ++++++++++++++++++--------
 arch/arm/mach-ux500/devices-db8500.h        |    2 +-
 arch/arm/mach-ux500/include/mach/hardware.h |    3 --
 drivers/amba/bus.c                          |    6 +++++
 drivers/mmc/host/mmci.c                     |   24 ++++++++++++++++++++-
 drivers/spi/amba-pl022.c                    |   21 +++++++++++++++++-
 include/linux/amba/bus.h                    |    2 +
 8 files changed, 78 insertions(+), 19 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2011-03-17  8:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-15 14:41 [PATCH 0/4] Fix ST-Ericsson Ux500 specific PL022 & PL180 amba devices Philippe Langlais
2011-03-15 14:41 ` [PATCH 1/4] amba: add name based matching Philippe Langlais
2011-03-15 14:49   ` Russell King - ARM Linux
2011-03-15 14:55     ` Linus Walleij
2011-03-17  8:47     ` Linus Walleij
2011-03-17  8:48       ` Russell King - ARM Linux
2011-03-17  8:58         ` Linus Walleij
2011-03-15 14:41 ` [PATCH 2/4] amba-pl022: Add loopback support for the SPI on 5500 Philippe Langlais
2011-03-15 14:41 ` [PATCH 3/4] mmci/pl180: Support for db8500v2. ST-Ericsson modified ARM PrimeCell PL180 block has not got an updated corresponding amba-id, althought the IP block has changed in db8500v2. The change was done to the datactrl register Philippe Langlais
2011-03-15 14:41 ` [PATCH 4/4] ux500: pass name for db5500-spi & db8500v2-sdi devices Philippe Langlais

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.