Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613747
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] soc: amlogic: Add Amlogic SoC Information driver |
| Date | 2017-03-31 10:50 +0200 |
| Message-ID | <tr0pQ-2e1-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Amlogic SoCs have a SoC information register for SoC type, package type and revision information. This patchset adds support for this register decoding and exposing with the SoC bus infrastructure, with dt-bindings and DT node. Neil Armstrong (3): soc: Add Amlogic SoC Information driver dt-bindings: arm: amlogic: Add SoC information bindings ARM64: dts: meson-gx: Add SoC info register Documentation/devicetree/bindings/arm/amlogic.txt | 20 +++ arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 5 + drivers/soc/Kconfig | 1 + drivers/soc/Makefile | 1 + drivers/soc/amlogic/Kconfig | 12 ++ drivers/soc/amlogic/Makefile | 1 + drivers/soc/amlogic/meson-gx-socinfo.c | 158 ++++++++++++++++++++++ 7 files changed, 198 insertions(+) create mode 100644 drivers/soc/amlogic/Kconfig create mode 100644 drivers/soc/amlogic/Makefile create mode 100644 drivers/soc/amlogic/meson-gx-socinfo.c -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] soc: amlogic: Add Amlogic SoC Information driver Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 10:50 +0200
[PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 10:50 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Arnd Bergmann <arnd@arndb.de> - 2017-03-31 15:50 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Neil Armstrong <narmstrong@baylibre.com> - 2017-03-31 16:20 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Rob Herring <robh@kernel.org> - 2017-04-03 18:40 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Neil Armstrong <narmstrong@baylibre.com> - 2017-04-04 11:00 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Rob Herring <robh@kernel.org> - 2017-04-04 14:30 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Neil Armstrong <narmstrong@baylibre.com> - 2017-04-04 14:50 +0200
Re: [PATCH 2/3] dt-bindings: arm: amlogic: Add SoC information bindings Rob Herring <robh@kernel.org> - 2017-04-05 21:20 +0200
csiph-web