All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] pxa3xx_nand: Assorted changes
@ 2015-11-04 16:13 Ezequiel Garcia
  2015-11-04 16:13 ` [PATCH 1/6] mtd: pxa3xx_nand: Increase the initial chunk size Ezequiel Garcia
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Ezequiel Garcia @ 2015-11-04 16:13 UTC (permalink / raw)
  To: linux-mtd; +Cc: Robert Jarzmik, Antoine Tenart, Brian Norris, Ezequiel Garcia

This series contains a number of fixes and cleanups.
As described below, this series doesn't seem to fix any
currently known regression. IMO, there's no need to pick
any of this for v4.4-rc.

The first patch fixes a timeout found when issuing a CMD_PARAM,
without using the keep-config option. This timeout happens
only on NFCv2 (i.e. Armada 370/375/XP) with the keep-config option.

Since all the Armada 370/375/XP boards currently specify
keep-config, no user should be affected by the timeout.

The second patch is a fix for some leftovers issues from the
recent cleanup series by Antoine. Altough the patch can be
considered a fix, I'm not aware of any regression so I can't
argue it should be queued as a fix.

The rest of the patches are either cleanups or improvements.

Patch 3 simplifies the code around keep-config and removes
a silly goto.

Patch 4 removes the open-coded NAND chip sensing.

Patch 5 removes an unused macro.

Path 6 uses enable/disable clk to save power in resume/suspend
paths.

Thanks,

Ezequiel Garcia (6):
  mtd: pxa3xx_nand: Increase the initial chunk size
  mtd: pxa3xx_nand: Fix initial controller configuration
  mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
  mtd: pxa3xx_nand: Remove redundant NAND sensing
  mtd: pxa3xx_nand: Remove dead code
  mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths

 drivers/mtd/nand/pxa3xx_nand.c | 101 +++++++++++++++++------------------------
 1 file changed, 42 insertions(+), 59 deletions(-)

-- 
2.5.2

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

end of thread, other threads:[~2015-11-16 23:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 16:13 [PATCH 0/6] pxa3xx_nand: Assorted changes Ezequiel Garcia
2015-11-04 16:13 ` [PATCH 1/6] mtd: pxa3xx_nand: Increase the initial chunk size Ezequiel Garcia
2015-11-04 20:15   ` Robert Jarzmik
2015-11-04 16:13 ` [PATCH 2/6] mtd: pxa3xx_nand: Fix initial controller configuration Ezequiel Garcia
2015-11-04 16:13 ` [PATCH 3/6] nand: pxa3xx: Simplify pxa3xx_nand_scan Ezequiel Garcia
2015-11-04 20:56   ` Robert Jarzmik
2015-11-04 21:08     ` Ezequiel Garcia
2015-11-04 16:13 ` [PATCH 4/6] mtd: pxa3xx_nand: Remove redundant NAND sensing Ezequiel Garcia
2015-11-04 21:05   ` Robert Jarzmik
2015-11-04 16:13 ` [PATCH 5/6] mtd: pxa3xx_nand: Remove dead code Ezequiel Garcia
2015-11-04 21:06   ` Robert Jarzmik
2015-11-04 16:13 ` [PATCH 6/6] mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths Ezequiel Garcia
2015-11-04 21:16   ` Robert Jarzmik
2015-11-04 21:26     ` Ezequiel Garcia
2015-11-04 21:31       ` Robert Jarzmik
2015-11-16 23:04 ` [PATCH 0/6] pxa3xx_nand: Assorted changes Brian Norris

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.