public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/7] Support NAND ONFI EDO mode for imx8mn architecture
@ 2022-09-28  8:45 Dario Binacchi
  2022-09-28  8:45 ` [PATCH 1/7] dm: clk: add missing stub when CONFIG_CLK is deactivated Dario Binacchi
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Dario Binacchi @ 2022-09-28  8:45 UTC (permalink / raw)
  To: u-boot
  Cc: Amarula patchwork, michael, Dario Binacchi, Fabio Estevam,
	Giulio Benetti, Han Xu, Heinrich Schuchardt, Lukasz Majewski,
	Miquel Raynal, NXP i.MX U-Boot Team, Neil Armstrong,
	Sean Anderson, Simon Glass, Stefano Babic


Debugging and testing the series made it necessary to add some
patches to fix correct clock access and compilation issues raised
by buildman.


Dario Binacchi (3):
  dm: clk: add missing stub when CONFIG_CLK is deactivated
  mtd: mxs_nand: don't get the gpmi_apbh_dma clock
  mtd: mxs_nand: get the clock with the right name

Michael Trimarchi (4):
  clk: imx: gate2 support shared counter and relative clock functions
  clk: imx: clk-imx8mn add gpmi nand clocks
  imx: gpmi: Add register needed to control nand bus timing
  mtd: mxs_nand: Support EDO mode for imx8mn architecture

 arch/arm/include/asm/mach-imx/regs-gpmi.h |   9 +
 drivers/clk/imx/clk-gate2.c               |  15 +-
 drivers/clk/imx/clk-imx8mn.c              |  14 ++
 drivers/clk/imx/clk.h                     |  27 ++-
 drivers/mtd/nand/raw/mxs_nand.c           | 200 ++++++++++++++++++++++
 drivers/mtd/nand/raw/mxs_nand_dt.c        |  79 +++++----
 include/clk.h                             |  32 +++-
 include/mxs_nand.h                        |   3 +
 8 files changed, 333 insertions(+), 46 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-10-09  8:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-28  8:45 [PATCH 0/7] Support NAND ONFI EDO mode for imx8mn architecture Dario Binacchi
2022-09-28  8:45 ` [PATCH 1/7] dm: clk: add missing stub when CONFIG_CLK is deactivated Dario Binacchi
2022-09-28 16:41   ` Sean Anderson
2022-09-28  8:45 ` [PATCH 2/7] clk: imx: gate2 support shared counter and relative clock functions Dario Binacchi
2022-09-28  8:45 ` [PATCH 3/7] clk: imx: clk-imx8mn add gpmi nand clocks Dario Binacchi
2022-09-28  8:45 ` [PATCH 4/7] imx: gpmi: Add register needed to control nand bus timing Dario Binacchi
2022-09-28  8:45 ` [PATCH 5/7] mtd: mxs_nand: don't get the gpmi_apbh_dma clock Dario Binacchi
2022-09-28  8:45 ` [PATCH 6/7] mtd: mxs_nand: get the clock with the right name Dario Binacchi
2022-09-28  8:45 ` [PATCH 7/7] mtd: mxs_nand: Support EDO mode for imx8mn architecture Dario Binacchi
2022-10-09  8:40   ` Dario Binacchi

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