08 Jan, 2012

1 commit

  • Changes queued in gpio/next for the start of the 3.3 merge window

    * tag 'gpio-for-linus-20120104' of git://git.secretlab.ca/git/linux-2.6:
    gpio: Add decode of WM8994 GPIO configuration
    gpio: Convert GPIO drivers to module_platform_driver
    gpio: Fix typo in comment in Samsung driver
    gpio: Explicitly index samsung_gpio_cfgs
    gpio: Add Linus Walleij as gpio co-maintainer
    of: Add device tree selftests
    of: create of_phandle_args to simplify return of phandle parsing data
    gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()
    gpio/microblaze: Eliminate duplication of of_get_named_gpio_flags()
    gpiolib: output basic details and consolidate gpio device drivers
    pch_gpio: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
    pch_gpio: Support new device LAPIS Semiconductor ML7831 IOH
    spi/pl022: make the chip deselect handling thread safe
    spi/pl022: add support for pm_runtime autosuspend
    spi/pl022: disable the PL022 block when unused
    spi/pl022: move device disable to workqueue thread
    spi/pl022: skip default configuration before suspending
    spi/pl022: fix build warnings
    spi/pl022: only enable RX interrupts when TX is complete

    Linus Torvalds
     

02 Jan, 2012

1 commit


16 Dec, 2011

1 commit

  • This patch is functionally tested on Samsung SMDKV6410.

    Reported-by: Stephen Rothwell
    Signed-off-by: David Dajun Chen
    Signed-off-by: Ashish Jangam
    [grant.likely: don't create an unnecessary header file]
    Signed-off-by: Grant Likely

    Ashish Jangam
     

14 Jul, 2011

1 commit


07 Jul, 2011

1 commit

  • DA9052 PMIC has 16 bit GPIO bus for peripheral control.

    This patch add support for the GPIO pins on the DA9052.

    Signed-off-by: David Dajun Chen
    Signed-off-by: Ashish Jangam
    Acked-by: Arnd Bergmann
    Acked-by: Mark Brown
    Signed-off-by: Grant Likely

    ashishj3