Hi Linus,

here is a few more GPIO patches, we're a bit noisy for being the
GPIO subsystem, mostly due to the new descriptor API, but all
is getting into shape.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839:

  Linux 3.13-rc2 (2013-11-29 12:57:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v3.13-3

for you to fetch changes up to 351cfe0fe810588bb1cc75fb4f1c1d1d01914b82:

  gpiolib: change a warning to debug message when failing to get gpio
(2013-12-03 13:10:48 +0100)

----------------------------------------------------------------
GPIO fixes for the v3.13 series:

- Fix compile warnings.

- Fix overly talkative diagnostic messages from usual use
  cases wrt GPIO descriptors.

- Add a documentation 00-INDEX

- Use platform GPIOs as fallback when ACPI or device tree is
  used as the primary means to get GPIO lines.

- A bug fix for the MPC8572/MPC8536 fixing erroneous input data.

----------------------------------------------------------------
Alexandre Courbot (4):
      gpiolib: add missing declarations
      gpiolib: fix lookup of platform-mapped GPIOs
      Documentation: gpiolib: add 00-INDEX file
      gpiolib: use platform GPIO mappings as fallback

Heikki Krogerus (1):
      gpiolib: change a warning to debug message when failing to get gpio

Liu Gang (1):
      powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536

 Documentation/gpio/00-INDEX | 14 ++++++++++++++
 drivers/gpio/gpio-mpc8xxx.c |  8 ++++++--
 drivers/gpio/gpiolib.c      | 20 +++++++++++++++-----
 include/linux/gpio/driver.h |  3 +++
 4 files changed, 38 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/gpio/00-INDEX
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to