Age | Commit message (Expand) | Author |
2009-05-26 | Merge branch 'sh/clkfwk' | Paul Mundt |
2009-05-26 | sh: remove clk_ops->build_rate_table() | Magnus Damm |
2009-05-26 | sh: use shared frequency tables on sh7785 | Magnus Damm |
2009-05-26 | sh: add shared clock framework frequency table code | Magnus Damm |
2009-05-26 | sh: add pll_clk to sh7785 | Magnus Damm |
2009-05-26 | sh: irq: Fix up imask build warnings. | Paul Mundt |
2009-05-22 | sh: clkfwk: Make clock-cpg usable for non-legacy platforms. | Paul Mundt |
2009-05-22 | sh: Wrap irq_to_desc_alloc_cpu() around CONFIG_SPARSE_IRQ temporarily. | Paul Mundt |
2009-05-22 | sh: clkfwk: beyond ARRAY_SIZE of onchip_ops for sh7722. | Roel Kluin |
2009-05-22 | sh: clkfwk branch compile fix for clock-sh7722 | Magnus Damm |
2009-05-22 | sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def. | Paul Mundt |
2009-05-22 | sh: irq: Teach ipr and intc about dynamically allocating irq_descs. | Paul Mundt |
2009-05-22 | sh: irq: Convert from irq_desc[] to irq_to_desc(). | Paul Mundt |
2009-05-22 | sh: irq: Rework the SR.IMASK bitmap handling. | Paul Mundt |
2009-05-14 | sh: intc tables for sh7770 | Magnus Damm |
2009-05-14 | sh: clkfwk: Add MSTP bits to SH7785 clock framework. | Paul Mundt |
2009-05-13 | sh: clkfwk: Map tree hierarchy in debugfs. | Paul Mundt |
2009-05-13 | sh: clkfwk: rate table construction and rounding for SH7785. | Paul Mundt |
2009-05-13 | sh: clkfwk: Update SH7785 for refactored clock framework. | Paul Mundt |
2009-05-13 | sh: clkfwk: Rework legacy CPG clock handling. | Paul Mundt |
2009-05-13 | sh: clkfwk: Provide a generic clk_set_rate_ex() path for root clocks. | Paul Mundt |
2009-05-13 | sh: clkfwk: Handle NULL clkops for root clocks. | Paul Mundt |
2009-05-13 | sh: clkfwk: module_clk -> peripheral_clk rename. | Paul Mundt |
2009-05-12 | Merge branch 'master' into sh/clkfwk | Paul Mundt |
2009-05-12 | sh: Kill off the remnants of the old timer code. | Paul Mundt |
2009-05-12 | sh: remove old TMU driver | Magnus Damm |
2009-05-12 | sh: CMT platform data for sh7720/sh7721 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7720/sh7721 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7710/sh7712 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7706/sh7707/sh7708/sh7709 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7705 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7724 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7366 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7343 | Magnus Damm |
2009-05-12 | sh: add sh4-202 INTC tables | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh4-202 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7770 | Magnus Damm |
2009-05-12 | sh: TMU platform data for sh7763 | Magnus Damm |
2009-05-12 | sh: clkfwk: Use arch_clk_init() for on-chip clock registration. | Paul Mundt |
2009-05-12 | sh: clkfwk: Handle clk_get_sys() returning an ERR_PTR. | Paul Mundt |
2009-05-12 | sh: clkfwk: Wire up clk_get_sys() support. | Paul Mundt |
2009-05-12 | sh: clkfwk: Kill off clk_recalc_rate(). | Paul Mundt |
2009-05-12 | sh: clkfwk: Tidy up on-chip clock registration and rate propagation. | Paul Mundt |
2009-05-12 | sh: clkfwk: Improve the generic clk_set_parent() implementation. | Paul Mundt |
2009-05-12 | sh: clkfwk: Fix up the clk_enable() error path. | Paul Mundt |
2009-05-12 | sh: clkfwk: Convert SH-Mobile CPUs to use CLK_ENABLE_ON_INIT. | Paul Mundt |
2009-05-12 | sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess. | Paul Mundt |
2009-05-12 | sh: clkfwk: refactor rate propagation. | Paul Mundt |
2009-05-12 | sh: clkfwk: Add a followparent_recalc() helper. | Paul Mundt |
2009-05-12 | sh: clkfwk: Make recalc return an unsigned long. | Paul Mundt |