U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] mediatek: cumulative trivial fix for OF_UPSTREAM support
@ 2024-06-05 19:02 Christian Marangi
  2024-06-05 19:02 ` [PATCH 01/11] phy: phy-mtk-tphy: add support for phy type switch Christian Marangi
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Christian Marangi @ 2024-06-05 19:02 UTC (permalink / raw)
  To: Tom Rini, Lukasz Majewski, Sean Anderson, Ryder Lee, Weijie Gao,
	Chunfeng Yun, GSS_MTK_Uboot_upstream, Heiko Schocher, Peng Fan,
	Jaehoon Chung, Joe Hershberger, Ramon Fried, Jagan Teki,
	Christian Marangi, Sam Shih, Francois Berder, Simon Glass,
	Julien Masson, Peter Robinson, Marek Vasut, Bo-Cun Chen,
	This contributor prefers not to receive mails, Michal Simek,
	John Crispin, Heinrich Schuchardt, Mason Huo, Stefan Roese,
	Sumit Garg, Mark Kettenis, Sergei Antonov, Mayuresh Chitale,
	SkyLake.Huang, Nicolò Veronese, u-boot

This is an initial series that have all the initial trivial
fixes required for usage of OF_UPSTREAM for the mediatek SoC

This also contains the pcie-gen3 driver and the required tphy
support driver to make it work.

Subsequent series will follow with conversion of the mtk-clk
to permit usage of OF_UPSTREAM and upstream clk ID.

Christian Marangi (10):
  phy: phy-mtk-tphy: add support for phy type switch
  spi: mtk_spim: add support for upstream mediatek,spi-ipm compatible
  net: mediatek: handle alternative name for pn_swap property
  i2c: mediatek: add support for optional arb and pmic clock
  serial: mediatek: add support for bus clock and enable it
  serial: mediatek: add special handling for highspeed and linux compat
  mmc: mediatek: add support for upstream linux clock and property
  clk: mediatek: mt7981: support alternative compatible for fixed-plls
  pinctrl: mediatek: add support for gpio-controller property in root
    node
  pinctrl: mediatek: mt7981: init device before relocation

John Crispin (1):
  pci: mediatek: add PCIe controller support for filogic silicon

 drivers/clk/mediatek/clk-mt7981.c             |   1 +
 drivers/i2c/mtk_i2c.c                         |  30 ++
 drivers/mmc/mtk-sd.c                          |  33 +-
 drivers/net/mtk_eth.c                         |   4 +-
 drivers/pci/Kconfig                           |   7 +
 drivers/pci/Makefile                          |   1 +
 drivers/pci/pcie_mediatek_gen3.c              | 382 ++++++++++++++++++
 drivers/phy/phy-mtk-tphy.c                    |  80 ++++
 drivers/pinctrl/mediatek/pinctrl-mt7981.c     |   1 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c |  10 +
 drivers/serial/serial_mtk.c                   |  27 +-
 drivers/spi/mtk_spim.c                        |  45 ++-
 12 files changed, 607 insertions(+), 14 deletions(-)
 create mode 100644 drivers/pci/pcie_mediatek_gen3.c

-- 
2.43.0


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

end of thread, other threads:[~2024-06-06  5:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 19:02 [PATCH 00/11] mediatek: cumulative trivial fix for OF_UPSTREAM support Christian Marangi
2024-06-05 19:02 ` [PATCH 01/11] phy: phy-mtk-tphy: add support for phy type switch Christian Marangi
2024-06-05 19:02 ` [PATCH 02/11] pci: mediatek: add PCIe controller support for filogic silicon Christian Marangi
2024-06-05 19:02 ` [PATCH 03/11] spi: mtk_spim: add support for upstream mediatek, spi-ipm compatible Christian Marangi
2024-06-05 19:02 ` [PATCH 04/11] net: mediatek: handle alternative name for pn_swap property Christian Marangi
2024-06-05 19:02 ` [PATCH 05/11] i2c: mediatek: add support for optional arb and pmic clock Christian Marangi
2024-06-06  4:27   ` Heiko Schocher
2024-06-05 19:02 ` [PATCH 06/11] serial: mediatek: add support for bus clock and enable it Christian Marangi
2024-06-05 19:02 ` [PATCH 07/11] serial: mediatek: add special handling for highspeed and linux compat Christian Marangi
2024-06-05 19:02 ` [PATCH 08/11] mmc: mediatek: add support for upstream linux clock and property Christian Marangi
2024-06-05 19:02 ` [PATCH 09/11] clk: mediatek: mt7981: support alternative compatible for fixed-plls Christian Marangi
2024-06-05 19:02 ` [PATCH 10/11] pinctrl: mediatek: add support for gpio-controller property in root node Christian Marangi
2024-06-05 19:02 ` [PATCH 11/11] pinctrl: mediatek: mt7981: init device before relocation Christian Marangi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox