mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] OMAP updates
@ 2019-08-28 10:23 Sascha Hauer
  2019-08-28 10:23 ` [PATCH 1/6] ARM: omap: am35xx_emif4: Fix bit polling Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2019-08-28 10:23 UTC (permalink / raw)
  To: Barebox List

This series has a few updates for OMAP. First of all BCH16 support is
added to the GPMC NAND driver which is needed for NAND chips with bigger
OOB sizes. Changes to the CPSW driver allow to specify the phy in th
device tree. Finally a new type of NAND barebox update handler is added
that is easier to use (both for the board code and for the user) than
the existing one.

Sascha Hauer (6):
  ARM: omap: am35xx_emif4: Fix bit polling
  mtd: nand: gpmc: Add support for ELM
  mtd: nand: gpmc: Add BCH16 support
  net: cpsw: Make phy its own driver
  mtd: peb: Add function to write file
  ARM: OMAP: bbu: Add an all-in-one NAND update handler

 arch/arm/mach-omap/am33xx_bbu_nand.c        | 146 +++++++
 arch/arm/mach-omap/am35xx_emif4.c           |   2 +-
 arch/arm/mach-omap/include/mach/bbu.h       |   6 +
 arch/arm/mach-omap/include/mach/gpmc_nand.h |   1 +
 drivers/bus/omap-gpmc.c                     |   3 +
 drivers/mtd/nand/Kconfig                    |  10 +
 drivers/mtd/nand/Makefile                   |   1 +
 drivers/mtd/nand/nand_omap_gpmc.c           | 333 +++++++++++++++-
 drivers/mtd/nand/omap_elm.c                 | 413 ++++++++++++++++++++
 drivers/mtd/peb.c                           |  84 ++++
 drivers/net/cpsw.c                          | 178 +++++----
 include/linux/mtd/mtd-abi.h                 |   2 +-
 include/mtd/mtd-peb.h                       |   2 +
 include/platform_data/elm.h                 |  53 +++
 14 files changed, 1142 insertions(+), 92 deletions(-)
 create mode 100644 drivers/mtd/nand/omap_elm.c
 create mode 100644 include/platform_data/elm.h

-- 
2.23.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-08-28 10:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 10:23 [PATCH 0/6] OMAP updates Sascha Hauer
2019-08-28 10:23 ` [PATCH 1/6] ARM: omap: am35xx_emif4: Fix bit polling Sascha Hauer
2019-08-28 10:23 ` [PATCH 2/6] mtd: nand: gpmc: Add support for ELM Sascha Hauer
2019-08-28 10:23 ` [PATCH 3/6] mtd: nand: gpmc: Add BCH16 support Sascha Hauer
2019-08-28 10:24 ` [PATCH 4/6] net: cpsw: Make phy its own driver Sascha Hauer
2019-08-28 10:24 ` [PATCH 5/6] mtd: peb: Add function to write file Sascha Hauer
2019-08-28 10:24 ` [PATCH 6/6] ARM: OMAP: bbu: Add an all-in-one NAND update handler Sascha Hauer

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