public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/7] mtd: nand: pxa3xx cleanup
@ 2013-04-17 16:38 Ezequiel Garcia
  2013-04-17 16:38 ` [PATCH 1/7] Documentation: clk.txt: Fix a very small typo Ezequiel Garcia
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Ezequiel Garcia @ 2013-04-17 16:38 UTC (permalink / raw)
  To: linux-mtd
  Cc: Lior Amsalem, Thomas Petazzoni, Artem Bityutskiy, Lei Wen,
	Eric Miao, Ezequiel Garcia, Gregory Clement, Zhangfei Gao

This is a small set of cleanups for pxa3xx. Tested by compilation only.

Although the patches are somewhat simple, it would be wise to have some
testing before applying them.

Any feedback welcome!

Ezequiel Garcia (7):
  Documentation: clk.txt: Fix a very small typo
  mtd: nand: pxa3xx: Use devm_kzalloc
  mtd: nand: pxa3xx: Use devm_ioremap_resource
  mtd: nand: pxa3xx: Use devm_clk_get
  mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepare
  mtd: nand: pxa3xx: Check for clk_prepare_enable() return value
  mtd: nand: pxa3xx: Move buffer release code to its own function

 Documentation/clk.txt          |  2 +-
 drivers/mtd/nand/pxa3xx_nand.c | 93 +++++++++++++++---------------------------
 2 files changed, 34 insertions(+), 61 deletions(-)

-- 
1.8.1.5

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

end of thread, other threads:[~2013-05-14  7:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 16:38 [PATCH 0/7] mtd: nand: pxa3xx cleanup Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 1/7] Documentation: clk.txt: Fix a very small typo Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 2/7] mtd: nand: pxa3xx: Use devm_kzalloc Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 3/7] mtd: nand: pxa3xx: Use devm_ioremap_resource Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 4/7] mtd: nand: pxa3xx: Use devm_clk_get Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 5/7] mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepare Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 6/7] mtd: nand: pxa3xx: Check for clk_prepare_enable() return value Ezequiel Garcia
2013-04-17 16:38 ` [PATCH 7/7] mtd: nand: pxa3xx: Move buffer release code to its own function Ezequiel Garcia
2013-04-17 17:06 ` [PATCH 0/7] mtd: nand: pxa3xx cleanup Ezequiel Garcia
2013-05-13  7:05 ` Artem Bityutskiy
2013-05-13  9:23   ` Ezequiel Garcia
2013-05-14  7:05 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox