Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1675296 > unrolled thread
| Started by | Palmer Dabbelt <palmer@dabbelt.com> |
|---|---|
| First post | 2017-06-27 07:30 +0200 |
| Last post | 2017-06-30 01:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/3] dts: RISC-V vendor prefix Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-27 07:30 +0200
Re: [PATCH 1/3] dts: RISC-V vendor prefix Rob Herring <robh@kernel.org> - 2017-06-29 22:40 +0200
Re: [PATCH 1/3] dts: RISC-V vendor prefix Palmer Dabbelt <palmer@dabbelt.com> - 2017-06-30 01:50 +0200
| From | Palmer Dabbelt <palmer@dabbelt.com> |
|---|---|
| Date | 2017-06-27 07:30 +0200 |
| Subject | [PATCH 1/3] dts: RISC-V vendor prefix |
| Message-ID | <tWRey-4mB-13@gated-at.bofh.it> |
RISC-V systems use device tree to specify the memory layout of the system. This patch reserves the "riscv" vendor prefix, which will be used for devices that are specified by the various RISC-V ISA specifications. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index c03d20140366..be6c01a68094 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -266,6 +266,7 @@ renesas Renesas Electronics Corporation richtek Richtek Technology Corporation ricoh Ricoh Co. Ltd. rikomagic Rikomagic Tech Corp. Ltd +riscv RISC-V Foundation rockchip Fuzhou Rockchip Electronics Co., Ltd rohm ROHM Semiconductor Co., Ltd samsung Samsung Semiconductor -- 2.13.0
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-06-29 22:40 +0200 |
| Message-ID | <tXOoh-40D-5@gated-at.bofh.it> |
| In reply to | #1675296 |
On Mon, Jun 26, 2017 at 10:21:22PM -0700, Palmer Dabbelt wrote: > RISC-V systems use device tree to specify the memory layout of the > system. This patch reserves the "riscv" vendor prefix, which will be > used for devices that are specified by the various RISC-V ISA > specifications. > > Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Applied with subject fixup. Rob
[toc] | [prev] | [next] | [standalone]
| From | Palmer Dabbelt <palmer@dabbelt.com> |
|---|---|
| Date | 2017-06-30 01:50 +0200 |
| Message-ID | <tXRm9-62V-3@gated-at.bofh.it> |
| In reply to | #1678177 |
On Thu, 29 Jun 2017 13:35:15 PDT (-0700), robh@kernel.org wrote: > On Mon, Jun 26, 2017 at 10:21:22PM -0700, Palmer Dabbelt wrote: >> RISC-V systems use device tree to specify the memory layout of the >> system. This patch reserves the "riscv" vendor prefix, which will be >> used for devices that are specified by the various RISC-V ISA >> specifications. >> >> Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> >> --- >> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + >> 1 file changed, 1 insertion(+) > > Applied with subject fixup. Thanks!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web