1. 26 1月, 2011 1 次提交
  2. 22 1月, 2011 1 次提交
  3. 18 1月, 2011 1 次提交
  4. 14 1月, 2011 1 次提交
  5. 13 1月, 2011 3 次提交
  6. 12 1月, 2011 4 次提交
  7. 11 1月, 2011 3 次提交
  8. 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
  9. 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
  10. 17 12月, 2010 1 次提交
  11. 13 12月, 2010 1 次提交
  12. 03 12月, 2010 2 次提交
  13. 30 11月, 2010 1 次提交
  14. 29 11月, 2010 2 次提交
  15. 26 11月, 2010 1 次提交
  16. 16 11月, 2010 1 次提交
  17. 09 11月, 2010 1 次提交
  18. 04 11月, 2010 1 次提交
  19. 01 11月, 2010 1 次提交
    • P
      sh: machvec IO death. · 37b7a978
      Paul Mundt 提交于
      This takes a bit of a sledgehammer to the machvec I/O routines. The
      iomem case requires no special casing and so can just be dropped
      outright. This only leaves the ioport casing for PCI and SuperIO
      mangling. With the SuperIO case going through the standard ioport
      mapping, it's possible to replace everything with generic routines.
      
      With this done the standard I/O routines are tidied up and NO_IOPORT
      now gets default-enabled for the vast majority of boards.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      37b7a978
  20. 29 10月, 2010 9 次提交
  21. 27 10月, 2010 3 次提交