* [RESEND Patch 0/3] Prefixes for Kirkwood DT files
@ 2014-03-05 21:33 Andrew Lunn
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Lunn @ 2014-03-05 21:33 UTC (permalink / raw)
To: Jason Cooper, Device Tree, linux ARM,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ
Cc: Andrew Lunn
It has been reported that not all these patches made it to the
list. This is probably because git send-email used UTF8 encoded, since
some of the hunks contain context lines using none ASCII characters.
Andrew Lunn (3):
DT: I2C: Add trivial bindings used by kirkwood boards
DT: Vendors: Add vendor prefix for Macronix
ARM: Kirkwood: DT: Add missing vendor prefix
.../devicetree/bindings/i2c/trivial-devices.txt | 17 +++++++++++++++++
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/kirkwood-b3.dts | 2 +-
arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 +-
arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 2 +-
arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 2 +-
arch/arm/boot/dts/kirkwood-nsa310.dts | 2 +-
arch/arm/boot/dts/kirkwood-nsa310a.dts | 2 +-
arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 2 +-
arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 2 +-
11 files changed, 27 insertions(+), 9 deletions(-)
--
1.9.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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [RESEND Patch 1/3] DT: I2C: Add trivial bindings used by kirkwood boards
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
@ 2014-03-05 21:33 ` Andrew Lunn
2014-03-05 21:33 ` [RESEND Patch 2/3] DT: Vendors: Add vendor prefix for Macronix Andrew Lunn
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Andrew Lunn @ 2014-03-05 21:33 UTC (permalink / raw)
To: Jason Cooper, Device Tree, linux ARM,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ
Cc: Andrew Lunn
Add a number of eeproms and temperature sensors/fan controllers used
by kirkwood boards.
Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
---
.../devicetree/bindings/i2c/trivial-devices.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index e11ed0fe770c..7faa3eab2549 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -14,5 +14,20 @@ ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Syst
adi,adt7461 +/-1C TDM Extended Temp Range I.C
adt7461 +/-1C TDM Extended Temp Range I.C
+adi,adt7473 +/-1C TDM Extended Temp Range I.C
+adi,adt7475 +/-1C TDM Extended Temp Range I.C
+adi,adt7476 +/-1C TDM Extended Temp Range I.C
+adi,adt7490 +/-1C TDM Extended Temp Range I.C
+at,24c00 i2c serial eeprom (24cxx)
+at,24c01 i2c serial eeprom (24cxx)
+at,24c02 i2c serial eeprom (24cxx)
+at,24c04 i2c serial eeprom (24cxx)
at,24c08 i2c serial eeprom (24cxx)
+at,24c16 i2c serial eeprom (24cxx)
+at,24c32 i2c serial eeprom (24cxx)
+at,24c64 i2c serial eeprom (24cxx)
+at,24c128 i2c serial eeprom (24cxx)
+at,24c256 i2c serial eeprom (24cxx)
+at,24c512 i2c serial eeprom (24cxx)
+at,24c1024 i2c serial eeprom (24cxx)
atmel,24c02 i2c serial eeprom (24cxx)
atmel,at97sc3204t i2c trusted platform module (TPM)
@@ -46,6 +61,8 @@ maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
maxim,max6625 9-Bit/12-Bit Temperature Sensors with I²C-Compatible Serial Interface
mc,rv3029c2 Real Time Clock Module with I2C-Bus
+national,lm63 Temperature sensor with integrated fan control
national,lm75 I2C TEMP SENSOR
national,lm80 Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
+national,lm85 Temperature sensor with integrated fan control
national,lm92 ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator with Two-Wire Interface
nuvoton,npct501 i2c trusted platform module (TPM)
--
1.9.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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [RESEND Patch 2/3] DT: Vendors: Add vendor prefix for Macronix
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-05 21:33 ` [RESEND Patch 1/3] DT: I2C: Add trivial bindings used by kirkwood boards Andrew Lunn
@ 2014-03-05 21:33 ` Andrew Lunn
[not found] ` <1394055207-4639-3-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-05 21:33 ` [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix Andrew Lunn
2014-03-06 12:26 ` [RESEND Patch 0/3] Prefixes for Kirkwood DT files Jason Cooper
3 siblings, 1 reply; 8+ messages in thread
From: Andrew Lunn @ 2014-03-05 21:33 UTC (permalink / raw)
To: Jason Cooper, Device Tree, linux ARM,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ
Cc: Andrew Lunn
Add vendor prefix mxicy for Macronix International Co., Ltd.
Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
---
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 860c467374fe..f4599aea1f7d 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -63,4 +63,5 @@ microchip Microchip Technology Inc.
mosaixtech Mosaix Technologies, Inc.
mpl MPL AG
+mxicy Macronix International Co., Ltd.
national National Semiconductor
netgear Netgear, Inc.
--
1.9.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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-05 21:33 ` [RESEND Patch 1/3] DT: I2C: Add trivial bindings used by kirkwood boards Andrew Lunn
2014-03-05 21:33 ` [RESEND Patch 2/3] DT: Vendors: Add vendor prefix for Macronix Andrew Lunn
@ 2014-03-05 21:33 ` Andrew Lunn
[not found] ` <1394055207-4639-4-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-06 12:26 ` [RESEND Patch 0/3] Prefixes for Kirkwood DT files Jason Cooper
3 siblings, 1 reply; 8+ messages in thread
From: Andrew Lunn @ 2014-03-05 21:33 UTC (permalink / raw)
To: Jason Cooper, Device Tree, linux ARM,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ
Cc: Andrew Lunn
Add vendor prefixes to compatible strings where they are missing.
Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
---
arch/arm/boot/dts/kirkwood-b3.dts | 2 +-
arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 +-
arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 2 +-
arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 2 +-
arch/arm/boot/dts/kirkwood-nsa310.dts | 2 +-
arch/arm/boot/dts/kirkwood-nsa310a.dts | 2 +-
arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 2 +-
arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/kirkwood-b3.dts b/arch/arm/boot/dts/kirkwood-b3.dts
index 40791053106b..6becedebaa4e 100644
--- a/arch/arm/boot/dts/kirkwood-b3.dts
+++ b/arch/arm/boot/dts/kirkwood-b3.dts
@@ -76,5 +76,5 @@
#address-cells = <1>;
#size-cells = <1>;
- compatible = "m25p16";
+ compatible = "st,m25p16";
reg = <0>;
spi-max-frequency = <40000000>;
diff --git a/arch/arm/boot/dts/kirkwood-cloudbox.dts b/arch/arm/boot/dts/kirkwood-cloudbox.dts
index 0e06fd3cee4d..3b62aeeaa3a2 100644
--- a/arch/arm/boot/dts/kirkwood-cloudbox.dts
+++ b/arch/arm/boot/dts/kirkwood-cloudbox.dts
@@ -47,5 +47,5 @@
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l4005a";
+ compatible = "mxicy,mx25l4005a";
reg = <0>;
spi-max-frequency = <20000000>;
diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts
index ef3463e0ae19..28b3ee369778 100644
--- a/arch/arm/boot/dts/kirkwood-dreamplug.dts
+++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts
@@ -44,5 +44,5 @@
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l1606e";
+ compatible = "mxicy,mx25l1606e";
reg = <0>;
spi-max-frequency = <50000000>;
diff --git a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
index 2cb0dc529165..32c6fb4a1162 100644
--- a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
+++ b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
@@ -57,5 +57,5 @@
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l12805d";
+ compatible = "mxicy,mx25l12805d";
reg = <0>;
spi-max-frequency = <50000000>;
diff --git a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
index 743152f31a81..594bad0e386e 100644
--- a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
+++ b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
@@ -33,5 +33,5 @@
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l4005a";
+ compatible = "mxicy,mx25l4005a";
reg = <0>;
spi-max-frequency = <20000000>;
diff --git a/arch/arm/boot/dts/kirkwood-nsa310.dts b/arch/arm/boot/dts/kirkwood-nsa310.dts
index 03fa24cf3344..0a07af9d8e58 100644
--- a/arch/arm/boot/dts/kirkwood-nsa310.dts
+++ b/arch/arm/boot/dts/kirkwood-nsa310.dts
@@ -105,5 +105,5 @@
adt7476: adt7476a@2e {
- compatible = "adt7476";
+ compatible = "adi,adt7476";
reg = <0x2e>;
};
diff --git a/arch/arm/boot/dts/kirkwood-nsa310a.dts b/arch/arm/boot/dts/kirkwood-nsa310a.dts
index a5e779452867..27ca6a79c48a 100644
--- a/arch/arm/boot/dts/kirkwood-nsa310a.dts
+++ b/arch/arm/boot/dts/kirkwood-nsa310a.dts
@@ -95,5 +95,5 @@
lm85: lm85@2e {
- compatible = "lm85";
+ compatible = "national,lm85";
reg = <0x2e>;
};
diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
index b88da9392c32..0650beafc1de 100644
--- a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
+++ b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
@@ -41,5 +41,5 @@
s35390a: s35390a@30 {
- compatible = "s35390a";
+ compatible = "sii,s35390a";
reg = <0x30>;
};
diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
index b2f7cae06839..895506743e4d 100644
--- a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
+++ b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
@@ -53,5 +53,5 @@
s24c02: s24c02@50 {
- compatible = "24c02";
+ compatible = "at,24c02";
reg = <0x50>;
};
--
1.9.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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [RESEND Patch 2/3] DT: Vendors: Add vendor prefix for Macronix
[not found] ` <1394055207-4639-3-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
@ 2014-03-06 2:50 ` Rob Herring
0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2014-03-06 2:50 UTC (permalink / raw)
To: Andrew Lunn
Cc: Jason Cooper, Device Tree, linux ARM, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala
On Wed, Mar 5, 2014 at 3:33 PM, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:
> Add vendor prefix mxicy for Macronix International Co., Ltd.
>
> Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 860c467374fe..f4599aea1f7d 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -63,4 +63,5 @@ microchip Microchip Technology Inc.
> mosaixtech Mosaix Technologies, Inc.
> mpl MPL AG
> +mxicy Macronix International Co., Ltd.
> national National Semiconductor
> netgear Netgear, Inc.
> --
> 1.9.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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix
[not found] ` <1394055207-4639-4-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
@ 2014-03-06 2:53 ` Rob Herring
[not found] ` <CAL_JsqKGGgA_bGLXsBV7QrEjEvzupXBPNegWyxMhMGeoiWQ++Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: Rob Herring @ 2014-03-06 2:53 UTC (permalink / raw)
To: Andrew Lunn
Cc: Jason Cooper, Device Tree, linux ARM, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala
On Wed, Mar 5, 2014 at 3:33 PM, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:
> Add vendor prefixes to compatible strings where they are missing.
Please explain why you are breaking the ABI and why that is okay.
Normally, you should just leave this as is or add the new compatible
string rather than change it.
Rob
>
> Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> ---
> arch/arm/boot/dts/kirkwood-b3.dts | 2 +-
> arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 +-
> arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
> arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 2 +-
> arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 2 +-
> arch/arm/boot/dts/kirkwood-nsa310.dts | 2 +-
> arch/arm/boot/dts/kirkwood-nsa310a.dts | 2 +-
> arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 2 +-
> arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 2 +-
> 9 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/boot/dts/kirkwood-b3.dts b/arch/arm/boot/dts/kirkwood-b3.dts
> index 40791053106b..6becedebaa4e 100644
> --- a/arch/arm/boot/dts/kirkwood-b3.dts
> +++ b/arch/arm/boot/dts/kirkwood-b3.dts
> @@ -76,5 +76,5 @@
> #address-cells = <1>;
> #size-cells = <1>;
> - compatible = "m25p16";
> + compatible = "st,m25p16";
> reg = <0>;
> spi-max-frequency = <40000000>;
> diff --git a/arch/arm/boot/dts/kirkwood-cloudbox.dts b/arch/arm/boot/dts/kirkwood-cloudbox.dts
> index 0e06fd3cee4d..3b62aeeaa3a2 100644
> --- a/arch/arm/boot/dts/kirkwood-cloudbox.dts
> +++ b/arch/arm/boot/dts/kirkwood-cloudbox.dts
> @@ -47,5 +47,5 @@
> #address-cells = <1>;
> #size-cells = <1>;
> - compatible = "mx25l4005a";
> + compatible = "mxicy,mx25l4005a";
> reg = <0>;
> spi-max-frequency = <20000000>;
> diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts
> index ef3463e0ae19..28b3ee369778 100644
> --- a/arch/arm/boot/dts/kirkwood-dreamplug.dts
> +++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts
> @@ -44,5 +44,5 @@
> #address-cells = <1>;
> #size-cells = <1>;
> - compatible = "mx25l1606e";
> + compatible = "mxicy,mx25l1606e";
> reg = <0>;
> spi-max-frequency = <50000000>;
> diff --git a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> index 2cb0dc529165..32c6fb4a1162 100644
> --- a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> +++ b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> @@ -57,5 +57,5 @@
> #address-cells = <1>;
> #size-cells = <1>;
> - compatible = "mx25l12805d";
> + compatible = "mxicy,mx25l12805d";
> reg = <0>;
> spi-max-frequency = <50000000>;
> diff --git a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> index 743152f31a81..594bad0e386e 100644
> --- a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> @@ -33,5 +33,5 @@
> #address-cells = <1>;
> #size-cells = <1>;
> - compatible = "mx25l4005a";
> + compatible = "mxicy,mx25l4005a";
> reg = <0>;
> spi-max-frequency = <20000000>;
> diff --git a/arch/arm/boot/dts/kirkwood-nsa310.dts b/arch/arm/boot/dts/kirkwood-nsa310.dts
> index 03fa24cf3344..0a07af9d8e58 100644
> --- a/arch/arm/boot/dts/kirkwood-nsa310.dts
> +++ b/arch/arm/boot/dts/kirkwood-nsa310.dts
> @@ -105,5 +105,5 @@
>
> adt7476: adt7476a@2e {
> - compatible = "adt7476";
> + compatible = "adi,adt7476";
> reg = <0x2e>;
> };
> diff --git a/arch/arm/boot/dts/kirkwood-nsa310a.dts b/arch/arm/boot/dts/kirkwood-nsa310a.dts
> index a5e779452867..27ca6a79c48a 100644
> --- a/arch/arm/boot/dts/kirkwood-nsa310a.dts
> +++ b/arch/arm/boot/dts/kirkwood-nsa310a.dts
> @@ -95,5 +95,5 @@
>
> lm85: lm85@2e {
> - compatible = "lm85";
> + compatible = "national,lm85";
> reg = <0x2e>;
> };
> diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> index b88da9392c32..0650beafc1de 100644
> --- a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> +++ b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> @@ -41,5 +41,5 @@
>
> s35390a: s35390a@30 {
> - compatible = "s35390a";
> + compatible = "sii,s35390a";
> reg = <0x30>;
> };
> diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> index b2f7cae06839..895506743e4d 100644
> --- a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> +++ b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> @@ -53,5 +53,5 @@
>
> s24c02: s24c02@50 {
> - compatible = "24c02";
> + compatible = "at,24c02";
> reg = <0x50>;
> };
> --
> 1.9.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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix
[not found] ` <CAL_JsqKGGgA_bGLXsBV7QrEjEvzupXBPNegWyxMhMGeoiWQ++Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-03-06 9:05 ` Andrew Lunn
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Lunn @ 2014-03-06 9:05 UTC (permalink / raw)
To: Rob Herring
Cc: Andrew Lunn, Jason Cooper, Device Tree, linux ARM, Rob Herring,
Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala
On Wed, Mar 05, 2014 at 08:53:25PM -0600, Rob Herring wrote:
> On Wed, Mar 5, 2014 at 3:33 PM, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:
> > Add vendor prefixes to compatible strings where they are missing.
>
> Please explain why you are breaking the ABI and why that is okay.
> Normally, you should just leave this as is or add the new compatible
> string rather than change it.
Ah, sorry, thought it was well known. Both I2C and MTD ignore the
vendor prefix. I'm adding them for consistency, and to keep checkpatch
happy.
I can respin and add a comment about this.
Andrew
>
> Rob
>
> >
> > Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> > ---
> > arch/arm/boot/dts/kirkwood-b3.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 2 +-
> > arch/arm/boot/dts/kirkwood-nsa310.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-nsa310a.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 2 +-
> > arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 2 +-
> > 9 files changed, 9 insertions(+), 9 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/kirkwood-b3.dts b/arch/arm/boot/dts/kirkwood-b3.dts
> > index 40791053106b..6becedebaa4e 100644
> > --- a/arch/arm/boot/dts/kirkwood-b3.dts
> > +++ b/arch/arm/boot/dts/kirkwood-b3.dts
> > @@ -76,5 +76,5 @@
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - compatible = "m25p16";
> > + compatible = "st,m25p16";
> > reg = <0>;
> > spi-max-frequency = <40000000>;
> > diff --git a/arch/arm/boot/dts/kirkwood-cloudbox.dts b/arch/arm/boot/dts/kirkwood-cloudbox.dts
> > index 0e06fd3cee4d..3b62aeeaa3a2 100644
> > --- a/arch/arm/boot/dts/kirkwood-cloudbox.dts
> > +++ b/arch/arm/boot/dts/kirkwood-cloudbox.dts
> > @@ -47,5 +47,5 @@
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - compatible = "mx25l4005a";
> > + compatible = "mxicy,mx25l4005a";
> > reg = <0>;
> > spi-max-frequency = <20000000>;
> > diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts
> > index ef3463e0ae19..28b3ee369778 100644
> > --- a/arch/arm/boot/dts/kirkwood-dreamplug.dts
> > +++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts
> > @@ -44,5 +44,5 @@
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - compatible = "mx25l1606e";
> > + compatible = "mxicy,mx25l1606e";
> > reg = <0>;
> > spi-max-frequency = <50000000>;
> > diff --git a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> > index 2cb0dc529165..32c6fb4a1162 100644
> > --- a/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> > +++ b/arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
> > @@ -57,5 +57,5 @@
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - compatible = "mx25l12805d";
> > + compatible = "mxicy,mx25l12805d";
> > reg = <0>;
> > spi-max-frequency = <50000000>;
> > diff --git a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> > index 743152f31a81..594bad0e386e 100644
> > --- a/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> > +++ b/arch/arm/boot/dts/kirkwood-ns2-common.dtsi
> > @@ -33,5 +33,5 @@
> > #address-cells = <1>;
> > #size-cells = <1>;
> > - compatible = "mx25l4005a";
> > + compatible = "mxicy,mx25l4005a";
> > reg = <0>;
> > spi-max-frequency = <20000000>;
> > diff --git a/arch/arm/boot/dts/kirkwood-nsa310.dts b/arch/arm/boot/dts/kirkwood-nsa310.dts
> > index 03fa24cf3344..0a07af9d8e58 100644
> > --- a/arch/arm/boot/dts/kirkwood-nsa310.dts
> > +++ b/arch/arm/boot/dts/kirkwood-nsa310.dts
> > @@ -105,5 +105,5 @@
> >
> > adt7476: adt7476a@2e {
> > - compatible = "adt7476";
> > + compatible = "adi,adt7476";
> > reg = <0x2e>;
> > };
> > diff --git a/arch/arm/boot/dts/kirkwood-nsa310a.dts b/arch/arm/boot/dts/kirkwood-nsa310a.dts
> > index a5e779452867..27ca6a79c48a 100644
> > --- a/arch/arm/boot/dts/kirkwood-nsa310a.dts
> > +++ b/arch/arm/boot/dts/kirkwood-nsa310a.dts
> > @@ -95,5 +95,5 @@
> >
> > lm85: lm85@2e {
> > - compatible = "lm85";
> > + compatible = "national,lm85";
> > reg = <0x2e>;
> > };
> > diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> > index b88da9392c32..0650beafc1de 100644
> > --- a/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> > +++ b/arch/arm/boot/dts/kirkwood-openblocks_a6.dts
> > @@ -41,5 +41,5 @@
> >
> > s35390a: s35390a@30 {
> > - compatible = "s35390a";
> > + compatible = "sii,s35390a";
> > reg = <0x30>;
> > };
> > diff --git a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> > index b2f7cae06839..895506743e4d 100644
> > --- a/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> > +++ b/arch/arm/boot/dts/kirkwood-openblocks_a7.dts
> > @@ -53,5 +53,5 @@
> >
> > s24c02: s24c02@50 {
> > - compatible = "24c02";
> > + compatible = "at,24c02";
> > reg = <0x50>;
> > };
> > --
> > 1.9.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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [RESEND Patch 0/3] Prefixes for Kirkwood DT files
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
` (2 preceding siblings ...)
2014-03-05 21:33 ` [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix Andrew Lunn
@ 2014-03-06 12:26 ` Jason Cooper
3 siblings, 0 replies; 8+ messages in thread
From: Jason Cooper @ 2014-03-06 12:26 UTC (permalink / raw)
To: Andrew Lunn
Cc: Device Tree, linux ARM, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ
On Wed, Mar 05, 2014 at 10:33:24PM +0100, Andrew Lunn wrote:
> It has been reported that not all these patches made it to the
> list. This is probably because git send-email used UTF8 encoded, since
> some of the hunks contain context lines using none ASCII characters.
>
> Andrew Lunn (3):
> DT: I2C: Add trivial bindings used by kirkwood boards
> DT: Vendors: Add vendor prefix for Macronix
Hmmm, I still didn't receive these two. I'll check an online archive
later...
thx,
Jason.
> ARM: Kirkwood: DT: Add missing vendor prefix
>
> .../devicetree/bindings/i2c/trivial-devices.txt | 17 +++++++++++++++++
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> arch/arm/boot/dts/kirkwood-b3.dts | 2 +-
> arch/arm/boot/dts/kirkwood-cloudbox.dts | 2 +-
> arch/arm/boot/dts/kirkwood-dreamplug.dts | 2 +-
> arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 2 +-
> arch/arm/boot/dts/kirkwood-ns2-common.dtsi | 2 +-
> arch/arm/boot/dts/kirkwood-nsa310.dts | 2 +-
> arch/arm/boot/dts/kirkwood-nsa310a.dts | 2 +-
> arch/arm/boot/dts/kirkwood-openblocks_a6.dts | 2 +-
> arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 2 +-
> 11 files changed, 27 insertions(+), 9 deletions(-)
>
> --
> 1.9.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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-03-06 12:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 21:33 [RESEND Patch 0/3] Prefixes for Kirkwood DT files Andrew Lunn
[not found] ` <1394055207-4639-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-05 21:33 ` [RESEND Patch 1/3] DT: I2C: Add trivial bindings used by kirkwood boards Andrew Lunn
2014-03-05 21:33 ` [RESEND Patch 2/3] DT: Vendors: Add vendor prefix for Macronix Andrew Lunn
[not found] ` <1394055207-4639-3-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-06 2:50 ` Rob Herring
2014-03-05 21:33 ` [RESEND Patch 3/3] ARM: Kirkwood: DT: Add missing vendor prefix Andrew Lunn
[not found] ` <1394055207-4639-4-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2014-03-06 2:53 ` Rob Herring
[not found] ` <CAL_JsqKGGgA_bGLXsBV7QrEjEvzupXBPNegWyxMhMGeoiWQ++Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-03-06 9:05 ` Andrew Lunn
2014-03-06 12:26 ` [RESEND Patch 0/3] Prefixes for Kirkwood DT files Jason Cooper
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).