From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Breathitt Gray Subject: [PATCH v2 0/5] gpio: Add support for GPIO names for several ISA_BUS_API drivers Date: Mon, 30 Jan 2017 13:32:42 -0500 Message-ID: Return-path: Received: from mail-yb0-f193.google.com ([209.85.213.193]:35840 "EHLO mail-yb0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752959AbdA3SdF (ORCPT ); Mon, 30 Jan 2017 13:33:05 -0500 Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linus.walleij@linaro.org, gnurou@gmail.com Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, William Breathitt Gray Changes in v2: - Fixed typo in WS16C48 patch; ws14c48_names should be ws16c48_names This patchset sets the gpio_chip names option of several ISA_BUS_API GPIO drivers with an array of GPIO line names that match their respective manual documentation. This should make it easier for users to identify which GPIO line corresponds to a respective GPIO pin on their device. William Breathitt Gray (5): gpio: 104-dio-48e: Add support for GPIO names gpio: 104-idi-48: Add support for GPIO names gpio: 104-idio-16: Add support for GPIO names gpio: gpio-mm: Add support for GPIO names gpio: ws16c48: Add support for GPIO names drivers/gpio/gpio-104-dio-48e.c | 23 ++++++++++++++++++++++- drivers/gpio/gpio-104-idi-48.c | 15 ++++++++++++++- drivers/gpio/gpio-104-idio-16.c | 11 ++++++++++- drivers/gpio/gpio-gpio-mm.c | 15 ++++++++++++++- drivers/gpio/gpio-ws16c48.c | 19 ++++++++++++++++++- 5 files changed, 78 insertions(+), 5 deletions(-) -- 2.11.0