linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] footbridge consolidation patches
@ 2011-06-13  6:39 Bryan Wu
  2011-06-13  6:39 ` [PATCH 1/6] arm: footbridge: consolidation code of CATS machine Bryan Wu
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Bryan Wu @ 2011-06-13  6:39 UTC (permalink / raw)
  To: linux-arm-kernel

When trying to convert old leds event driver to led trigger drivers, I reviewed
the code of mach-footbridge. move seperated PCI code and leds code into a
single board files like other machines.

leds trigger code is based on Linus Walleij's driver in
arch/arm/plat-versatile/leds.c

Built successfully with footbridge_defconfig.

Bryan Wu (6):
  arm: footbridge: consolidation code of CATS machine
  arm: footbridge: consolidation code of EBSA285 machine
  arm: footbridge: consolidation code of Netwinder machine
  arm: footbridge: consolidation code of Compaq Personal Server
  arm: footbridge: convert old leds event driver to led gpio trigger
    driver of Netwinder
  arm: footbridge: convert old leds event driver to led trigger drivers
    of EBSA285

 arch/arm/mach-footbridge/Kconfig          |    6 +
 arch/arm/mach-footbridge/Makefile         |   15 +-
 arch/arm/mach-footbridge/cats-hw.c        |   95 ----
 arch/arm/mach-footbridge/cats-pci.c       |   58 ---
 arch/arm/mach-footbridge/cats.c           |  143 ++++++
 arch/arm/mach-footbridge/ebsa285-leds.c   |  139 ------
 arch/arm/mach-footbridge/ebsa285-pci.c    |   48 --
 arch/arm/mach-footbridge/ebsa285.c        |  114 +++++-
 arch/arm/mach-footbridge/netwinder-hw.c   |  660 --------------------------
 arch/arm/mach-footbridge/netwinder-leds.c |  139 ------
 arch/arm/mach-footbridge/netwinder-pci.c  |   62 ---
 arch/arm/mach-footbridge/netwinder.c      |  737 +++++++++++++++++++++++++++++
 arch/arm/mach-footbridge/personal-pci.c   |   56 ---
 arch/arm/mach-footbridge/personal.c       |   46 ++
 14 files changed, 1047 insertions(+), 1271 deletions(-)
 delete mode 100644 arch/arm/mach-footbridge/cats-hw.c
 delete mode 100644 arch/arm/mach-footbridge/cats-pci.c
 create mode 100644 arch/arm/mach-footbridge/cats.c
 delete mode 100644 arch/arm/mach-footbridge/ebsa285-leds.c
 delete mode 100644 arch/arm/mach-footbridge/ebsa285-pci.c
 delete mode 100644 arch/arm/mach-footbridge/netwinder-hw.c
 delete mode 100644 arch/arm/mach-footbridge/netwinder-leds.c
 delete mode 100644 arch/arm/mach-footbridge/netwinder-pci.c
 create mode 100644 arch/arm/mach-footbridge/netwinder.c
 delete mode 100644 arch/arm/mach-footbridge/personal-pci.c

-- 
1.7.5

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

end of thread, other threads:[~2011-06-13 10:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13  6:39 [PATCH 0/6] footbridge consolidation patches Bryan Wu
2011-06-13  6:39 ` [PATCH 1/6] arm: footbridge: consolidation code of CATS machine Bryan Wu
2011-06-13  6:39 ` [PATCH 2/6] arm: footbridge: consolidation code of EBSA285 machine Bryan Wu
2011-06-13  6:39 ` [PATCH 3/6] arm: footbridge: consolidation code of Netwinder machine Bryan Wu
2011-06-13  6:39 ` [PATCH 4/6] arm: footbridge: consolidation code of Compaq Personal Server Bryan Wu
2011-06-13  6:39 ` [PATCH 5/6] arm: footbridge: convert old leds event driver to led gpio trigger driver of Netwinder Bryan Wu
2011-06-13  8:23   ` Russell King - ARM Linux
2011-06-13 10:02     ` Bryan Wu
2011-06-13  6:39 ` [PATCH 6/6] arm: footbridge: convert old leds event driver to led trigger drivers of EBSA285 Bryan Wu
2011-06-13  8:20 ` [PATCH 0/6] footbridge consolidation patches Russell King - ARM Linux
2011-06-13  9:57   ` Bryan Wu

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).