linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Export valuable System-on-Chip information to user-space via sysfs
@ 2011-04-14 14:49 Lee Jones
  2011-04-14 14:49 ` [PATCH 1/3] Framework for exporting System-on-Chip information " Lee Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Lee Jones @ 2011-04-14 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

This patch-set is based on Maxime Coquelin's <maxime.coquelin-nonst@stericsson.com> previous attempts. All advice has been taken and this is the resultant work. The main points taken into consideration are:
 * Ability to support multiple SoCs on any one device
 * Each SoC is registered as a _real_ device

Documentation/ABI/testing/sysfs-devices-soc |   16 +++++
 arch/arm/mach-ux500/Kconfig                 |    1 +
 arch/arm/mach-ux500/id.c                    |   96 +++++++++++++++++++++++++++
 drivers/base/Kconfig                        |    3 +
 drivers/base/Makefile                       |    1 +
 drivers/base/soc.c                          |   96 +++++++++++++++++++++++++++
 include/linux/sys_soc.h                     |   29 ++++++++
 7 files changed, 242 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/3] Export valuable System-on-Chip information to user-space via sysfs
@ 2011-04-11 18:01 Lee Jones
  0 siblings, 0 replies; 13+ messages in thread
From: Lee Jones @ 2011-04-11 18:01 UTC (permalink / raw)
  To: linux-arm-kernel

From: Lee Jones <lee.jones@linaro.org>

This patch-set is based on Maxime Coquelin's <maxime.coquelin-nonst@stericsson.com> previous attempts. All advice has been taken and this is the resultant work. The main points taken into consideration are:
 * Ability to support multiple SoCs on any one device
 * Each SoC is registered as a _real_ device

Documentation/ABI/testing/sysfs-devices-soc |   16 +++++
 arch/arm/mach-ux500/Kconfig                 |    1 +
 arch/arm/mach-ux500/id.c                    |   96 +++++++++++++++++++++++++++
 drivers/base/Kconfig                        |    3 +
 drivers/base/Makefile                       |    1 +
 drivers/base/soc.c                          |   96 +++++++++++++++++++++++++++
 include/linux/sys_soc.h                     |   29 ++++++++
 7 files changed, 242 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2011-04-28  6:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14 14:49 [PATCH 0/3] Export valuable System-on-Chip information to user-space via sysfs Lee Jones
2011-04-14 14:49 ` [PATCH 1/3] Framework for exporting System-on-Chip information " Lee Jones
2011-04-17 18:36   ` Arnd Bergmann
2011-04-21  9:44     ` Lee Jones
2011-04-21 11:03       ` Arnd Bergmann
2011-04-21 11:56         ` Lee Jones
2011-04-27 20:48           ` Russell King - ARM Linux
2011-04-28  6:46             ` Lee Jones
2011-04-14 14:49 ` [PATCH 2/3] mach-ux500: export " Lee Jones
2011-04-17 18:40   ` Arnd Bergmann
2011-04-14 14:49 ` [PATCH 3/3] Add documenation for new sysfs devices/soc functionallity Lee Jones
2011-04-17 18:41   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2011-04-11 18:01 [PATCH 0/3] Export valuable System-on-Chip information to user-space via sysfs Lee Jones

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