From: romain.perier@gmail.com (Romain Perier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo
Date: Wed, 17 Feb 2016 18:28:32 +0100 [thread overview]
Message-ID: <1455730114-2547-1-git-send-email-romain.perier@gmail.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: linux-meson-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/2] Adding support to show SoC revision in /proc/cpuinfo
Date: Wed, 17 Feb 2016 18:28:32 +0100 [thread overview]
Message-ID: <1455730114-2547-1-git-send-email-romain.perier@gmail.com> (raw)
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2016-02-17 17:28 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 17:28 Romain Perier [this message]
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 17:28 ` Romain Perier
2016-02-17 20:34 ` Carlo Caione
2016-02-17 20:34 ` Carlo Caione
2016-02-18 12:20 ` Romain Perier
2016-02-18 12:20 ` Romain Perier
2016-02-18 12:24 ` Carlo Caione
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 17:28 ` Romain Perier
2016-02-17 20:36 ` Carlo Caione
2016-02-17 20:36 ` Carlo Caione
2016-02-18 12:33 ` Romain Perier
2016-02-18 12:33 ` Romain Perier
2016-02-18 12:43 ` Arnd Bergmann
2016-02-18 12:43 ` Arnd Bergmann
2016-02-18 14:14 ` Carlo Caione
2016-02-18 14:14 ` Carlo Caione
2016-02-18 14:22 ` Arnd Bergmann
2016-02-18 14:22 ` Arnd Bergmann
2016-02-18 21:04 ` Carlo Caione
2016-02-18 21:04 ` Carlo Caione
2016-02-18 21:24 ` Carlo Caione
2016-02-18 21:24 ` Carlo Caione
2016-02-18 21:27 ` Daniel Drake
2016-02-18 21:27 ` Daniel Drake
2016-02-19 11:53 ` Arnd Bergmann
2016-02-19 11:53 ` Arnd Bergmann
2016-02-19 12:54 ` Arnd Bergmann
2016-02-19 12:54 ` Arnd Bergmann
2016-02-19 13:25 ` Carlo Caione
2016-02-19 13:25 ` Carlo Caione
2016-02-24 20:42 ` Carlo Caione
2016-02-24 20:42 ` Carlo Caione
2016-02-26 15:34 ` Carlo Caione
2016-02-26 15:34 ` Carlo Caione
2016-02-26 16:00 ` Arnd Bergmann
2016-02-26 16:00 ` Arnd Bergmann
2016-02-26 16:43 ` Carlo Caione
2016-02-26 16:43 ` Carlo Caione
2016-02-26 17:00 ` Arnd Bergmann
2016-02-26 17:00 ` Arnd Bergmann
2016-02-26 17:40 ` Carlo Caione
2016-02-26 17:40 ` Carlo Caione
2016-02-17 20:50 ` Arnd Bergmann
2016-02-17 20:50 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455730114-2547-1-git-send-email-romain.perier@gmail.com \
--to=romain.perier@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.