mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>,
	barebox@lists.infradead.org, cphealy@gmail.com
Subject: Re: [PATCH v3 0/4] GPIO "active low", hogging and usb-nop-xceive 'reset-gpio' support
Date: Tue, 6 Jun 2017 08:27:28 +0200	[thread overview]
Message-ID: <20170606062728.hka2xuqojyqgpxp3@pengutronix.de> (raw)
In-Reply-To: <20170604031154.26663-1-andrew.smirnov@gmail.com>

On Sat, Jun 03, 2017 at 08:11:50PM -0700, Andrey Smirnov wrote:
> Hi everyone,
> 
> This is a v3 of my original patchset. Changes in this version are the following:
> 
>   - new flags, GPIOF_INIT_[IN]ACTIVE and GPIOF_OUT_INIT_[IN]ACTIVE are
>     added to avoid semantically overloading the meaing of "HIGH/LOW"
>     variants of those
> 
>   - added commentary about GPIO 'hog' interpretation of the meaning of
>     'output-high', 'output-low'
> 
> Changes since v1:
> 
>   - 'active low' support is moved inot a dedicated API
>   - of_gpiochip_scan_gpios renamed to of_gpiochip_scan_hogs
>   - nop_usbphy_init doesn't try to needlessly configure reset gpio's directionality
> 
> Let me know if anything else needs changing.
> 
> Thanks,
> Andrey Smirnov

Applied, thanks

Sascha

> 
> Andrey Smirnov (4):
>   gpio-imx: Do not use gpio_set_value()
>   gpiolib: Add code to support "active low" GPIOs
>   gpiolib: Add support for GPIO "hog" nodes
>   usb-nop-xceiv: Add support for 'reset-gpios' binding
> 
>  drivers/gpio/gpio-imx.c     |   2 +-
>  drivers/gpio/gpiolib.c      | 146 ++++++++++++++++++++++++++++++++++++++++++--
>  drivers/phy/usb-nop-xceiv.c |  45 ++++++++++++--
>  include/gpio.h              |  25 ++++++++
>  4 files changed, 208 insertions(+), 10 deletions(-)
> 
> -- 
> 2.9.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2017-06-06  6:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-04  3:11 Andrey Smirnov
2017-06-04  3:11 ` [PATCH v3 1/4] gpio-imx: Do not use gpio_set_value() Andrey Smirnov
2017-06-04  3:11 ` [PATCH v3 2/4] gpiolib: Add code to support "active low" GPIOs Andrey Smirnov
2017-06-04  3:11 ` [PATCH v3 3/4] gpiolib: Add support for GPIO "hog" nodes Andrey Smirnov
2017-06-04  3:11 ` [PATCH v3 4/4] usb-nop-xceiv: Add support for 'reset-gpios' binding Andrey Smirnov
2017-06-06  6:27 ` Sascha Hauer [this message]

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=20170606062728.hka2xuqojyqgpxp3@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=andrew.smirnov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=cphealy@gmail.com \
    --cc=nikita.yoush@cogentembedded.com \
    /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