Searched hist:a2974c9c1f83e7163e855eb80c772db45bc9a291 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/soc/versatile/ |
H A D | Makefile | a2974c9c1f83e7163e855eb80c772db45bc9a291 Fri Jul 25 15:04:52 CEST 2014 Linus Walleij <linus.walleij@linaro.org> soc: add driver for the ARM RealView
This adds a SoC driver to be used by the ARM RealView reference boards. We create the "versatile" directory to hold the different ARM reference designs as per the pattern of the clk directory layout. The driver utilze the syscon to get to the register needed. After this we can use sysfs to get at some SoC properties on RealView DT variants like this:
> cd /sysbus/soc/devices/soc0 > ls board family machine power subsystem build fpga manufacturer soc_id uevent > cat family Versatile > cat fpga Multi-layer AXI > cat board HBI-0147 > cat build 03
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Conflicts: drivers/soc/Kconfig drivers/soc/Makefile
|
H A D | Kconfig | a2974c9c1f83e7163e855eb80c772db45bc9a291 Fri Jul 25 15:04:52 CEST 2014 Linus Walleij <linus.walleij@linaro.org> soc: add driver for the ARM RealView
This adds a SoC driver to be used by the ARM RealView reference boards. We create the "versatile" directory to hold the different ARM reference designs as per the pattern of the clk directory layout. The driver utilze the syscon to get to the register needed. After this we can use sysfs to get at some SoC properties on RealView DT variants like this:
> cd /sysbus/soc/devices/soc0 > ls board family machine power subsystem build fpga manufacturer soc_id uevent > cat family Versatile > cat fpga Multi-layer AXI > cat board HBI-0147 > cat build 03
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Conflicts: drivers/soc/Kconfig drivers/soc/Makefile
|
H A D | soc-realview.c | a2974c9c1f83e7163e855eb80c772db45bc9a291 Fri Jul 25 15:04:52 CEST 2014 Linus Walleij <linus.walleij@linaro.org> soc: add driver for the ARM RealView
This adds a SoC driver to be used by the ARM RealView reference boards. We create the "versatile" directory to hold the different ARM reference designs as per the pattern of the clk directory layout. The driver utilze the syscon to get to the register needed. After this we can use sysfs to get at some SoC properties on RealView DT variants like this:
> cd /sysbus/soc/devices/soc0 > ls board family machine power subsystem build fpga manufacturer soc_id uevent > cat family Versatile > cat fpga Multi-layer AXI > cat board HBI-0147 > cat build 03
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Conflicts: drivers/soc/Kconfig drivers/soc/Makefile
|
/linux/drivers/soc/ |
H A D | Kconfig | diff a2974c9c1f83e7163e855eb80c772db45bc9a291 Fri Jul 25 15:04:52 CEST 2014 Linus Walleij <linus.walleij@linaro.org> soc: add driver for the ARM RealView
This adds a SoC driver to be used by the ARM RealView reference boards. We create the "versatile" directory to hold the different ARM reference designs as per the pattern of the clk directory layout. The driver utilze the syscon to get to the register needed. After this we can use sysfs to get at some SoC properties on RealView DT variants like this:
> cd /sysbus/soc/devices/soc0 > ls board family machine power subsystem build fpga manufacturer soc_id uevent > cat family Versatile > cat fpga Multi-layer AXI > cat board HBI-0147 > cat build 03
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Conflicts: drivers/soc/Kconfig drivers/soc/Makefile
|
H A D | Makefile | diff a2974c9c1f83e7163e855eb80c772db45bc9a291 Fri Jul 25 15:04:52 CEST 2014 Linus Walleij <linus.walleij@linaro.org> soc: add driver for the ARM RealView
This adds a SoC driver to be used by the ARM RealView reference boards. We create the "versatile" directory to hold the different ARM reference designs as per the pattern of the clk directory layout. The driver utilze the syscon to get to the register needed. After this we can use sysfs to get at some SoC properties on RealView DT variants like this:
> cd /sysbus/soc/devices/soc0 > ls board family machine power subsystem build fpga manufacturer soc_id uevent > cat family Versatile > cat fpga Multi-layer AXI > cat board HBI-0147 > cat build 03
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Conflicts: drivers/soc/Kconfig drivers/soc/Makefile
|