All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/7] mtd: nand: omap: clean up of omap_elm and omap_gpmc driver
@ 2014-04-11  7:25 Pekon Gupta
  2014-04-11  7:25 ` [U-Boot] [PATCH v2 1/7] mtd: nand: omap_elm: remove #include omap_gpmc.h Pekon Gupta
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Pekon Gupta @ 2014-04-11  7:25 UTC (permalink / raw)
  To: u-boot

*changes v1->v2*
[PATCH 2/7] fix for BCH4 and BCH16 ECC scheme
[PATCH 7/7] <new patch>
 - white space-clean up


*original v1*
This patch series
 - removes un-wanted & redundant code in omap_elm and omap_gpmc drivers
 - refactors some private struct in omap_gpmc to make them generic across ecc-schemes
 - minor code fixes and clean-ups
This series can be as-it-is applied on u-boot 'v2014.04-rc3'.

*Testing Procedure*
Boot tested on am335x_evm (MLO -> U-boot -> kernel with filesystem flashed from U-boot)
using OMAP_ECC_BCH8_CODE_HW and OMAP_ECC_BCH8_CODE_HW_DETECTION_SW ecc-schemes 


Pekon Gupta (7):
  mtd: nand: omap_elm: remove #include omap_gpmc.h
  mtd: nand: omap_elm: use bch_type instead of nibble count to
    differentiate between BCH4/BCH8/BCH16
  mtd: nand: omap_elm: use macros for register definitions
  mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'
  mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct
    omap_nand_info
  mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch
  mtd: nand: omap: fix error-codes returned from omap-elm driver

 drivers/mtd/nand/omap_elm.c  |  28 ++++++------
 drivers/mtd/nand/omap_gpmc.c | 101 +++++++++++++++++--------------------------
 include/linux/mtd/omap_elm.h |  11 +++--
 3 files changed, 59 insertions(+), 81 deletions(-)

-- 
1.8.5.1.163.gd7aced9

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

end of thread, other threads:[~2014-06-06 21:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11  7:25 [U-Boot] [PATCH v2 0/7] mtd: nand: omap: clean up of omap_elm and omap_gpmc driver Pekon Gupta
2014-04-11  7:25 ` [U-Boot] [PATCH v2 1/7] mtd: nand: omap_elm: remove #include omap_gpmc.h Pekon Gupta
2014-06-06 21:53   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 2/7] mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16 Pekon Gupta
2014-06-06 21:53   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 3/7] mtd: nand: omap_elm: use macros for register definitions Pekon Gupta
2014-06-06 21:53   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 4/7] mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv' Pekon Gupta
2014-04-11  7:36   ` Stefan Roese
2014-05-14  5:52   ` Stefan Roese
2014-06-06 21:54   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 5/7] mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info Pekon Gupta
2014-06-06 21:54   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 6/7] mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch Pekon Gupta
2014-04-11  7:36   ` Stefan Roese
2014-05-14  5:53   ` Stefan Roese
2014-06-06 21:54   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-11  7:25 ` [U-Boot] [PATCH v2 7/7] mtd: nand: omap: fix error-codes returned from omap-elm driver Pekon Gupta
2014-04-11  7:37   ` Stefan Roese
2014-05-14  5:53   ` Stefan Roese
2014-06-06 21:54   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-05-14  4:32 ` [U-Boot] [PATCH v2 0/7] mtd: nand: omap: clean up of omap_elm and omap_gpmc driver Gupta, Pekon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.