linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] nand: OMAP collected fixes
@ 2014-09-20 16:53 Ezequiel Garcia
  2014-09-20 16:53 ` [PATCH v4 1/5] nand: omap2: Remove horrible ifdefs to fix module probe Ezequiel Garcia
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Ezequiel Garcia @ 2014-09-20 16:53 UTC (permalink / raw)
  To: Brian Norris, Roger Quadros
  Cc: Tony Lindgren, linux-omap, linux-mtd, Ezequiel Garcia

I've collected all the changes recently discussed in a whole patchset.
If you are just reading this for the first time please take a look at:

[1] http://www.spinics.net/lists/linux-omap/msg110965.html
[2] http://www.spinics.net/lists/linux-omap/msg110958.html 

As requested by Roger, the omap_elm is a 'bool' driver now. The plan
is to merge it inside omap2_nand, but my queue is really filled, so
if anyone feels like doing, please be my guest.

Although I'm hoping this to be the last round, feedback and testing
is welcome.

Brian: I wonder if it's too late for v3.18?

Thanks!

Ezequiel Garcia (5):
  nand: omap2: Remove horrible ifdefs to fix module probe
  nand: omap2: Replace pr_err with dev_err
  mtd: nand: Move ELM driver and rename as omap_elm
  mtd: nand: Rename OMAP NAND driver
  mtd: nand: Constrain omap_elm to built-in

 drivers/mtd/devices/Makefile                   |   1 -
 drivers/mtd/nand/Kconfig                       |   2 +-
 drivers/mtd/nand/Makefile                      |   3 +-
 drivers/mtd/nand/{omap2.c => omap2_nand.c}     | 160 ++++++++++++++-----------
 drivers/mtd/{devices/elm.c => nand/omap_elm.c} |   0
 include/linux/platform_data/elm.h              |  16 +++
 6 files changed, 107 insertions(+), 75 deletions(-)
 rename drivers/mtd/nand/{omap2.c => omap2_nand.c} (95%)
 rename drivers/mtd/{devices/elm.c => nand/omap_elm.c} (100%)

-- 
2.1.0

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

end of thread, other threads:[~2014-09-23  8:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-20 16:53 [PATCH v4 0/5] nand: OMAP collected fixes Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 1/5] nand: omap2: Remove horrible ifdefs to fix module probe Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 2/5] nand: omap2: Replace pr_err with dev_err Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 3/5] mtd: nand: Move ELM driver and rename as omap_elm Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 4/5] mtd: nand: Rename OMAP NAND driver Ezequiel Garcia
2014-09-22 18:49   ` Brian Norris
2014-09-20 16:53 ` [PATCH v4 5/5] mtd: nand: Constrain omap_elm to built-in Ezequiel Garcia
2014-09-22  8:17   ` Roger Quadros
2014-09-22 18:58   ` Brian Norris
2014-09-22 19:15     ` Ezequiel Garcia
2014-09-23  8:51     ` Roger Quadros
2014-09-22  8:22 ` [PATCH v4 0/5] nand: OMAP collected fixes Roger Quadros
2014-09-22 12:51   ` Ezequiel Garcia
2014-09-22 15:13     ` Roger Quadros
2014-09-22 18:42 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).