1. 24 12月, 2010 4 次提交
    • P
      sh: intc: Initialize radix tree gfp mask explicitly. · 30f2ba38
      Paul Mundt 提交于
      Presently the root node is initialized by way of kzalloc on the parent
      data structure, which by chance happens to do the bulk of what an
      explicit initialization does with GFP_NOWAIT semantics. This however is
      more by luck than by design, and as we ideally want to permit radix node
      allocations access to the emergency pools anyways, add in the proper
      initializer with the desired mask.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      30f2ba38
    • P
      sh: Fix up SH7201 clkfwk build. · 27f1accc
      Paul Mundt 提交于
      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: NPaul Mundt <lethal@linux-sh.org>
      27f1accc
    • 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
    • P
      sh: Fix up SH4-202 clkfwk build. · 638fa4aa
      Paul Mundt 提交于
      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: NPaul Mundt <lethal@linux-sh.org>
      638fa4aa
  2. 23 12月, 2010 16 次提交
  3. 22 12月, 2010 8 次提交
  4. 21 12月, 2010 12 次提交