All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: soc@kernel.org
Cc: Rob Herring <robh@kernel.org>,
	devicetree@vger.kernel.org, Wei Xu <xuwei5@hisilicon.com>,
	Chanho Min <chanho.min@lge.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users
Date: Mon,  7 Sep 2020 13:18:25 +0100	[thread overview]
Message-ID: <20200907121831.242281-1-andre.przywara@arm.com> (raw)

Those are the remaining patches of the SP804/SP805 DT fixes. [1][2]
ARM, Broadcom and Freescale have their respective fixes queued through
their maintainers already, but I haven't heard back from LG or HiSilicon
so far.
So can those patches be taken through armsoc directly?
---------------------

Some DTs in the kernel tree were not conforming to the SP804 and SP805
binding.
Fix those DTs to correctly describe the clocks, while making sure that
the devices stay functional with the current Linux driver.

Thanks,
Andre

[1] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07072.html
[2] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07167.html

Andre Przywara (6):
  ARM: dts: hisilicon: Fix SP804 users
  ARM: dts: nspire: Fix SP804 users
  arm64: dts: lg: Fix SP804 users
  arm64: dts: hisilicon: Fix SP805 clocks
  arm64: dts: lg: Fix SP805 clocks
  ARM: dts: hisilicon: Fix SP805 clocks

 arch/arm/boot/dts/hi3620.dtsi             | 30 +++++++++++++++--------
 arch/arm/boot/dts/hip04.dtsi              |  4 +--
 arch/arm/boot/dts/hisi-x5hd2.dtsi         |  5 ++--
 arch/arm/boot/dts/nspire.dtsi             | 12 ++++++---
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 +++++---
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi |  5 ++--
 arch/arm64/boot/dts/lg/lg1312.dtsi        | 10 ++++----
 arch/arm64/boot/dts/lg/lg1313.dtsi        | 10 ++++----
 8 files changed, 52 insertions(+), 34 deletions(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Andre Przywara <andre.przywara@arm.com>
To: soc@kernel.org
Cc: Rob Herring <robh@kernel.org>,
	devicetree@vger.kernel.org, Chanho Min <chanho.min@lge.com>,
	linux-kernel@vger.kernel.org, Wei Xu <xuwei5@hisilicon.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users
Date: Mon,  7 Sep 2020 13:18:25 +0100	[thread overview]
Message-ID: <20200907121831.242281-1-andre.przywara@arm.com> (raw)

Those are the remaining patches of the SP804/SP805 DT fixes. [1][2]
ARM, Broadcom and Freescale have their respective fixes queued through
their maintainers already, but I haven't heard back from LG or HiSilicon
so far.
So can those patches be taken through armsoc directly?
---------------------

Some DTs in the kernel tree were not conforming to the SP804 and SP805
binding.
Fix those DTs to correctly describe the clocks, while making sure that
the devices stay functional with the current Linux driver.

Thanks,
Andre

[1] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07072.html
[2] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07167.html

Andre Przywara (6):
  ARM: dts: hisilicon: Fix SP804 users
  ARM: dts: nspire: Fix SP804 users
  arm64: dts: lg: Fix SP804 users
  arm64: dts: hisilicon: Fix SP805 clocks
  arm64: dts: lg: Fix SP805 clocks
  ARM: dts: hisilicon: Fix SP805 clocks

 arch/arm/boot/dts/hi3620.dtsi             | 30 +++++++++++++++--------
 arch/arm/boot/dts/hip04.dtsi              |  4 +--
 arch/arm/boot/dts/hisi-x5hd2.dtsi         |  5 ++--
 arch/arm/boot/dts/nspire.dtsi             | 12 ++++++---
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 +++++---
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi |  5 ++--
 arch/arm64/boot/dts/lg/lg1312.dtsi        | 10 ++++----
 arch/arm64/boot/dts/lg/lg1313.dtsi        | 10 ++++----
 8 files changed, 52 insertions(+), 34 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-09-07 12:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 12:18 Andre Przywara [this message]
2020-09-07 12:18 ` [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users Andre Przywara
2020-09-07 12:18 ` [PATCH v3 1/6] ARM: dts: hisilicon: Fix SP804 users Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-16  1:44   ` Wei Xu
2020-09-16  1:44     ` Wei Xu
2020-09-07 12:18 ` [PATCH v3 2/6] ARM: dts: nspire: " Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-07 12:18 ` [PATCH v3 3/6] arm64: dts: lg: " Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-07 12:18 ` [PATCH v3 4/6] arm64: dts: hisilicon: Fix SP805 clocks Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-16  1:45   ` Wei Xu
2020-09-16  1:45     ` Wei Xu
2020-09-07 12:18 ` [PATCH v3 5/6] arm64: dts: lg: " Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-07 12:18 ` [PATCH v3 6/6] ARM: dts: hisilicon: " Andre Przywara
2020-09-07 12:18   ` Andre Przywara
2020-09-16  1:42   ` Wei Xu
2020-09-16  1:42     ` Wei Xu
2020-10-03 19:57 ` [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users Olof Johansson
2020-10-03 19:57   ` Olof Johansson

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=20200907121831.242281-1-andre.przywara@arm.com \
    --to=andre.przywara@arm.com \
    --cc=chanho.min@lge.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=soc@kernel.org \
    --cc=xuwei5@hisilicon.com \
    /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.