1. 05 2月, 2013 1 次提交
  2. 31 1月, 2013 1 次提交
    • H
      ssb: add gpio_to_irq · a6ca2e10
      Hauke Mehrtens 提交于
      The old bcm47xx gpio code had support for gpio_to_irq, but the new
      code did not provide this function, but returned -ENXIO all the time.
      This patch adds the missing function.
      
      arch/mips/bcm47xx/wgt634u.c calls gpio_to_irq() and got the correct irq
      number with the old gpio handling code. With this patch the code in
      wgt634u.c should work again. I do not have a wgt634u to test this.
      Signed-off-by: NHauke Mehrtens <hauke@hauke-m.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a6ca2e10
  3. 22 11月, 2012 1 次提交