devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/3]
@ 2016-10-05 15:27 Neil Armstrong
  2016-10-05 15:27 ` [RESEND PATCH v2 1/3] reset: oxnas: Add OX820 support Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neil Armstrong @ 2016-10-05 15:27 UTC (permalink / raw)
  To: Philipp Zabel
  Cc: linux-oxnas, Neil Armstrong, devicetree, linux-arm-kernel,
	linux-kernel

This is a resend of v2 with the actual changes on patch number 3.

This patchset adds support for the reset controller in the Oxford
Semiconductor OX820 SoC, big brother of the OX810SE.

Since this driver uses a regmap access, it's important to tag each
compatible SoC since the regmap offset could differ in later SoCs.

This patchet also moves the reset indices to a clean DT include file.


Changes since v1 at: http://lkml.kernel.org/r/20160909131955.27334-1-narmstrong@baylibre.com
 - Reformat bindings
 - Add reference to include files in bindings

Neil Armstrong (3):
  reset: oxnas: Add OX820 support
  dt-bindings: reset: oxnas: Add include file with reset indexes
  dt-bindings: reset: oxnas: Update for OX820

 .../devicetree/bindings/reset/oxnas,reset.txt      | 44 ++++--------------
 drivers/reset/reset-oxnas.c                        |  1 +
 include/dt-bindings/reset/oxsemi,ox810se.h         | 53 ++++++++++++++++++++++
 include/dt-bindings/reset/oxsemi,ox820.h           | 53 ++++++++++++++++++++++
 4 files changed, 116 insertions(+), 35 deletions(-)
 create mode 100644 include/dt-bindings/reset/oxsemi,ox810se.h
 create mode 100644 include/dt-bindings/reset/oxsemi,ox820.h

-- 
2.7.0

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

end of thread, other threads:[~2016-10-20 10:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05 15:27 [RESEND PATCH v2 0/3] Neil Armstrong
2016-10-05 15:27 ` [RESEND PATCH v2 1/3] reset: oxnas: Add OX820 support Neil Armstrong
     [not found]   ` <20161005152710.2898-2-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-10-20 10:01     ` Philipp Zabel
2016-10-05 15:27 ` [RESEND PATCH v2 2/3] dt-bindings: reset: oxnas: Add include file with reset indexes Neil Armstrong
     [not found] ` <20161005152710.2898-1-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-10-05 15:27   ` [RESEND PATCH v2 3/3] dt-bindings: reset: oxnas: Update for OX820 Neil Armstrong
2016-10-10 12:59     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).