linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11 0/3] Add minimal MT8365 and MT8365-EVK support
@ 2023-03-09 21:34 Bernhard Rosenkränzer
  2023-03-09 21:34 ` [PATCH v11 1/3] dt-bindings: irq: mtk, sysirq: add support for mt8365 Bernhard Rosenkränzer
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bernhard Rosenkränzer @ 2023-03-09 21:34 UTC (permalink / raw)
  To: linux-mediatek, linux-arm-kernel, linux-serial, devicetree,
	linux-kernel, angelogioacchino.delregno, matthias.bgg, gregkh,
	krzysztof.kozlowski+dt, robh+dt, maz, tglx

v11:
  - Fix typo in systimer (Thanks Angelo)

v10:
  - Fix systimer properties (Thanks Amjad)
  - Drop components of the patchset that have already been merged

v9:
  - Fix a regression in v8 that broke the USB port
  - Remove superfluous include in mt8365.dtsi
  - Fix some naming issues pointed out by dtbs_check

v8:
  - Add binding descriptions for mediatek,mt8365-systimer and
    mediatek,mt8365-uart
  - Specify ranges with parameters for u3phy

Tested-by: Kevin Hilman <khilman@baylibre.com>

v7:
  - Update GIC information in mt8365.dtsi (thanks to Marc Zyngier for
    pointing out the problem)
  - Adjust the timer to match the updated GIC information

v6:
  - Add systimer in mt8365.dtsi
  - Add I/D caches and L2 cache details in mt8365.dtsi
  - Move bl31_secmon_reserved from mt8365.dtsi to mt8365-evk.dts
  - Fix inconsistent indentation in mt8365-pinctrl example
  - Further mt8365.dtsi cleanups
  - Submit to additional maintainers spotted by get_maintainer.pl

v5:
  - Reorder top-level entries in mediatek,mt8365-pinctrl.yaml to match
    example-schema
  - Use consistent quotes

v4:
  - Remove pins-are-numbered references that have been holding things up
    now that the patches removing it from dt-bindings have landed in linux-next

v3:
  - Remove a number of components that are not yet supported (they will
    come back alongside the corresponding drivers)
  - Address issues found by dt_binding_check (mostly fixing pinctrl
    bindings)
  - Address issues pointed out in comments
  - Reorder patches

v2:
  - Add missing dt-bindings documentation
  - Small cleanups addressing issues in v1 pointed out by Krzysztof Kozlowski


Bernhard Rosenkränzer (2):
  dt-bindings: irq: mtk, sysirq: add support for mt8365
  dt-bindings: serial: mediatek,uart: add MT8365

Fabien Parent (1):
  arm64: dts: mediatek: Initial mt8365-evk support

 .../interrupt-controller/mediatek,sysirq.txt  |   1 +
 .../bindings/serial/mediatek,uart.yaml        |   1 +
 arch/arm64/boot/dts/mediatek/Makefile         |   1 +
 arch/arm64/boot/dts/mediatek/mt8365-evk.dts   | 168 ++++++++
 arch/arm64/boot/dts/mediatek/mt8365.dtsi      | 377 ++++++++++++++++++
 5 files changed, 548 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8365-evk.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8365.dtsi

-- 
2.40.0.rc2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-16 13:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 21:34 [PATCH v11 0/3] Add minimal MT8365 and MT8365-EVK support Bernhard Rosenkränzer
2023-03-09 21:34 ` [PATCH v11 1/3] dt-bindings: irq: mtk, sysirq: add support for mt8365 Bernhard Rosenkränzer
2023-03-11 13:44   ` Rob Herring
2023-03-09 21:35 ` [PATCH v11 2/3] dt-bindings: serial: mediatek,uart: add MT8365 Bernhard Rosenkränzer
2023-03-11 13:45   ` Rob Herring
2023-03-09 21:35 ` [PATCH v11 3/3] arm64: dts: mediatek: Initial mt8365-evk support Bernhard Rosenkränzer
2023-03-21 10:51   ` Kevin Hilman
2023-03-22 14:41     ` Matthias Brugger
2023-10-16 13:48   ` Laurent Pinchart
2023-10-16 13:49     ` Laurent Pinchart

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).