Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311534 > unrolled thread

[PATCH V3 0/2] reset: img: Add pistachio SoC reset support

Started byJames Hartley <james.hartley@imgtec.com>
First post2016-01-18 14:20 +0100
Last post2016-01-18 14:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH V3 0/2] reset: img: Add pistachio SoC reset support James Hartley <james.hartley@imgtec.com> - 2016-01-18 14:20 +0100

#1311534 — [PATCH V3 0/2] reset: img: Add pistachio SoC reset support

FromJames Hartley <james.hartley@imgtec.com>
Date2016-01-18 14:20 +0100
Subject[PATCH V3 0/2] reset: img: Add pistachio SoC reset support
Message-ID<qShSV-179-1@gated-at.bofh.it>
This series provides the reset controller driver and documentation for the
pistachio SoC. 

Further platform support and a device tree will be posted via the MIPS
mailing list shortly.

These patches are based on linux-next.

Changes from V2:
	Following further feedback received from Philipp Zabel:
	- Moved pistachio-resets.h from 
		dt-bindings/reset-controller/ to
		dt-bindingd/reset/
	- Improved return code and mask handling 

Changes from V1:
	- Following feedback from Philipp Zabel, the reset controller node
	is now inside the cr_periph node which allows syscon to access via
	parent instead of looking up by phandle.

Damien.Horsley (2):
  reset: img: Add pistachio reset controller binding document
  reset: img: Add Pistachio reset controller driver

 .../bindings/reset/img,pistachio-reset.txt         |   51 ++++++
 drivers/reset/Makefile                             |    1 +
 drivers/reset/reset-pistachio.c                    |  162 ++++++++++++++++++++
 .../reset-controller/pistachio-resets.h            |   36 +++++
 4 files changed, 250 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/img,pistachio-reset.txt
 create mode 100644 drivers/reset/reset-pistachio.c
 create mode 100644 include/dt-bindings/reset-controller/pistachio-resets.h

-- 
1.7.9.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web