All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals
Date: Sat, 14 Apr 2018 09:51:10 -0400	[thread overview]
Message-ID: <20180414135110.GA5346@bill-the-cat.ec.rr.com> (raw)
In-Reply-To: <0c8c73af-7a00-128a-1193-a0d797e708fc@denx.de>

On Sat, Apr 14, 2018 at 02:11:38AM +0200, Marek Vasut wrote:
> On 04/11/2018 04:05 PM, Tom Rini wrote:
> > On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote:
> > 
> >> This patch adds a "bulk" API to the reset API in order to get/deassert/
> >> assert/release a group of reset signals associated with a device.
> >>
> >> This bulk API will avoid adding a copy of the same code to manage
> >> a group of reset signals in drivers.
> >>
> >> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> >> Reviewed-by: Simon Glass <sjg@chromium.org>
> > 
> > Applied to u-boot/master, thanks!
> 
> Breaks building of designware_i2c.c and also isn't checkpatch clean.

For which platform?

> ERROR: trailing whitespace
> #90: FILE: drivers/reset/reset-uclass.c:87:
> +^I$
> 
> total: 1 errors, 0 warnings, 0 checks, 229 lines checked

Yes, I probably ought to see about getting checkpatch to fixup issues
like that automatically.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180414/c9a79a89/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: trini@konsulko.com (Tom Rini)
To: linus-amlogic@lists.infradead.org
Subject: [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals
Date: Sat, 14 Apr 2018 09:51:10 -0400	[thread overview]
Message-ID: <20180414135110.GA5346@bill-the-cat.ec.rr.com> (raw)
In-Reply-To: <0c8c73af-7a00-128a-1193-a0d797e708fc@denx.de>

On Sat, Apr 14, 2018 at 02:11:38AM +0200, Marek Vasut wrote:
> On 04/11/2018 04:05 PM, Tom Rini wrote:
> > On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote:
> > 
> >> This patch adds a "bulk" API to the reset API in order to get/deassert/
> >> assert/release a group of reset signals associated with a device.
> >>
> >> This bulk API will avoid adding a copy of the same code to manage
> >> a group of reset signals in drivers.
> >>
> >> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> >> Reviewed-by: Simon Glass <sjg@chromium.org>
> > 
> > Applied to u-boot/master, thanks!
> 
> Breaks building of designware_i2c.c and also isn't checkpatch clean.

For which platform?

> ERROR: trailing whitespace
> #90: FILE: drivers/reset/reset-uclass.c:87:
> +^I$
> 
> total: 1 errors, 0 warnings, 0 checks, 229 lines checked

Yes, I probably ought to see about getting checkpatch to fixup issues
like that automatically.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20180414/c9a79a89/attachment.sig>

  reply	other threads:[~2018-04-14 13:51 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03  9:40 [U-Boot] [PATCH v2 u-boot 0/2] reset: Add get/assert/deassert/release for bulk of reset signals Neil Armstrong
2018-04-03  9:40 ` Neil Armstrong
2018-04-03  9:40 ` [U-Boot] [PATCH v2 u-boot 1/2] " Neil Armstrong
2018-04-03  9:40   ` Neil Armstrong
2018-04-03 17:53   ` [U-Boot] " Simon Glass
2018-04-03 17:53     ` Simon Glass
2018-04-11 14:05   ` [U-Boot] [U-Boot, v2, u-boot, " Tom Rini
2018-04-11 14:05     ` Tom Rini
2018-04-14  0:11     ` [U-Boot] " Marek Vasut
2018-04-14  0:11       ` Marek Vasut
2018-04-14 13:51       ` Tom Rini [this message]
2018-04-14 13:51         ` Tom Rini
2018-04-11 15:49   ` [U-Boot] [PATCH v2 u-boot " Jean-Jacques Hiblot
2018-04-11 15:49     ` Jean-Jacques Hiblot
2018-04-12  8:14     ` Neil Armstrong
2018-04-12  8:14       ` Neil Armstrong
2018-04-03  9:40 ` [U-Boot] [PATCH v2 u-boot 2/2] reset: add sandbox test for bulk API Neil Armstrong
2018-04-03  9:40   ` Neil Armstrong
2018-04-03 17:53   ` [U-Boot] " Simon Glass
2018-04-03 17:53     ` Simon Glass
2018-04-04  8:45     ` [U-Boot] " Neil Armstrong
2018-04-04  8:45       ` Neil Armstrong
2018-04-08 13:56       ` [U-Boot] " Simon Glass
2018-04-08 13:56         ` Simon Glass
2018-04-11 14:05   ` [U-Boot] [U-Boot, v2, u-boot, " Tom Rini
2018-04-11 14:05     ` [U-Boot,v2,u-boot,2/2] " Tom Rini

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=20180414135110.GA5346@bill-the-cat.ec.rr.com \
    --to=trini@konsulko.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.