From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dFiWT-0007Z9-UX for barebox@lists.infradead.org; Tue, 30 May 2017 14:53:27 +0000 Received: by mail-pf0-x244.google.com with SMTP id u26so18368195pfd.2 for ; Tue, 30 May 2017 07:53:05 -0700 (PDT) From: Andrey Smirnov Date: Tue, 30 May 2017 07:52:24 -0700 Message-Id: <20170530145228.18655-1-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 0/4] GPIO "active low", hogging and usb-nop-xceive 'reset-gpio' support To: barebox@lists.infradead.org Cc: Andrey Smirnov , Nikita Yushchenko , cphealy@gmail.com Hi everyone, This is a v2 of my original patchset. Changes in this version are the following: - '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 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 | 123 +++++++++++++++++++++++++++++++++++++++++++- drivers/phy/usb-nop-xceiv.c | 46 +++++++++++++++-- include/gpio.h | 20 +++++++ 4 files changed, 184 insertions(+), 7 deletions(-) -- 2.9.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox