Skip to content
  • Linus Torvalds's avatar
    Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio · 60b5adff
    Linus Torvalds authored
    Pull GPIO updates from Linus Walleij:
     "Here is a batch of GPIO changes for v3.11.  I have agreed with Grant
      to take care of the pull requests for this development cycle.
    
      No special things are happening in the GPIO tree this time (nice with
      some calm) and I have been extra careful to do regression builds and
      it's well boiled in -next.
    
      GPIO changes for the v3.11 development cycle:
       - Incremental development for the Langwell (Atom SoC), Xilinx, ICH
         and RCAR drivers.
       - Cleanups from Jingoo Han, Axel Lin, Wei Jongjun, Wolfram Sang,
         Tushar Behera, Sachin Kamat and Yijing Wang"
    
    * tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (35 commits)
      Gpio/trivial: replace numeric with standard PM state macros
      gpiolib: remove warnning of allocations with IRQs disabled
      gpio: grgpio: Staticize local symbols
      gpio-langwell: remove Withney point support
      gpio: ich: add GPO_BLINK support
      gpio-sta2x11: Convert to use devm_ioremap_resource
      gpio_msm: Convert to use devm_ioremap_resource
      gpio-rcar: Use OUTDT when reading GPIOs configured as output
      gpio-sta2x11: Fix potential NULL pointer dereference
      gpio/omap: omap_gpio_init_context stub must be inline
      gpio: msm-v1: Remove errant __devinit to fix compile
      gpio: devres: make comments proper
      GPIO: xilinx: Enable driver for Xilinx zynq
      DT: Add documentation for gpio-xilinx
      GPIO: xilinx: Use BIT macro
      GPIO: xilinx: Use __raw_readl/__raw_writel IO functions
      GPIO: xilinx: Add support for dual channel
      GPIO: xilinx: Simplify driver probe function
      gpio: sx150x: convert to use devm_* functions
      MAINTAINERS: add linux-gpio mailing list
      ...
    60b5adff