All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, Tero Kristo <kristo@kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>, Udit Kumar <u-kumar1@ti.com>,
	Nitin Yadav <n-yadav@ti.com>,
	Neha Malcom Francis <n-francis@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>
Subject: [PATCH 0/6] arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc
Date: Fri, 2 Jun 2023 10:35:48 -0500	[thread overview]
Message-ID: <20230602153554.1571128-1-nm@ti.com> (raw)

Hi,

This is an expansion of Sinthu's series[1] for J721s2, fixing a few aspects
of his patches and adding uart, eeprom detection etc.

This set of changes picksup fixes seen in u-boot and else where an
consolidates into kernel as the definitive device tree description

Testing logs: https://gist.github.com/nmenon/2acfc566d0b215fe941c42317d9ac955

Changes:
* Fixups to the wkup_pmx0 patch to limit stable tree to 6.3
* Fixups to Rpi header patch for mcu_i2c0 pinmux
* Additional patches for eeprom and wkup/mcu uarts.

-- Sinthu's series history:
Changes in V5[1]:
-Remove main padconfig split patch which is not required.

Changes in V4:
- Address review comments
  * Update main and wakeup domain IO padconfig
  * Correct the pinctrl node offsets as per the newly split wkup_pmx*
    and main_pmx* nodes.

Changes in V3:
- Add Fixes tag.

Changes in V2:
- Update commit description.
- Update the offset value to 0x194 as 0x190 is the last register of the
  IO PADCONFIG register set.

V1: https://lore.kernel.org/all/20230123135831.4184-1-sinthu.raja@ti.com/
V2: https://lore.kernel.org/lkml/20230124120311.7323-1-sinthu.raja@ti.com/T/
V3: https://lore.kernel.org/linux-arm-kernel/20230316114102.3602-2-sinthu.raja@ti.com/T/
V4: https://lore.kernel.org/lkml/20230424081536.12123-1-sinthu.raja@ti.com/
V5[1]: https://lore.kernel.org/linux-arm-kernel/20230504073432.6438-1-sinthu.raja@ti.com/

Nishanth Menon (4):
  arm64: dts: ti: k3-am68-sk-base-board: Add uart pinmux
  arm64: dts: ti: k3-am68-sk-som: Enable wakeup_i2c0 and eeprom
  arm64: dts: ti: k3-j721s2-common-proc-board: Add uart pinmux
  arm64: dts: ti: k3-j721s2-som-p0: Enable wakeup_i2c0 and eeprom

Sinthu Raja (2):
  arm64: dts: ti: k3-j721s2: Fix wkup pinmux range
  arm64: dts: ti: k3-am68-sk-base-board: Add pinmux for RPi Header

 .../boot/dts/ti/k3-am68-sk-base-board.dts     | 145 +++++++++++++++---
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi    |  22 +++
 .../dts/ti/k3-j721s2-common-proc-board.dts    |  99 +++++++-----
 .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi     |  29 +++-
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi  |  22 +++
 5 files changed, 255 insertions(+), 62 deletions(-)

-- 
2.40.0


WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, Tero Kristo <kristo@kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>, Udit Kumar <u-kumar1@ti.com>,
	Nitin Yadav <n-yadav@ti.com>,
	Neha Malcom Francis <n-francis@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>
Subject: [PATCH 0/6] arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc
Date: Fri, 2 Jun 2023 10:35:48 -0500	[thread overview]
Message-ID: <20230602153554.1571128-1-nm@ti.com> (raw)

Hi,

This is an expansion of Sinthu's series[1] for J721s2, fixing a few aspects
of his patches and adding uart, eeprom detection etc.

This set of changes picksup fixes seen in u-boot and else where an
consolidates into kernel as the definitive device tree description

Testing logs: https://gist.github.com/nmenon/2acfc566d0b215fe941c42317d9ac955

Changes:
* Fixups to the wkup_pmx0 patch to limit stable tree to 6.3
* Fixups to Rpi header patch for mcu_i2c0 pinmux
* Additional patches for eeprom and wkup/mcu uarts.

-- Sinthu's series history:
Changes in V5[1]:
-Remove main padconfig split patch which is not required.

Changes in V4:
- Address review comments
  * Update main and wakeup domain IO padconfig
  * Correct the pinctrl node offsets as per the newly split wkup_pmx*
    and main_pmx* nodes.

Changes in V3:
- Add Fixes tag.

Changes in V2:
- Update commit description.
- Update the offset value to 0x194 as 0x190 is the last register of the
  IO PADCONFIG register set.

V1: https://lore.kernel.org/all/20230123135831.4184-1-sinthu.raja@ti.com/
V2: https://lore.kernel.org/lkml/20230124120311.7323-1-sinthu.raja@ti.com/T/
V3: https://lore.kernel.org/linux-arm-kernel/20230316114102.3602-2-sinthu.raja@ti.com/T/
V4: https://lore.kernel.org/lkml/20230424081536.12123-1-sinthu.raja@ti.com/
V5[1]: https://lore.kernel.org/linux-arm-kernel/20230504073432.6438-1-sinthu.raja@ti.com/

Nishanth Menon (4):
  arm64: dts: ti: k3-am68-sk-base-board: Add uart pinmux
  arm64: dts: ti: k3-am68-sk-som: Enable wakeup_i2c0 and eeprom
  arm64: dts: ti: k3-j721s2-common-proc-board: Add uart pinmux
  arm64: dts: ti: k3-j721s2-som-p0: Enable wakeup_i2c0 and eeprom

Sinthu Raja (2):
  arm64: dts: ti: k3-j721s2: Fix wkup pinmux range
  arm64: dts: ti: k3-am68-sk-base-board: Add pinmux for RPi Header

 .../boot/dts/ti/k3-am68-sk-base-board.dts     | 145 +++++++++++++++---
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi    |  22 +++
 .../dts/ti/k3-j721s2-common-proc-board.dts    |  99 +++++++-----
 .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi     |  29 +++-
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi  |  22 +++
 5 files changed, 255 insertions(+), 62 deletions(-)

-- 
2.40.0


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

             reply	other threads:[~2023-06-02 15:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 15:35 Nishanth Menon [this message]
2023-06-02 15:35 ` [PATCH 0/6] arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc Nishanth Menon
2023-06-02 15:35 ` [PATCH 1/6] arm64: dts: ti: k3-j721s2: Fix wkup pinmux range Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-02 15:35 ` [PATCH 2/6] arm64: dts: ti: k3-am68-sk-base-board: Add pinmux for RPi Header Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-02 15:35 ` [PATCH 3/6] arm64: dts: ti: k3-am68-sk-base-board: Add uart pinmux Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-06  9:53   ` Kumar, Udit
2023-06-06  9:53     ` Kumar, Udit
2023-06-06 11:40     ` Nishanth Menon
2023-06-06 11:40       ` Nishanth Menon
2023-06-02 15:35 ` [PATCH 4/6] arm64: dts: ti: k3-am68-sk-som: Enable wakeup_i2c0 and eeprom Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-06  6:24   ` Raja, M Sinthu
2023-06-06  6:24     ` Raja, M Sinthu
2023-06-02 15:35 ` [PATCH 5/6] arm64: dts: ti: k3-j721s2-common-proc-board: Add uart pinmux Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-02 15:35 ` [PATCH 6/6] arm64: dts: ti: k3-j721s2-som-p0: Enable wakeup_i2c0 and eeprom Nishanth Menon
2023-06-02 15:35   ` Nishanth Menon
2023-06-06 13:07 ` [PATCH 0/6] arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc Kumar, Udit
2023-06-06 13:07   ` Kumar, Udit

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=20230602153554.1571128-1-nm@ti.com \
    --to=nm@ti.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=n-francis@ti.com \
    --cc=n-yadav@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=sinthu.raja@ti.com \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.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.