linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/9] mtd: sharpslpart partition parser
@ 2017-05-31 22:40 Andrea Adami
  2017-05-31 22:40 ` [PATCH v3 1/9] mtd: sharpslpart: add sharpslpart MTD " Andrea Adami
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Andrea Adami @ 2017-05-31 22:40 UTC (permalink / raw)
  To: linux-mtd
  Cc: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, Wolfram Sang, Lee Jones,
	Daniel Mack, Haojian Zhuang, Dmitry Eremin-Solenikov,
	Robert Jarzmik, Linus Walleij, Russell King, linux-mmc,
	linux-kernel, linux-arm-kernel

This patchset introduces a simple partition parser for the Sharp SL
Series PXA handhelds. More details in the commit text.

I have set in cc the ARM PXA maintainers because this is the MTD part of
a planned wider patchset cleaning the Zaurus board files. The MFD maintainers
are also in cc (tmio.h change).

Changelog:
v1 initial import of 2.4 sources [1]
v2 refactor applying many suggested fixes [2]
v3 put the partition parser types in the platform data

[1] https://github.com/LinuxPDA/Sharp_FTL_2.4.20
[2] https://github.com/LinuxPDA/linux/commits/sharpslpart_v2

Andrea Adami (9):
  mtd: sharpslpart: add sharpslpart MTD partition parser
  mtd: nand: sharpsl.h: support partition parser types
  mfd: nand: tmio.h: support partition parser types
  mtd: nand: sharpsl.c: take in account partition parser types
  mtd: nand: tmio_nand.c: take in account partition parser types
  arm: pxa: corgi.c: remove hardcoded partitioning, use sharpslpart
    parser
  arm: pxa: tosa.c: remove hardcoded partitioning, use sharpslpart
    parser
  arm: pxa: spitz.c: remove hardcoded partitioning, use sharpslpart
    parser
  arm: pxa: poodle.c: remove hardcoded partitioning, use sharpslpart
    parser

 arch/arm/mach-pxa/corgi.c    |  31 ++-----
 arch/arm/mach-pxa/poodle.c   |  28 ++----
 arch/arm/mach-pxa/spitz.c    |  34 ++-----
 arch/arm/mach-pxa/tosa.c     |  28 ++----
 drivers/mtd/Kconfig          |   8 ++
 drivers/mtd/Makefile         |   2 +
 drivers/mtd/nand/sharpsl.c   |   9 +-
 drivers/mtd/nand/tmio_nand.c |   4 +-
 drivers/mtd/sharpsl_ftl.c    | 216 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/sharpsl_ftl.h    |  34 +++++++
 drivers/mtd/sharpslpart.c    | 132 ++++++++++++++++++++++++++
 include/linux/mfd/tmio.h     |   1 +
 include/linux/mtd/sharpsl.h  |   1 +
 13 files changed, 437 insertions(+), 91 deletions(-)
 create mode 100644 drivers/mtd/sharpsl_ftl.c
 create mode 100644 drivers/mtd/sharpsl_ftl.h
 create mode 100644 drivers/mtd/sharpslpart.c

-- 
2.7.4

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

end of thread, other threads:[~2017-06-20 22:05 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 22:40 [PATCH v3 0/9] mtd: sharpslpart partition parser Andrea Adami
2017-05-31 22:40 ` [PATCH v3 1/9] mtd: sharpslpart: add sharpslpart MTD " Andrea Adami
2017-06-09  1:30   ` Brian Norris
2017-06-20  8:52     ` Andrea Adami
2017-06-20 22:05       ` Brian Norris
2017-06-09  1:42   ` Brian Norris
2017-06-20  8:56     ` Andrea Adami
2017-05-31 22:40 ` [PATCH v3 2/9] mtd: nand: sharpsl.h: support partition parser types Andrea Adami
2017-05-31 22:40 ` [PATCH v3 3/9] mfd: tmio.h: " Andrea Adami
2017-06-01  8:40   ` Wolfram Sang
2017-06-01 14:35   ` Lee Jones
2017-06-03 21:40     ` Andrea Adami
2017-06-05  7:59       ` Lee Jones
2017-05-31 22:40 ` [PATCH v3 4/9] mtd: nand: sharpsl.c: take in account " Andrea Adami
2017-06-01  8:35   ` Wolfram Sang
2017-05-31 22:40 ` [PATCH v3 5/9] mtd: nand: tmio_nand.c: " Andrea Adami
2017-06-01  8:37   ` Wolfram Sang
2017-05-31 22:40 ` [PATCH v3 6/9] arm: pxa: corgi.c: remove hardcoded partitioning, use sharpslpart parser Andrea Adami
2017-05-31 22:40 ` [PATCH v3 7/9] arm: pxa: tosa.c: " Andrea Adami
2017-05-31 22:40 ` [PATCH v3 8/9] arm: pxa: spitz.c: " Andrea Adami
2017-05-31 22:40 ` [PATCH v3 9/9] arm: pxa: poodle.c: " Andrea Adami
2017-06-09  1:35 ` [PATCH v3 0/9] mtd: sharpslpart partition parser 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).