linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] SA11xx PCMCIA updates and GPIOD conversion
@ 2018-11-28 11:10 Russell King - ARM Linux
  2018-11-28 11:11 ` [PATCH 1/8] ARM: sa1100: explicitly register sa11x0-pcmcia devices Russell King
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2018-11-28 11:10 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds a generic MAX1600 library which uses the GPIOD
interfaces to control the PCMCIA power switches, and converts
some SA11x0/PXA drivers to it, reducing the code duplication.
This also allows us to kill the SA1111 private GPIO interfaces.

 arch/arm/common/sa1111.c                   |  59 --------------
 arch/arm/include/asm/hardware/sa1111.h     |   4 -
 arch/arm/mach-pxa/Kconfig                  |   1 +
 arch/arm/mach-pxa/include/mach/mainstone.h |   4 +
 arch/arm/mach-pxa/lubbock.c                |  16 ++++
 arch/arm/mach-pxa/mainstone.c              |  53 +++++++++++++
 arch/arm/mach-sa1100/generic.c             |  10 ---
 arch/arm/mach-sa1100/h3100.c               |   1 +
 arch/arm/mach-sa1100/jornada720.c          |  12 +++
 arch/arm/mach-sa1100/neponset.c            |  19 +++++
 drivers/pcmcia/Kconfig                     |   6 ++
 drivers/pcmcia/Makefile                    |   1 +
 drivers/pcmcia/max1600.c                   | 122 +++++++++++++++++++++++++++++
 drivers/pcmcia/max1600.h                   |  32 ++++++++
 drivers/pcmcia/pxa2xx_mainstone.c          | 113 ++++++++------------------
 drivers/pcmcia/sa1100_simpad.c             |   4 +-
 drivers/pcmcia/sa1111_jornada720.c         |  83 +++++++++++++-------
 drivers/pcmcia/sa1111_lubbock.c            | 110 +++++---------------------
 drivers/pcmcia/sa1111_neponset.c           |  79 +++++--------------
 19 files changed, 396 insertions(+), 333 deletions(-)

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

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

end of thread, other threads:[~2018-11-30 17:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 11:10 [PATCH 0/8] SA11xx PCMCIA updates and GPIOD conversion Russell King - ARM Linux
2018-11-28 11:11 ` [PATCH 1/8] ARM: sa1100: explicitly register sa11x0-pcmcia devices Russell King
2018-11-28 11:11 ` [PATCH 2/8] pcmcia: add MAX1600 library Russell King
2018-11-28 11:11 ` [PATCH 3/8] ARM: sa1100/jornada720: switch PCMCIA to gpiod APIs Russell King
2018-11-28 11:11 ` [PATCH 4/8] ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and " Russell King
2018-11-28 11:11 ` [PATCH 5/8] ARM: pxa/mainstone: " Russell King
2018-11-29 17:32   ` Robert Jarzmik
2018-11-29 17:42     ` Russell King - ARM Linux
2018-11-30 17:21       ` Robert Jarzmik
2018-11-28 11:12 ` [PATCH 6/8] ARM: pxa/lubbock: switch PCMCIA to MAX1600 library Russell King
2018-11-30 17:18   ` Robert Jarzmik
2018-11-28 11:12 ` [PATCH 7/8] pcmcia: sa1100*: remove redundant bvd1/bvd2 setting Russell King
2018-11-28 11:12 ` [PATCH 8/8] ARM: sa1111: remove legacy GPIO interfaces Russell King
2018-11-28 14:34 ` [PATCH 0/8] SA11xx PCMCIA updates and GPIOD conversion Dominik Brodowski

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