lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 17 Oct 2011 12:52:52 +0100
From:	Lee Jones <lee.jones@...aro.org>
To:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc:	gregkh@...e.de, linus.walleij@...ricsson.com, jamie@...ieiles.com,
	arnd@...db.de
Subject: [PATCH 0/6] ux500: Export SoC information and some platform clean-up

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ