[PATCH 2/3] mach-ux500: export System-on-Chip information via sysfs

Arnd Bergmann arnd at arndb.de
Sun Apr 17 14:40:33 EDT 2011


On Thursday 14 April 2011, Lee Jones wrote:
> Signed-off-by: Lee Jones <lee.jones at linaro.org>
> ---
>  arch/arm/mach-ux500/Kconfig |    1 +
>  arch/arm/mach-ux500/id.c    |   96 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 97 insertions(+), 0 deletions(-)
> 

NAK

As I explained in one or more of the previous email exchanges, the SoC
device really needs to represent the SoC, we don't just create random
crap in sysfs in order to stick attributes there.

You have to make sure that all devices that are part of the soc on ux500
are children of the soc device. Please list the contents of
/sys/devices/platform and /sys/devices/soc/*/ in your changelog, before
and after the patch is applied.

	Arnd



More information about the linux-arm-kernel mailing list