linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Hartley <james.hartley@imgtec.com>
To: Philipp Zabel <p.zabel@pengutronix.de>, <devicetree@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>,
	Damien Horsley <damien.horsley@imgtec.com>,
	Govindraj Raja <govindraj.raja@imgtec.com>,
	James Hartley <james.hartley@imgtec.com>
Subject: [PATCH 0/2] reset: img: Add pistachio SoC reset support
Date: Fri, 15 Jan 2016 14:44:31 +0000	[thread overview]
Message-ID: <1452869073-27608-1-git-send-email-james.hartley@imgtec.com> (raw)

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.

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

             reply	other threads:[~2016-01-15 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 14:44 James Hartley [this message]
     [not found] ` <1452869073-27608-2-git-send-email-james.hartley@imgtec.com>
2016-01-15 15:57   ` [PATCH 1/2] reset: img: Add pistachio reset controller binding document Philipp Zabel
2016-01-15 16:32     ` James Hartley
2016-01-15 16:48       ` Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452869073-27608-1-git-send-email-james.hartley@imgtec.com \
    --to=james.hartley@imgtec.com \
    --cc=damien.horsley@imgtec.com \
    --cc=devicetree@vger.kernel.org \
    --cc=govindraj.raja@imgtec.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).