linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo
@ 2016-02-17 17:28 Romain Perier
  2016-02-17 17:28 ` [PATCH 1/2] ARM: meson: Adding support to retrieve serial and SoC revision Romain Perier
  2016-02-17 17:28 ` [PATCH 2/2] ARM: dts: meson: Adding hwrev syscon node Romain Perier
  0 siblings, 2 replies; 24+ messages in thread
From: Romain Perier @ 2016-02-17 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

This serie adds support to retrieve the SoC serial and revision of the current
Meson8 platform. Basically, in the first patch I register a soc_device and retrieve
information from a syscon register, then I populate system_rev and system_serial.
In the second patch I add the device_node to the devicetree.

Romain Perier (2):
  ARM: meson: Adding support to retrieve serial and SoC revision
  ARM: dts: meson: Adding hwrev syscon node

 arch/arm/boot/dts/meson8b.dtsi |  5 ++++
 arch/arm/mach-meson/meson.c    | 55 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

-- 
2.5.0

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

end of thread, other threads:[~2016-02-26 17:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 17:28 [PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo Romain Perier
2016-02-17 17:28 ` [PATCH 1/2] ARM: meson: Adding support to retrieve serial and SoC revision Romain Perier
2016-02-17 20:34   ` Carlo Caione
2016-02-18 12:20     ` Romain Perier
2016-02-18 12:24       ` Carlo Caione
2016-02-17 17:28 ` [PATCH 2/2] ARM: dts: meson: Adding hwrev syscon node Romain Perier
2016-02-17 20:36   ` Carlo Caione
2016-02-18 12:33     ` Romain Perier
2016-02-18 12:43       ` Arnd Bergmann
2016-02-18 14:14         ` Carlo Caione
2016-02-18 14:22           ` Arnd Bergmann
2016-02-18 21:04             ` Carlo Caione
2016-02-18 21:24               ` Carlo Caione
2016-02-18 21:27               ` Daniel Drake
2016-02-19 11:53                 ` Arnd Bergmann
2016-02-19 12:54                 ` Arnd Bergmann
2016-02-19 13:25                   ` Carlo Caione
2016-02-24 20:42                     ` Carlo Caione
2016-02-26 15:34                   ` Carlo Caione
2016-02-26 16:00                     ` Arnd Bergmann
2016-02-26 16:43                       ` Carlo Caione
2016-02-26 17:00                         ` Arnd Bergmann
2016-02-26 17:40                           ` Carlo Caione
2016-02-17 20:50   ` Arnd Bergmann

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