[PATCH v3 0/7] OMAP2+ OneNAND driver update

Ladislav Michl ladis at linux-mips.org
Thu Nov 9 01:11:55 PST 2017


Hi there,

this patch serie updates OMAP2+ OneNAND driver to the present times, making
it fully DT configurable.

Patches 2-6 are intended for 4.15 merge window via mtd-tree as they are
cleanups only.

Patches 1 and 7 are targetted for 4.16 merge window via mtd tree as it seems
nobody tested these changes (on Nokias most importantly) so far.

Please note that unlike previous driver version, which basically ignored
DT specified timings, this one relies on it, so it is important to get
it right in your DT (dumping it from previous kernel version).

In case synchronous timings is requested, it is okay to specify timings
for the slowest chip ever used for you board as it is evetually optimized
after chip probe.

Ladislav Michl (7):
  memory: omap-gpmc: Refactor OneNAND support
  mtd: onenand: omap2: Remove regulator support
  mtd: onenand: omap2: Remove skip initial unlocking support
  mtd: onenand: omap2: Remove partitioning support from platform data
  mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation
  mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific
  mtd: onenand: omap2: Configure driver from DT

 drivers/memory/omap-gpmc.c  | 158 ++++++++++----
 drivers/mtd/onenand/omap2.c | 512 ++++++++++++++++----------------------------
 include/linux/omap-gpmc.h   |  25 +++
 3 files changed, 330 insertions(+), 365 deletions(-)

-- 
2.11.0




More information about the linux-mtd mailing list