1. 24 Dec, 2010 3 commits
    • Paul Mundt's avatar
      sh: Fix up SH7201 clkfwk build. · 27f1accc
      Paul Mundt authored
      The master clock initialization for SH7201 was wholly bogus. Users of the
      legacy API must initialize the clock rate through the struct clk itself
      rather than returning the clock frequency. Given that the init function
      itself is void, returning the frequency isn't terribly effective.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      27f1accc
    • Paul Mundt's avatar
      sh: mach-se: Fix up SE7206 build. · 27434f0a
      Paul Mundt authored
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      27434f0a
    • Paul Mundt's avatar
      sh: Fix up SH4-202 clkfwk build. · 638fa4aa
      Paul Mundt authored
      Some of the SH4-202 code was overlooked in the set_rate() API conversion,
      resulting in:
      
      arch/sh/kernel/cpu/sh4/clock-sh4-202.c: error: too many arguments to function 'clk->ops->set_rate'
      
      Fix it up.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      638fa4aa
  2. 23 Dec, 2010 16 commits
  3. 22 Dec, 2010 5 commits
  4. 21 Dec, 2010 12 commits
  5. 20 Dec, 2010 4 commits