All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: st_spi_fsm: Some fixes and improvements
@ 2022-06-07 15:24 Uwe Kleine-König
  2022-06-07 15:24 ` [PATCH 1/4] mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2022-06-07 15:24 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Richard Weinberger, Vignesh Raghavendra, Yang Yingliang,
	Boris Brezillon, Arvind Yadav, Lee Jones, Brian Norris,
	linux-mtd, kernel

Hello,

my intention was to just resend
https://lore.kernel.org/linux-mtd/20220603210758.148493-5-u.kleine-koenig@pengutronix.de
because after a change that was merged for 5.19-rc1 this patch didn't
apply any more. While preparing this update, I looked a bit too deep
into the driver and identified a few more patch opportunities.

I considered swapping the order of patches #2 and #3 because #3 is a fix
which #2 isn't. But doing would require a helper variable added to
.remove() in #2 that then is removed again in #3. If you feel strong
here (e.g. because you think #3 should be backported to stable but #2
shouldn't), I can rework accordingly.

Best regards
Uwe

Uwe Kleine-König (4):
  mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
  mtd: st_spi_fsm: Warn about failure to unregister mtd device
  mtd: st_spi_fsm: Disable clock only after device was unregistered
  mtd: st_spi_fsm: Simplify error checking in .probe() a bit

 drivers/mtd/devices/st_spi_fsm.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
-- 
2.36.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2022-06-09 13:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 15:24 [PATCH 0/4] mtd: st_spi_fsm: Some fixes and improvements Uwe Kleine-König
2022-06-07 15:24 ` [PATCH 1/4] mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path Uwe Kleine-König
2022-06-09 13:09   ` Miquel Raynal
2022-06-07 15:24 ` [PATCH 2/4] mtd: st_spi_fsm: Warn about failure to unregister mtd device Uwe Kleine-König
2022-06-09 13:08   ` Miquel Raynal
2022-06-07 15:24 ` [PATCH 3/4] mtd: st_spi_fsm: Disable clock only after device was unregistered Uwe Kleine-König
2022-06-09 13:08   ` Miquel Raynal
2022-06-07 15:24 ` [PATCH 4/4] mtd: st_spi_fsm: Simplify error checking in .probe() a bit Uwe Kleine-König
2022-06-07 15:32   ` Miquel Raynal
2022-06-09 13:08   ` Miquel Raynal

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.