[PATCH 0/8] SA11x0/PXA remainder & cleanups

Russell King - ARM Linux linux at armlinux.org.uk
Tue Aug 30 03:59:50 PDT 2016


This last part of the series is predominantly a set of cleanup patches
removing definitions and files that aren't required, and moving some
files out of public view.  The ucb1x00 patch could arguably have
been sent in the first set, something that I'll arrange for the next
iteration.

Further conversions are possible - eg, mainstone could have its platform
register converted to the gpio-reg code, and then pxaficp and other
drivers could be further adapted to use gpiolib.  However, that would
make this series even larger than it already is, and I'm already
concerned that it's very much on the big side.  Given that it already
takes a long time to post this series in a sane manner, I'd like to
prevent it growing any further.

The only reason PXA got touched is becaues of the PCMCIA changes which
needed lubbock's MISC write register to be accessible for the MAX1600
code.

 arch/arm/mach-pxa/include/mach/lubbock.h           |   4 -
 arch/arm/mach-pxa/lubbock.c                        |   3 +-
 arch/arm/mach-sa1100/cerf.c                        |   3 +-
 arch/arm/mach-sa1100/{include/mach => }/cerf.h     |   9 +-
 arch/arm/mach-sa1100/include/mach/SA-1101.h        | 925 ---------------------
 arch/arm/mach-sa1100/include/mach/hardware.h       |   4 -
 arch/arm/mach-sa1100/include/mach/neponset.h       |  30 -
 arch/arm/mach-sa1100/nanoengine.c                  |   2 +-
 .../mach-sa1100/{include/mach => }/nanoengine.h    |  11 -
 arch/arm/mach-sa1100/neponset.c                    |  14 +-
 arch/arm/mach-sa1100/pci-nanoengine.c              |   3 +-
 drivers/mfd/ucb1x00-core.c                         |   4 -
 12 files changed, 8 insertions(+), 1004 deletions(-)
 rename arch/arm/mach-sa1100/{include/mach => }/cerf.h (66%)
 delete mode 100644 arch/arm/mach-sa1100/include/mach/SA-1101.h
 delete mode 100644 arch/arm/mach-sa1100/include/mach/neponset.h
 rename arch/arm/mach-sa1100/{include/mach => }/nanoengine.h (69%)

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.



More information about the linux-arm-kernel mailing list