summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-08ARM: Orion: SDIO: Add support for clk.Andrew Lunn2-2/+17
2012-05-08ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn2-0/+19
2012-05-08ARM: Orion: EHCI: Add support for enabling clocksAndrew Lunn2-1/+18
2012-05-08ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn2-7/+41
2012-05-08ARM: Orion: UART: Get the clock rate via clk_get_rate().Andrew Lunn6-26/+32
2012-05-08ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn6-36/+17
2012-05-08ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn8-46/+61
2012-05-08ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn15-55/+70
2012-05-08ARM: Orion: Add clocks using the generic clk infrastructure.Andrew Lunn9-13/+115
2012-05-08clk: add a fixed factor clockSascha Hauer4-1/+139
2012-05-08clk: mux: assign init dataMike Turquette1-0/+1
2012-05-08clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2-13/+0
2012-05-08clk: prevent spurious parent rate propagationMike Turquette1-1/+6
2012-05-06MAINTAINERS: add entry for common clk frameworkMike Turquette1-0/+10
2012-05-01clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar1-0/+5
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan7-74/+129
2012-05-01clk: constify parent name arrays in macrosRajendra Nayak1-3/+3
2012-04-24clk: remove trailing whitespace from clk.hRob Herring1-2/+2
2012-04-24clk: select CLKDEV_LOOKUP for COMMON_CLKRob Herring1-0/+1
2012-04-24clk: Don't set clk->new_rate twiceViresh Kumar1-1/+1
2012-04-24clk: clk-private: Add DEFINE_CLK macroViresh Kumar1-39/+20
2012-04-24clk: clk-gate: Create clk_gate_endisable()Viresh Kumar1-29/+25
2012-04-24clk: Fix typo in commentViresh Kumar1-2/+2
2012-04-24clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo1-2/+6
2012-04-24clk: pass parent_rate into .set_rateShawn Guo3-17/+11
2012-04-24clk: always pass parent_rate into .round_rateShawn Guo2-18/+10
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette5-56/+64
2012-04-24clk: core: copy parent_names & return error codesMike Turquette3-14/+58
2012-04-24clk: Constify parent name arraysMark Brown4-7/+7
2012-04-24clk: Remove comment for end of CONFIG_COMMON_CLK sectionMark Brown1-1/+1
2012-04-24clk: Make clk_get_rate() return 0 on errorRajendra Nayak1-3/+3
2012-04-24clk: declare clk_ops of basic clks in clk-provider.hShawn Guo2-8/+4
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo5-8/+8
2012-04-24clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo4-9/+0
2012-04-24clk: use kzalloc in clk_register_muxShawn Guo1-1/+1
2012-04-24clk: core: enforce clk_ops consistencyMike Turquette1-0/+14
2012-04-24clk: core: clk_calc_new_rates handles NULL parentsMike Turquette1-8/+21
2012-04-24clk: core: remove dead code pathsMike Turquette1-4/+2
2012-04-24clk: core: correct clk_set_rate kerneldocMike Turquette1-30/+11
2012-04-21Linux 3.4-rc4v3.4-rc4Linus Torvalds1-1/+1
2012-04-21sparc32,leon: add notify_cpu_starting()Yong Zhang1-0/+3
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-161/+80
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-81/+86
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-12/+71
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-238/+276
2012-04-21kill mm argument of vm_munmap()Al Viro8-11/+12
2012-04-21perfmon: kill some helpers and argumentsAl Viro1-9/+4
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Al Viro1-1/+14
2012-04-20mmc: core: Do not pre-claim host in suspendUlf Hansson1-35/+20
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung1-1/+2