1. 09 12月, 2011 1 次提交
  2. 14 11月, 2011 1 次提交
  3. 16 6月, 2011 1 次提交
  4. 05 8月, 2010 3 次提交
  5. 11 5月, 2010 1 次提交
  6. 01 12月, 2009 2 次提交
  7. 11 6月, 2009 1 次提交
  8. 09 3月, 2009 1 次提交
    • E
      [ARM] pxa: separate definitions from pxa-regs.h and remove it finally · 5bf3df3f
      Eric Miao 提交于
      The remaining registers are separated into:
      
         - <mach/regs-ost.h>
         - <mach/regs-rtc.h>
         - <mach/regs-intc.h>
      
      and then we can remove pxa-regs.h completely. Instead of #include this
      file, let's:
      
      1. include the specific <mach/regs-*.h> with care (if that's absolutely
         necessary)
      
      2. define the registers in the driver, make cleanly defined API to expose
         the register access to external with sufficient reason
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      5bf3df3f
  9. 29 10月, 2008 1 次提交
  10. 24 9月, 2008 1 次提交
  11. 07 8月, 2008 2 次提交
  12. 03 6月, 2008 1 次提交
  13. 19 5月, 2008 1 次提交
    • R
      [ARM] pxa: corgibl_limit_intensity build errors · 02a8e769
      Russell King 提交于
      If CONFIG_BACKLIGHT_CORGI is not selected, then corgibl_limit_intensity()
      is not present.  However, both corgi_pm.c and sharp_pm.c reference this
      symbol, resulting in a link error.
      
      Wrap the references with the relevant ifdefs, and avoid the resulting
      NULL pointer dereference by making the code in sharpsl_pm.c also
      conditional on the config symbol.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      02a8e769
  14. 09 5月, 2008 1 次提交
  15. 19 4月, 2008 1 次提交
  16. 02 3月, 2007 1 次提交
  17. 10 2月, 2007 1 次提交
  18. 20 6月, 2006 1 次提交
  19. 07 1月, 2006 1 次提交
  20. 06 1月, 2006 1 次提交
  21. 13 11月, 2005 1 次提交