public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] Add a reset driver framework/uclass
Date: Thu, 2 Jun 2016 10:59:01 -0600	[thread overview]
Message-ID: <575065D5.8000602@wwwdotorg.org> (raw)
In-Reply-To: <573C9E39.1080105@wwwdotorg.org>

On 05/18/2016 10:54 AM, Stephen Warren wrote:
> On 05/17/2016 03:56 PM, Simon Glass wrote:
>> Hi Stephen,
>>
>> On 17 May 2016 at 10:46, Stephen Warren <swarren@wwwdotorg.org> wrote:
>>> From: Stephen Warren <swarren@nvidia.com>
>>>
>>> A reset controller is a hardware module that controls reset signals that
>>> affect other hardware modules or chips.
>>>
>>> This patch defines a standard API that connects reset clients (i.e. the
>>> drivers for devices affected by reset signals) to drivers for reset
>>> controllers/providers. Initially, DT is the only supported method for
>>> connecting the two.
>>>
>>> The DT binding specification (reset.txt) was taken from Linux kernel
>>> v4.5's Documentation/devicetree/bindings/reset/reset.txt.

Simon, any further thoughts on this?

  reply	other threads:[~2016-06-02 16:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 16:46 [U-Boot] [PATCH 1/2] Add a reset driver framework/uclass Stephen Warren
2016-05-17 16:46 ` [U-Boot] [PATCH 2/2] reset: implement a reset test Stephen Warren
2016-05-17 21:56   ` Simon Glass
2016-06-08  2:43     ` Simon Glass
2016-05-17 21:56 ` [U-Boot] [PATCH 1/2] Add a reset driver framework/uclass Simon Glass
2016-05-18 16:54   ` Stephen Warren
2016-06-02 16:59     ` Stephen Warren [this message]
2016-06-08  2:43       ` Simon Glass

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=575065D5.8000602@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=u-boot@lists.denx.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