summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPEAr: Switch to common clock frameworkViresh Kumar2012-05-123-0/+957
* SPEAr: clk: Add General Purpose Timer Synthesizer clockViresh Kumar2012-05-123-1/+172
* SPEAr: clk: Add Fractional Synthesizer clockViresh Kumar2012-05-123-1/+182
* SPEAr: clk: Add Auxiliary Synthesizer clockViresh Kumar2012-05-123-1/+242
* SPEAr: clk: Add VCO-PLL Synthesizer clockViresh Kumar2012-05-125-0/+465
* Merge branch 'depends/rmk/clkdev' into next/clockArnd Bergmann2012-05-111-10/+132
|\
| * CLKDEV: provide helpers for common clock frameworkRussell King2012-05-021-6/+78
| * ARM: 7392/1: CLKDEV: Optimize clk_find()viresh kumar2012-04-191-4/+9
| * ARM: 7376/1: clkdev: Implement managed clk_get()Mark Brown2012-04-191-0/+45
* | clk: add a fixed factor clockSascha Hauer2012-05-082-1/+96
* | clk: mux: assign init dataMike Turquette2012-05-081-0/+1
* | clk: remove COMMON_CLK_DISABLE_UNUSEDMike Turquette2012-05-082-13/+0
* | clk: prevent spurious parent rate propagationMike Turquette2012-05-081-1/+6
* | clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabledViresh Kumar2012-05-021-0/+5
* | clk: Use a separate struct for holding init data.Saravana Kannan2012-05-025-53/+89
* | clk: select CLKDEV_LOOKUP for COMMON_CLKRob Herring2012-04-251-0/+1
* | clk: Don't set clk->new_rate twiceViresh Kumar2012-04-251-1/+1
* | clk: clk-gate: Create clk_gate_endisable()Viresh Kumar2012-04-251-29/+25
* | clk: propagate round_rate for CLK_SET_RATE_PARENT caseShawn Guo2012-04-251-2/+6
* | clk: pass parent_rate into .set_rateShawn Guo2012-04-252-3/+4
* | clk: always pass parent_rate into .round_rateShawn Guo2012-04-252-18/+10
* | clk: basic: improve parent_names & return errorsMike Turquette2012-04-254-54/+64
* | clk: core: copy parent_names & return error codesMike Turquette2012-04-251-12/+53
* | clk: Constify parent name arraysMark Brown2012-04-252-2/+2
* | clk: Make clk_get_rate() return 0 on errorRajendra Nayak2012-04-251-3/+3
* | clk: add "const" for clk_ops of basic clksShawn Guo2012-04-254-4/+4
* | clk: remove unnecessary EXPORT_SYMBOL_GPLShawn Guo2012-04-254-9/+0
* | clk: use kzalloc in clk_register_muxShawn Guo2012-04-251-1/+1
* | clk: core: enforce clk_ops consistencyMike Turquette2012-04-251-0/+14
* | clk: core: clk_calc_new_rates handles NULL parentsMike Turquette2012-04-251-8/+21
* | clk: core: remove dead code pathsMike Turquette2012-04-251-4/+2
* | clk: core: correct clk_set_rate kerneldocMike Turquette2012-04-251-30/+11
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-214-14/+13
|\ \
| * | dmaengine: Kconfig: fix Atmel at_hdmac entryNicolas Ferre2012-04-171-3/+2
| * | USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre2012-04-171-4/+4
| * | USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre2012-04-171-6/+6
| * | leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre2012-04-171-1/+1
| |/
* | Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-04-219-80/+85
|\ \
| * | mmc: core: Do not pre-claim host in suspendUlf Hansson2012-04-211-35/+20
| * | mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-211-1/+2
| * | mmc: unbreak sdhci-esdhc-imx on i.MX25Eric BĂ©nard2012-04-211-2/+1
| * | mmc: cd-gpio: Include header to pickup exported symbol prototypesH Hartley Sweeten2012-04-211-0/+1
| * | mmc: sdhci: refine non-removable card checking for card detectionDaniel Drake2012-04-211-1/+1
| * | mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-211-1/+3
| * | mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-212-17/+9
| * | mmc: omap_hsmmc: Get rid of of_have_populated_dt() usageRajendra Nayak2012-04-211-2/+2
| * | mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=mChris Ball2012-04-211-1/+1
| * | mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-212-16/+40
| * | mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-212-4/+5
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-217-10/+69
|\ \ \