public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Handle clk_prepare_enable/clk_disable_unprepare.
@ 2017-08-01 11:35 Arvind Yadav
  2017-08-01 11:35 ` [PATCH 1/6] mtd: nand: denali: Handle return value of clk_prepare_enable Arvind Yadav
  2017-08-04  7:31 ` [PATCH 0/6] Handle clk_prepare_enable/clk_disable_unprepare Boris Brezillon
  0 siblings, 2 replies; 3+ messages in thread
From: Arvind Yadav @ 2017-08-01 11:35 UTC (permalink / raw)
  To: boris.brezillon, richard, dwmw2, computersforpeace, marek.vasut,
	cyrille.pitchen, narmstrong
  Cc: linux-mtd, linux-kernel

clk_prepare_enable() can fail here and we must check its return value.
*_probe() can fail here and we must disable clock.

Arvind Yadav (6):
  [PATCH 1/6] mtd: nand: denali: Handle return value of clk_prepare_enable.
  [PATCH 2/6] mtd: oxnas_nand: Handle clk_prepare_enable/clk_disable_unprepare.
  [PATCH 3/6] mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.
  [PATCH 4/6] mtd: nand: vf610_nfc: Handle return value of clk_prepare_enable.
  [PATCH 5/6] mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable.
  [PATCH 6/6] mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.

 drivers/mtd/devices/st_spi_fsm.c | 20 ++++++++++++--------
 drivers/mtd/nand/denali_dt.c     |  4 +++-
 drivers/mtd/nand/lpc32xx_mlc.c   |  9 +++++++--
 drivers/mtd/nand/lpc32xx_slc.c   |  9 +++++++--
 drivers/mtd/nand/oxnas_nand.c    | 25 ++++++++++++++++++-------
 drivers/mtd/nand/vf610_nfc.c     |  5 ++++-
 6 files changed, 51 insertions(+), 21 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-08-04  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 11:35 [PATCH 0/6] Handle clk_prepare_enable/clk_disable_unprepare Arvind Yadav
2017-08-01 11:35 ` [PATCH 1/6] mtd: nand: denali: Handle return value of clk_prepare_enable Arvind Yadav
2017-08-04  7:31 ` [PATCH 0/6] Handle clk_prepare_enable/clk_disable_unprepare Boris Brezillon

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