1. 28 2月, 2010 4 次提交
  2. 23 2月, 2010 1 次提交
  3. 17 2月, 2010 1 次提交
    • P
      sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB. · 7bdda620
      Paul Mundt 提交于
      Both the store queue API and the PMB remapping take unsigned long for
      their pgprot flags, which cuts off the extended protection bits. In the
      case of the PMB this isn't really a problem since the cache attribute
      bits that we care about are all in the lower 32-bits, but we do it just
      to be safe. The store queue remapping on the other hand depends on the
      extended prot bits for enabling userspace access to the mappings.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      7bdda620
  4. 16 2月, 2010 2 次提交
  5. 09 2月, 2010 1 次提交
  6. 03 2月, 2010 2 次提交
  7. 29 1月, 2010 1 次提交
  8. 17 1月, 2010 4 次提交
  9. 12 1月, 2010 2 次提交
  10. 11 1月, 2010 7 次提交
  11. 09 1月, 2010 1 次提交
    • T
      omap1: Fix compile for omap1_bl.c · 66215949
      Tony Lindgren 提交于
      Commit 9905a43b made struct backlight_ops const. Omap was
      setting check_fb dynamically, which caused the following
      compile error:
      
      drivers/video/backlight/omap1_bl.c: In function 'omapbl_probe':
      drivers/video/backlight/omap1_bl.c:142: error: assignment of read-only variable 'omapbl_ops'
      
      Turns out pdata->check_fb is not being used, so just remove
      it to fix the compile.
      
      Cc: Emese Revfy <re.emese@gmail.com>
      Cc: Richard Purdie <rpurdie@linux.intel.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      66215949
  12. 08 1月, 2010 4 次提交
  13. 29 12月, 2009 1 次提交
  14. 25 12月, 2009 1 次提交
  15. 18 12月, 2009 1 次提交
  16. 17 12月, 2009 5 次提交
  17. 16 12月, 2009 2 次提交