linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] MIPS: Migrate pistachio to generic kernel
@ 2021-06-27  4:56 Jiaxun Yang
  2021-06-27  4:56 ` [PATCH 1/9] MIPS: generic: Allow generating FIT image for Marduk board Jiaxun Yang
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Jiaxun Yang @ 2021-06-27  4:56 UTC (permalink / raw)
  To: linux-mips
  Cc: tsbogend, mturquette, daniel.lezcano, linus.walleij, vkoul,
	linux-kernel, linux-clk, linux-gpio, linux-phy, devicetree,
	Jiaxun Yang

I'm lucky enough to get a Creator CI40 board from dusts.
This patchset move it to gerneic kernel to reduce maintenance burden.
It have been tested with SD Card boot.

Jiaxun Yang (9):
  MIPS: generic: Allow generating FIT image for Marduk board
  MIPS: DTS: Pistachio add missing cpc and cdmm
  clk: pistachio: Make it selectable for generic MIPS kernel
  clocksource/drivers/pistachio: Make it seletable for MIPS
  phy: pistachio-usb: Depend on MIPS || COMPILE_TEST
  pinctrl: pistachio: Make it as a option
  MIPS: config: generic: Add config for Marduk board
  MIPS: Retire MACH_PISTACHIO
  MIPS: Make a alias for pistachio_defconfig

 arch/mips/Kbuild.platforms                    |   1 -
 arch/mips/Kconfig                             |  29 --
 arch/mips/Makefile                            |   3 +
 arch/mips/boot/dts/Makefile                   |   2 +-
 arch/mips/boot/dts/img/Makefile               |   3 +-
 arch/mips/boot/dts/img/pistachio.dtsi         |  10 +
 arch/mips/configs/generic/board-marduk.config |  53 +++
 arch/mips/configs/pistachio_defconfig         | 316 ------------------
 arch/mips/generic/Kconfig                     |   6 +
 arch/mips/generic/Platform                    |   1 +
 arch/mips/generic/board-marduk.its.S          |  22 ++
 arch/mips/pistachio/Kconfig                   |  14 -
 arch/mips/pistachio/Makefile                  |   2 -
 arch/mips/pistachio/Platform                  |   6 -
 arch/mips/pistachio/init.c                    | 125 -------
 arch/mips/pistachio/irq.c                     |  24 --
 arch/mips/pistachio/time.c                    |  55 ---
 drivers/clk/Kconfig                           |   1 +
 drivers/clk/Makefile                          |   2 +-
 drivers/clk/pistachio/Kconfig                 |   8 +
 drivers/clocksource/Kconfig                   |   3 +-
 drivers/phy/Kconfig                           |   2 +-
 drivers/pinctrl/Kconfig                       |   5 +-
 23 files changed, 114 insertions(+), 579 deletions(-)
 create mode 100644 arch/mips/configs/generic/board-marduk.config
 delete mode 100644 arch/mips/configs/pistachio_defconfig
 create mode 100644 arch/mips/generic/board-marduk.its.S
 delete mode 100644 arch/mips/pistachio/Kconfig
 delete mode 100644 arch/mips/pistachio/Makefile
 delete mode 100644 arch/mips/pistachio/Platform
 delete mode 100644 arch/mips/pistachio/init.c
 delete mode 100644 arch/mips/pistachio/irq.c
 delete mode 100644 arch/mips/pistachio/time.c
 create mode 100644 drivers/clk/pistachio/Kconfig

-- 
2.32.0


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

end of thread, other threads:[~2021-08-10 13:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27  4:56 [PATCH 0/9] MIPS: Migrate pistachio to generic kernel Jiaxun Yang
2021-06-27  4:56 ` [PATCH 1/9] MIPS: generic: Allow generating FIT image for Marduk board Jiaxun Yang
2021-06-27  4:56 ` [PATCH 2/9] MIPS: DTS: Pistachio add missing cpc and cdmm Jiaxun Yang
2021-06-27  4:56 ` [PATCH 3/9] clk: pistachio: Make it selectable for generic MIPS kernel Jiaxun Yang
2021-06-27 23:38   ` Stephen Boyd
2021-06-28  1:06     ` Jiaxun Yang
2021-06-27  4:56 ` [PATCH 4/9] clocksource/drivers/pistachio: Make it seletable for MIPS Jiaxun Yang
2021-06-27  4:56 ` [PATCH 5/9] phy: pistachio-usb: Depend on MIPS || COMPILE_TEST Jiaxun Yang
2021-06-27  4:56 ` [PATCH 6/9] pinctrl: pistachio: Make it as a option Jiaxun Yang
2021-07-23 16:13   ` Linus Walleij
2021-07-25  2:49     ` Jiaxun Yang
2021-08-10 13:27       ` Linus Walleij
2021-06-27  4:56 ` [PATCH 7/9] MIPS: config: generic: Add config for Marduk board Jiaxun Yang
2021-06-27  4:56 ` [PATCH 8/9] MIPS: Retire MACH_PISTACHIO Jiaxun Yang
2021-06-27  4:56 ` [PATCH 9/9] MIPS: Make a alias for pistachio_defconfig Jiaxun Yang
2021-06-27  5:17   ` Jiaxun Yang

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