1. 17 5月, 2013 1 次提交
    • L
      mfd: ab8500: Pass AB8500 IRQ to debugfs code by resource · 6999181e
      Linus Walleij 提交于
      The AB8500 debug code which was merged in parallell with the
      multiplatform work incidentally introduced a new instance using
      the <mach/irqs.h> header which is now deleted, causing this
      build regression:
      
      drivers/mfd/ab8500-debugfs.c:95:23:
      fatal error: mach/irqs.h: No such file or directory
      compilation terminated.
      make[4]: *** [drivers/mfd/ab8500-debugfs.o] Error 1
      
      The code most certainly never worked with device tree either
      since that does not rely on this kind of hard-coded interrupt
      numbers.
      
      Fix the problem at the root by passing it as a named resource
      from the ab8500-core driver. Use an untyped resource to
      stop the MFD core from remapping this IRQ relative to the
      AB8500 irqdomain.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      6999181e
  2. 07 3月, 2013 15 次提交
  3. 14 2月, 2013 1 次提交
    • L
      mfd: ab8500: Fix compile error · 0cd5b6d0
      Linus Walleij 提交于
      When compiling the AB8500 core driver in the latest
      MFD tree the following happens:
      
        CC      drivers/mfd/ab8500-debugfs.o
      /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:3: error: 'AB8500_SYS_CTRL1_BLOCK' undeclared here (not in a function)
      /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: array index in initializer not of integer type
      /home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: (near initialization for 'debug_ranges')
      (...)
      
      This is due to a missing include statement, so fix
      it up.
      
      Cc: Lee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      0cd5b6d0
  4. 04 2月, 2013 12 次提交
  5. 29 11月, 2012 3 次提交
  6. 09 7月, 2012 2 次提交
  7. 20 5月, 2012 1 次提交
  8. 09 1月, 2012 1 次提交
  9. 01 11月, 2011 1 次提交
  10. 01 8月, 2011 1 次提交
  11. 23 3月, 2011 1 次提交
  12. 14 1月, 2011 1 次提交