[0/7] Support NAND ONFI EDO mode for imx8mn architecture
mbox series

Message ID 20220928084509.2758974-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Support NAND ONFI EDO mode for imx8mn architecture
Related show

Message

Dario Binacchi Sept. 28, 2022, 8:45 a.m. UTC
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(-)