[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1455132728-29265-1-git-send-email-cory.tusar@pid1solutions.com>
Date: Wed, 10 Feb 2016 14:32:06 -0500
From: Cory Tusar <cory.tusar@...1solutions.com>
To: gregkh@...uxfoundation.org
Cc: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
jic23@...nel.org, vz@...ia.com, broonie@...nel.org, afd@...com,
andrew@...n.ch, Chris.Healy@....aero, Keith.Vennel@....aero,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Cory Tusar <cory.tusar@...1solutions.com>
Subject: [PATCH v6 0/2] Atmel AT93C46D and GPIO 'select' support for eeprom_93xx46.
This series of patches extends recently accepted devicetree bindings in the
eeprom_93xx46 driver to include support for a specific Atmel device in this
family, and also to support GPIO-based selection of the device (e.g. for use
with an SPI bus mux).
Changes since v5:
- Dropped patches 1-3 which were already accepted.
- Rebased and re-tested atop the 'char-misc-testing' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
Changes since v4:
- Only forward-declare 'struct gpio_desc' in eeprom_93xx46.h.
- Reviewed-by: Vladimir Zapolskiy <vz@...ia.com>
Changes since v3:
- Tested-by: Chris Healy <chris.healy@....aero>
...on a separate i.MX51 platform with Microchip 93LC46A EEPROM.
Changes since v2:
- Changed node name to 'eeprom' in DT bindings example.
- Simplified several bits of return logic.
- Removed #ifdef CONFIG_OF.
- Allow compiler to handle promotion to bool return values.
- Reworked GPIO handling to use gpiod_* functions throughout (and
fixed an oversight where GPIO flags were being ignored).
Changes since v1:
- Consolidated all Documentation/devictree additions into a single patch.
- Clarified compatible string shall be only one of the supported values.
- Renamed the 'select-gpio' binding to 'select-gpios'.
Cory Tusar (2):
misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.
misc: eeprom_93xx46: Add support for a GPIO 'select' line.
drivers/misc/eeprom/eeprom_93xx46.c | 161 ++++++++++++++++++++++++++++--------
include/linux/eeprom_93xx46.h | 9 ++
2 files changed, 135 insertions(+), 35 deletions(-)
--
2.4.10
Powered by blists - more mailing lists