1. 28 11月, 2014 4 次提交
  2. 27 11月, 2014 7 次提交
  3. 03 11月, 2014 1 次提交
  4. 31 10月, 2014 1 次提交
  5. 30 10月, 2014 1 次提交
  6. 29 10月, 2014 3 次提交
  7. 28 10月, 2014 2 次提交
    • P
      gpio: grgpio: remove irq_domain resources on failure · 65fdc966
      Pramod Gurav 提交于
      Call irq_domain_remove when gpiochip_add fails to release irq_domain
      resources.
      Signed-off-by: NPramod Gurav <pramod.gurav@smartplayin.com>
      Acked-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      65fdc966
    • L
      gpio: dwapb: fix compile errors · 1972c97d
      Linus Walleij 提交于
      Whereas the DWAPB driver does not really depend on the ARM
      architecture, it uses [readl|writel]_relaxed() not found on
      arch such as Blackfin, so restrict this to ARM until there is
      another architecture that can make use of it.
      
      It is also using the of_node of the gpiochip, so fix this
      too by requiring OF_GPIO.
      
      All error/warnings:
      
      make.cross ARCH=blackfin
      drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_handler':
      drivers/gpio/gpio-dwapb.c:91:2: error: implicit declaration of function 'readl_relaxed' [-Werror=implicit-function-declaration]
      drivers/gpio/gpio-dwapb.c: In function 'dwapb_configure_irqs':
      drivers/gpio/gpio-dwapb.c:212:32: error: 'struct gpio_chip' has no member named 'of_node'
      drivers/gpio/gpio-dwapb.c:221:16: error: 'struct gpio_chip' has no member named 'of_node'
      drivers/gpio/gpio-dwapb.c: In function 'dwapb_gpio_add_port':
      drivers/gpio/gpio-dwapb.c:331:14: error: 'struct gpio_chip' has no member named 'of_node'
      cc1: some warnings being treated as errors
      
      Cc: Jamie Iles <jamie@jamieiles.com>
      Cc: Alan Tull <atull@altera.com>
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      1972c97d
  8. 27 10月, 2014 1 次提交
  9. 24 10月, 2014 1 次提交
  10. 21 10月, 2014 2 次提交
  11. 18 10月, 2014 6 次提交
  12. 17 10月, 2014 10 次提交
  13. 16 10月, 2014 1 次提交