[PATCH 0/6] ux500: Export SoC information and some platform clean-up

Lee Jones lee.jones at linaro.org
Mon Oct 17 07:52:52 EDT 2011


This patch-set satisfies 4 objectives:
  1. Ensures each platform device can specify a suitable parent
  2. Provides a bus for SoC devices as a means to export information
  3. Allows ux500 to make use of the new SoC bus
  4. Cleans up unnecessary complexity from ux500 code 

 Documentation/ABI/testing/sysfs-devices-soc    |   24 ++++
 arch/arm/mach-ux500/Kconfig                    |    1 +
 arch/arm/mach-ux500/board-mop500-sdi.c         |   30 ++--
 arch/arm/mach-ux500/board-mop500.c             |   74 +++++++----
 arch/arm/mach-ux500/board-mop500.h             |    6 +-
 arch/arm/mach-ux500/board-u5500-sdi.c          |    4 +-
 arch/arm/mach-ux500/board-u5500.c              |   27 +++--
 arch/arm/mach-ux500/cpu-db5500.c               |   37 ++++-
 arch/arm/mach-ux500/cpu-db8500.c               |   45 +++++-
 arch/arm/mach-ux500/cpu.c                      |   67 +++++++++
 arch/arm/mach-ux500/devices-common.c           |   79 +++---------
 arch/arm/mach-ux500/devices-common.h           |   71 +++++-----
 arch/arm/mach-ux500/devices-db5500.h           |  116 +++++++++-------
 arch/arm/mach-ux500/devices-db8500.h           |  176 ++++++++++++++----------
 arch/arm/mach-ux500/dma-db5500.c               |    3 +-
 arch/arm/mach-ux500/include/mach/db8500-regs.h |    3 +
 arch/arm/mach-ux500/include/mach/setup.h       |   10 +-
 arch/arm/mach-ux500/include/mach/usb.h         |    4 +-
 arch/arm/mach-ux500/usb.c                      |    7 +-
 drivers/base/Kconfig                           |    3 +
 drivers/base/Makefile                          |    1 +
 drivers/base/soc.c                             |  115 +++++++++++++++
 include/linux/sys_soc.h                        |   38 +++++
 23 files changed, 639 insertions(+), 302 deletions(-)




More information about the linux-arm-kernel mailing list