From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v3] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104 Date: Sun, 26 Jun 2016 17:10:29 +0100 Message-ID: References: <20160613130628.GA28944@sophia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:47666 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751265AbcFZQKb (ORCPT ); Sun, 26 Jun 2016 12:10:31 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij , William Breathitt Gray Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-iio@vger.kernel.org" , "linux-kernel@vger.kernel.org" On 14/06/16 07:53, Linus Walleij wrote: > On Mon, Jun 13, 2016 at 3:06 PM, William Breathitt Gray > wrote: > >> The Apex Embedded Systems STX104 device features eight lines of digital >> I/O (four digital inputs and four digital outputs). This patch adds GPIO >> support for these eight lines of digital I/O via GPIOLIB. >> >> Cc: Linus Walleij >> Cc: Alexandre Courbot >> Signed-off-by: William Breathitt Gray >> --- >> Changes in v3: >> - Revert v2 change; any arch should be able to select GPIOLIB >> - Return -EINVAL when attempting to set a GPIO to a direction it >> cannot be >> - Call stx104_gpio_set to have an initial value when setting a GPIO to >> output direction > > Reviewed-by: Linus Walleij Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > > Yours, > Linus Walleij > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >