This patchset includes support for the reset controller driver for Oxford Semiconductor OXNAS SoC Family. It was originally posted part of a platform patchset available here : http://lkml.kernel.org/r/1458838215-23314-1-git-send-email-narmstrong@xxxxxxxxxxxx Changes this v3 patchset : - Get rid of PLX Technology, replace by Oxford Semiconductor Neil Armstrong (2): reset: Add Oxford Semiconductor Reset Controller driver dt-bindings: Add Oxford Semiconductor Reset Controller bindings .../devicetree/bindings/reset/oxnas,reset.txt | 58 +++++++++ drivers/reset/Kconfig | 3 + drivers/reset/Makefile | 1 + drivers/reset/reset-oxnas.c | 136 +++++++++++++++++++++ 4 files changed, 198 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/oxnas,reset.txt create mode 100644 drivers/reset/reset-oxnas.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html