From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/6] OMAP updates
Date: Wed, 28 Aug 2019 12:23:56 +0200 [thread overview]
Message-ID: <20190828102402.18332-1-s.hauer@pengutronix.de> (raw)
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
next reply other threads:[~2019-08-28 10:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-28 10:23 Sascha Hauer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190828102402.18332-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox