From: Krzysztof Kozlowski <krzk@kernel.org>
To: Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Javier Martinez Canillas <javier@osg.samsung.com>,
Anand Moon <linux.amoon@gmail.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Peter Chen <peter.chen@nxp.com>,
gregkh@linuxfoundation.org, stern@rowland.harvard.edu,
ulf.hansson@linaro.org, broonie@kernel.org, sre@kernel.org,
robh+dt@kernel.org, linux-usb@vger.kernel.org,
linux-pm@vger.kernel.org, hverkuil@xs4all.nl,
Markus Reichl <m.reichl@fivetechno.de>
Subject: [PATCH 1/4] ARM: dts: exynos: Fix indentation of EHCI and OHCI ports
Date: Sat, 7 Jan 2017 10:52:00 +0200 [thread overview]
Message-ID: <20170107085203.4431-2-krzk@kernel.org> (raw)
In-Reply-To: <20170107085203.4431-1-krzk@kernel.org>
Replace spaces with tabs in EHCI and OHCI ports indentation.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/boot/dts/exynos4.dtsi | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index c64737baa45e..3209c60389e2 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -370,19 +370,19 @@
#address-cells = <1>;
#size-cells = <0>;
port@0 {
- reg = <0>;
- phys = <&exynos_usbphy 1>;
- status = "disabled";
+ reg = <0>;
+ phys = <&exynos_usbphy 1>;
+ status = "disabled";
};
port@1 {
- reg = <1>;
- phys = <&exynos_usbphy 2>;
- status = "disabled";
+ reg = <1>;
+ phys = <&exynos_usbphy 2>;
+ status = "disabled";
};
port@2 {
- reg = <2>;
- phys = <&exynos_usbphy 3>;
- status = "disabled";
+ reg = <2>;
+ phys = <&exynos_usbphy 3>;
+ status = "disabled";
};
};
@@ -396,9 +396,9 @@
#address-cells = <1>;
#size-cells = <0>;
port@0 {
- reg = <0>;
- phys = <&exynos_usbphy 1>;
- status = "disabled";
+ reg = <0>;
+ phys = <&exynos_usbphy 1>;
+ status = "disabled";
};
};
--
2.9.3
WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: dts: exynos: Fix indentation of EHCI and OHCI ports
Date: Sat, 7 Jan 2017 10:52:00 +0200 [thread overview]
Message-ID: <20170107085203.4431-2-krzk@kernel.org> (raw)
In-Reply-To: <20170107085203.4431-1-krzk@kernel.org>
Replace spaces with tabs in EHCI and OHCI ports indentation.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/boot/dts/exynos4.dtsi | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index c64737baa45e..3209c60389e2 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -370,19 +370,19 @@
#address-cells = <1>;
#size-cells = <0>;
port at 0 {
- reg = <0>;
- phys = <&exynos_usbphy 1>;
- status = "disabled";
+ reg = <0>;
+ phys = <&exynos_usbphy 1>;
+ status = "disabled";
};
port at 1 {
- reg = <1>;
- phys = <&exynos_usbphy 2>;
- status = "disabled";
+ reg = <1>;
+ phys = <&exynos_usbphy 2>;
+ status = "disabled";
};
port at 2 {
- reg = <2>;
- phys = <&exynos_usbphy 3>;
- status = "disabled";
+ reg = <2>;
+ phys = <&exynos_usbphy 3>;
+ status = "disabled";
};
};
@@ -396,9 +396,9 @@
#address-cells = <1>;
#size-cells = <0>;
port at 0 {
- reg = <0>;
- phys = <&exynos_usbphy 1>;
- status = "disabled";
+ reg = <0>;
+ phys = <&exynos_usbphy 1>;
+ status = "disabled";
};
};
--
2.9.3
next prev parent reply other threads:[~2017-01-07 8:52 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-07 8:51 [PATCH 0/4] ARM: exynos: Fix Odroid U3 USB/LAN when TFTP booting (power sequence) Krzysztof Kozlowski
2017-01-07 8:51 ` Krzysztof Kozlowski
2017-01-07 8:51 ` Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski [this message]
2017-01-07 8:52 ` [PATCH 1/4] ARM: dts: exynos: Fix indentation of EHCI and OHCI ports Krzysztof Kozlowski
2017-01-09 16:01 ` Javier Martinez Canillas
2017-01-09 16:01 ` Javier Martinez Canillas
2017-01-09 16:01 ` Javier Martinez Canillas
2017-01-07 8:52 ` [PATCH 3/4] ARM: exynos_defconfig: Enable power sequence for Odroid U3 Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski
2017-01-09 16:19 ` Javier Martinez Canillas
2017-01-09 16:19 ` Javier Martinez Canillas
2017-01-09 16:19 ` Javier Martinez Canillas
[not found] ` <20170107085203.4431-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-01-07 8:52 ` [PATCH 2/4] ARM: dts: exynos: Fix LAN9730 on Odroid U3 after tftpboot Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski
2017-01-09 16:17 ` Javier Martinez Canillas
2017-01-09 16:17 ` Javier Martinez Canillas
2017-01-07 8:52 ` [PATCH 4/4] ARM: multi_v7_defconfig: Enable power sequence for Odroid U3 Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski
2017-01-07 8:52 ` Krzysztof Kozlowski
2017-01-07 9:16 ` [PATCH v1.1] " Krzysztof Kozlowski
2017-01-07 9:16 ` Krzysztof Kozlowski
2017-01-09 16:24 ` Javier Martinez Canillas
2017-01-09 16:24 ` Javier Martinez Canillas
2017-01-09 16:24 ` Javier Martinez Canillas
[not found] ` <d8ee24b1-9d6b-e76f-b5ef-71706efbf9e5-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2017-01-09 17:38 ` Krzysztof Kozlowski
2017-01-09 17:38 ` Krzysztof Kozlowski
2017-01-09 17:38 ` Krzysztof Kozlowski
2017-01-09 17:44 ` Javier Martinez Canillas
2017-01-09 17:44 ` Javier Martinez Canillas
2017-01-09 18:04 ` [PATCH 0/4] ARM: exynos: Fix Odroid U3 USB/LAN when TFTP booting (power sequence) Anand Moon
2017-01-09 18:04 ` Anand Moon
2017-01-09 18:04 ` Anand Moon
[not found] ` <CANAwSgSEZvxHje65Kk13fvD9NZGB+iHCJtoGJdQrUdS42ei_WA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-09 18:17 ` Krzysztof Kozlowski
2017-01-09 18:17 ` Krzysztof Kozlowski
2017-01-09 18:17 ` Krzysztof Kozlowski
2017-01-09 18:26 ` Anand Moon
2017-01-09 18:26 ` Anand Moon
2017-01-09 18:26 ` Anand Moon
2017-01-09 18:35 ` Krzysztof Kozlowski
2017-01-09 18:35 ` Krzysztof Kozlowski
2017-01-09 18:35 ` Krzysztof Kozlowski
2017-03-29 11:12 ` Hans Verkuil
2017-03-29 11:12 ` Hans Verkuil
2017-03-29 11:12 ` Hans Verkuil
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=20170107085203.4431-2-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hverkuil@xs4all.nl \
--cc=javier@osg.samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=m.reichl@fivetechno.de \
--cc=m.szyprowski@samsung.com \
--cc=peter.chen@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sre@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=ulf.hansson@linaro.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.