mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/7] clean up and complement reset source handling
@ 2019-08-25 15:58 Uwe Kleine-König
  2019-08-25 15:58 ` [PATCH v2 1/7] reset_source: use instance = -1 as default Uwe Kleine-König
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2019-08-25 15:58 UTC (permalink / raw)
  To: barebox

Hello,

compared to the sent earlier (implicit) v1 there is a new patch to fix
the ordering of exported functions and patched 4 to 7 add the concept of
a reset_source device. Also v1 had some whitespace problems that are
fixed here.

Best regards
Uwe

Uwe Kleine-König (7):
  reset_source: use instance = -1 as default
  reset_source: fix ordering of exported functions
  reset_source: drop reset_source_set_instance()
  reset_source: implement helper to set a device as reset source
  mfd: da9053: use new reset_source_set_device()
  mfd: da9063: use new reset_source_set_device()
  oftree: expose reset_source device in device tree

 arch/arm/mach-imx/imx.c       |  4 +---
 common/oftree.c               | 19 ++++++++++++++--
 common/reset_source.c         | 38 ++++++++++++++++++++++----------
 drivers/mfd/da9053.c          |  4 +---
 drivers/mfd/da9063.c          |  4 +---
 drivers/watchdog/stm32_iwdg.c |  3 +--
 include/reset_source.h        | 41 +++++++++++++++++++++++------------
 7 files changed, 75 insertions(+), 38 deletions(-)

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-08-28 11:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-25 15:58 [PATCH v2 0/7] clean up and complement reset source handling Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 1/7] reset_source: use instance = -1 as default Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 2/7] reset_source: fix ordering of exported functions Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 3/7] reset_source: drop reset_source_set_instance() Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 4/7] reset_source: implement helper to set a device as reset source Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 5/7] mfd: da9053: use new reset_source_set_device() Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 6/7] mfd: da9063: " Uwe Kleine-König
2019-08-25 15:58 ` [PATCH v2 7/7] oftree: expose reset_source device in device tree Uwe Kleine-König
2019-08-28 11:34 ` [PATCH v2 0/7] clean up and complement reset source handling Sascha Hauer

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