public inbox for linux-amlogic@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 u-boot 0/2] reset: Add get/assert/deassert/release for bulk of reset signals
@ 2018-04-03  9:40 Neil Armstrong
  2018-04-03  9:40 ` [PATCH v2 u-boot 1/2] " Neil Armstrong
  2018-04-03  9:40 ` [PATCH v2 u-boot 2/2] reset: add sandbox test for bulk API Neil Armstrong
  0 siblings, 2 replies; 13+ messages in thread
From: Neil Armstrong @ 2018-04-03  9:40 UTC (permalink / raw)
  To: linus-amlogic

This patch adds a "bulk" API to the reset API in order to get/deassert/
assert/release a group of reset signals associated with a device.

This bulk API will avoid adding a copy of the same code to manage
a group of reset signals in drivers.

This serie and the "clk bulk" serie is necessary and suggested by Marek Vasut
for the "Add USB Support for Amlogic Meson GXL SoCs" to avoid adding the same
code to manage a bulk of clocks and resets in another driver.
I will push a RFC code to update the other drivers having a similar
code pattern when these patches are merged.

The second patch adds the bulk reset API tests for the sandbox test suite.

Changes since v1 :
 - Add sandbox tests

Neil Armstrong (2):
  reset: Add get/assert/deassert/release for bulk of reset signals
  reset: add sandbox test for bulk API

 arch/sandbox/include/asm/reset.h   |  4 ++
 drivers/reset/reset-uclass.c       | 60 +++++++++++++++++++++++
 drivers/reset/sandbox-reset-test.c | 29 +++++++++++
 drivers/reset/sandbox-reset.c      |  2 +-
 include/reset.h                    | 99 ++++++++++++++++++++++++++++++++++++++
 test/dm/reset.c                    | 33 +++++++++++++
 6 files changed, 226 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-04-14 13:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03  9:40 [PATCH v2 u-boot 0/2] reset: Add get/assert/deassert/release for bulk of reset signals Neil Armstrong
2018-04-03  9:40 ` [PATCH v2 u-boot 1/2] " Neil Armstrong
2018-04-03 17:53   ` Simon Glass
2018-04-11 14:05   ` [U-Boot, v2, u-boot, " Tom Rini
2018-04-14  0:11     ` Marek Vasut
2018-04-14 13:51       ` Tom Rini
2018-04-11 15:49   ` [U-Boot] [PATCH v2 u-boot " Jean-Jacques Hiblot
2018-04-12  8:14     ` Neil Armstrong
2018-04-03  9:40 ` [PATCH v2 u-boot 2/2] reset: add sandbox test for bulk API Neil Armstrong
2018-04-03 17:53   ` Simon Glass
2018-04-04  8:45     ` Neil Armstrong
2018-04-08 13:56       ` Simon Glass
2018-04-11 14:05   ` [U-Boot,v2,u-boot,2/2] " Tom Rini

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