public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH 0/8] sa1100: Generic CF socket support
@ 2018-03-16 19:55 Russell King - ARM Linux
  2018-03-16 19:56 ` [PATCH 2/8] ARM: sa1100: provide infrastructure to support generic CF sockets Russell King
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Russell King - ARM Linux @ 2018-03-16 19:55 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds generic soc-common based CF socket support, which
in conjunction with using gpiolib and regulator, allows us to
eliminate a bunch of SA11x0 specific low-level socket drivers.
This series covers just SA11x0 drivers.

 arch/arm/mach-sa1100/Kconfig                |   4 +
 arch/arm/mach-sa1100/assabet.c              |  39 +++++++-
 arch/arm/mach-sa1100/cerf.c                 |  18 +++-
 arch/arm/mach-sa1100/clock.c                |   2 +
 arch/arm/mach-sa1100/generic.c              |  44 ++++++++-
 arch/arm/mach-sa1100/generic.h              |   8 ++
 arch/arm/mach-sa1100/h3xxx.c                |  17 ++++
 arch/arm/mach-sa1100/include/mach/assabet.h |   6 --
 arch/arm/mach-sa1100/nanoengine.c           |  23 +++++
 arch/arm/mach-sa1100/shannon.c              |  38 ++++++++
 arch/arm/mach-sa1100/simpad.c               |  11 +++
 drivers/pcmcia/Makefile                     |   3 -
 drivers/pcmcia/sa1100_assabet.c             | 100 ---------------------
 drivers/pcmcia/sa1100_cerf.c                |  86 ------------------
 drivers/pcmcia/sa1100_generic.c             | 115 ++++++++++++++++++++----
 drivers/pcmcia/sa1100_generic.h             |   4 -
 drivers/pcmcia/sa1100_h3600.c               |  16 ++--
 drivers/pcmcia/sa1100_nanoengine.c          | 133 ----------------------------
 drivers/pcmcia/sa1100_shannon.c             | 104 ----------------------
 drivers/pcmcia/sa1100_simpad.c              |  12 +--
 20 files changed, 307 insertions(+), 476 deletions(-)
 delete mode 100644 drivers/pcmcia/sa1100_assabet.c
 delete mode 100644 drivers/pcmcia/sa1100_cerf.c
 delete mode 100644 drivers/pcmcia/sa1100_nanoengine.c
 delete mode 100644 drivers/pcmcia/sa1100_shannon.c

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up

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

end of thread, other threads:[~2018-03-27 12:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 19:55 [PATCH 0/8] sa1100: Generic CF socket support Russell King - ARM Linux
2018-03-16 19:56 ` [PATCH 2/8] ARM: sa1100: provide infrastructure to support generic CF sockets Russell King
2018-03-16 19:56 ` [PATCH 3/8] ARM: sa1100/assabet: convert to " Russell King
2018-03-16 19:56 ` [PATCH 4/8] ARM: sa1100/cerf: " Russell King
2018-03-16 19:57 ` [PATCH 5/8] ARM: sa1100/h3xxx: switch h3xxx PCMCIA to use gpiod APIs Russell King
2018-03-27 12:03   ` Linus Walleij
2018-03-16 19:57 ` [PATCH 6/8] ARM: sa1100/nanoengine: convert to generic CF sockets Russell King
2018-03-16 19:57 ` [PATCH 7/8] ARM: sa1100/shannon: " Russell King
2018-03-16 19:57 ` [PATCH 8/8] ARM: sa1100/simpad: switch simpad CF to use gpiod APIs Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox