1. 24 5月, 2011 1 次提交
  2. 18 4月, 2011 1 次提交
  3. 31 3月, 2011 4 次提交
  4. 29 3月, 2011 2 次提交
  5. 25 3月, 2011 3 次提交
  6. 22 3月, 2011 1 次提交
  7. 17 3月, 2011 2 次提交
  8. 11 3月, 2011 2 次提交
  9. 10 3月, 2011 2 次提交
  10. 26 1月, 2011 1 次提交
  11. 22 1月, 2011 1 次提交
  12. 18 1月, 2011 1 次提交
  13. 14 1月, 2011 1 次提交
  14. 13 1月, 2011 3 次提交
  15. 12 1月, 2011 4 次提交
  16. 11 1月, 2011 3 次提交
  17. 07 1月, 2011 1 次提交
    • P
      sh: mach-sdk7786: Fix up fallout from clkdev consolidation. · 3bd75e5e
      Paul Mundt 提交于
        CC      arch/sh/boards/mach-sdk7786/setup.o
      arch/sh/boards/mach-sdk7786/setup.c:179: error: variable 'sdk7786_pcie_cl' has initializer but incomplete type
      arch/sh/boards/mach-sdk7786/setup.c:180: error: unknown field 'con_id' specified in initializer
      arch/sh/boards/mach-sdk7786/setup.c:180: warning: excess elements in struct initializer
      arch/sh/boards/mach-sdk7786/setup.c:180: warning: (near initialization for 'sdk7786_pcie_cl')
      arch/sh/boards/mach-sdk7786/setup.c:181: error: unknown field 'clk' specified in initializer
      arch/sh/boards/mach-sdk7786/setup.c:181: warning: excess elements in struct initializer
      arch/sh/boards/mach-sdk7786/setup.c:181: warning: (near initialization for 'sdk7786_pcie_cl')
      arch/sh/boards/mach-sdk7786/setup.c: In function 'sdk7786_clk_init':
      arch/sh/boards/mach-sdk7786/setup.c:211: error: implicit declaration of function 'clkdev_add'
      
      which is a fanciful way of saying that the struct definition moved from
      asm/clkdev.h to linux/clkdev.h.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      3bd75e5e
  18. 24 12月, 2010 1 次提交
    • P
      sh: mach-se: Fix up SE7206 build. · 27434f0a
      Paul Mundt 提交于
      With some recent tidying of duplicate register definitions the se7206 IRQ
      code broke:
      
      arch/sh/boards/mach-se/7206/irq.c: error: 'INTC_ICR' undeclared (first use in this function)
      arch/sh/boards/mach-se/7206/irq.c: error: (Each undeclared identifier is reported only once
      arch/sh/boards/mach-se/7206/irq.c: error: for each function it appears in.)
      
      Fix it up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      27434f0a
  19. 17 12月, 2010 1 次提交
  20. 13 12月, 2010 1 次提交
  21. 03 12月, 2010 2 次提交
  22. 30 11月, 2010 1 次提交
  23. 29 11月, 2010 1 次提交