| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-09 | 7 | -0/+238 |
|\ |
|
| * | Merge tag 'msi-3.12' of git://git.infradead.org/linux-mvebu into next/drivers | Olof Johansson | 2013-08-29 | 22 | -81/+185 |
| |\ |
|
| * \ | Merge branch 'cpuidle/biglittle' into next/drivers | Olof Johansson | 2013-08-28 | 14 | -21/+871 |
| |\ \ |
|
| | * | | cpuidle: big.LITTLE: vexpress-TC2 CPU idle driver | Lorenzo Pieralisi | 2013-08-28 | 4 | -0/+229 |
| | * | | ARM: vexpress: tc2: disable GIC CPU IF in tc2_pm_suspend | Lorenzo Pieralisi | 2013-08-28 | 1 | -0/+2 |
| | * | | drivers: irq-chip: irq-gic: introduce gic_cpu_if_down() | Nicolas Pitre | 2013-08-28 | 2 | -0/+7 |
* | | | | Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds | 2013-09-09 | 64 | -1098/+3592 |
|\ \ \ \ |
|
| * | | | | clk: only call get_parent if there is one | Alex Elder | 2013-09-09 | 1 | -1/+1 |
| * | | | | clk: samsung: exynos5250: Simplify registration of PLL rate tables | Tomasz Figa | 2013-09-06 | 1 | -10/+2 |
| * | | | | clk: samsung: exynos4: Register PLL rate tables for Exynos4x12 | Tomasz Figa | 2013-09-06 | 1 | -0/+49 |
| * | | | | clk: samsung: exynos4: Register PLL rate tables for Exynos4210 | Tomasz Figa | 2013-09-06 | 1 | -0/+45 |
| * | | | | clk: samsung: exynos4: Reorder registration of mout_vpllsrc | Tomasz Figa | 2013-09-06 | 1 | -1/+7 |
| * | | | | clk: samsung: pll: Add support for rate configuration of PLL46xx | Tomasz Figa | 2013-09-06 | 2 | -1/+135 |
| * | | | | clk: samsung: pll: Use new registration method for PLL46xx | Tomasz Figa | 2013-09-06 | 3 | -65/+14 |
| * | | | | clk: samsung: pll: Add support for rate configuration of PLL45xx | Tomasz Figa | 2013-09-06 | 2 | -1/+119 |
| * | | | | clk: samsung: pll: Use new registration method for PLL45xx | Tomasz Figa | 2013-09-06 | 3 | -62/+20 |
| * | | | | clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls | Tomasz Figa | 2013-09-06 | 1 | -3/+3 |
| * | | | | clk: samsung: exynos4: Remove checks for DT node | Tomasz Figa | 2013-09-06 | 1 | -7/+4 |
| * | | | | clk: samsung: exynos4: Remove unused static clkdev aliases | Tomasz Figa | 2013-09-06 | 1 | -184/+172 |
| * | | | | clk: samsung: Modify _get_rate() helper to use __clk_lookup() | Tomasz Figa | 2013-09-06 | 3 | -9/+7 |
| * | | | | clk: samsung: exynos4: Use separate aliases for cpufreq related clocks | Tomasz Figa | 2013-09-06 | 1 | -8/+27 |
| * | | | | clocksource: samsung_pwm_timer: Get clock from device tree | Tomasz Figa | 2013-09-06 | 1 | -4/+8 |
| * | | | | ARM: dts: exynos4: Specify PWM clocks in PWM node | Tomasz Figa | 2013-09-06 | 1 | -0/+2 |
| * | | | | pwm: samsung: Update DT bindings documentation to cover clocks | Tomasz Figa | 2013-09-06 | 1 | -0/+12 |
| * | | | | clk: Move symbol export to proper location | Thierry Reding | 2013-09-03 | 1 | -1/+1 |
| * | | | | clk: fix new_parent dereference before null check | James Hogan | 2013-08-30 | 1 | -6/+7 |
| * | | | | clk: wm831x: Initialise wm831x pointer on init | Mark Brown | 2013-08-30 | 1 | -0/+2 |
| * | | | | clk/exynos5420: assign dout_pixel id to pixel clock divider | Rahul Sharma | 2013-08-29 | 2 | -1/+9 |
| * | | | | clk/exynos5420: add hdmi mux to change parents in hdmi driver | Rahul Sharma | 2013-08-29 | 2 | -1/+9 |
| * | | | | clk/exynos5420: fix the order of parents of hdmi mux | Rahul Sharma | 2013-08-29 | 1 | -1/+1 |
| * | | | | clk/exynos5420: add gate clock for mixer sysmmu | Rahul Sharma | 2013-08-29 | 2 | -1/+3 |
| * | | | | clk/exynos5420: add sclk_hdmiphy to the list of special clocks | Rahul Sharma | 2013-08-29 | 2 | -2/+3 |
| * | | | | clk: wm831x: Provide is_prepared() rather than is_enabled() | Mark Brown | 2013-08-29 | 1 | -7/+7 |
| * | | | | clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem | Rahul Sharma | 2013-08-28 | 1 | -2/+2 |
| * | | | | clk: tegra30: Don't wait for PLL_U lock bit | Tuomas Tynkkynen | 2013-08-28 | 1 | -1/+1 |
| * | | | | clk: s3c64xx: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | | | | clk: sunxi: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -30/+30 |
| * | | | | clk: kirkwood: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -7/+7 |
| * | | | | clk: dove: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -6/+6 |
| * | | | | clk: armada-xp: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -6/+6 |
| * | | | | clk: armada-370: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -7/+7 |
| * | | | | clk: u300: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | | | | clk: nomadik: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -2/+2 |
| * | | | | clk: bcm2835: Fix incorrect placement of __initconst | Sachin Kamat | 2013-08-27 | 1 | -1/+1 |
| * | | | | Merge tag 'sunxi-clk-for-3.12' of https://github.com/mripard/linux into clk-n... | Mike Turquette | 2013-08-27 | 5 | -38/+462 |
| |\ \ \ \ |
|
| | * | | | | clk: sunxi: Add Allwinner A20 gates | Maxime Ripard | 2013-08-26 | 3 | -0/+116 |
| | * | | | | clk: sunxi: Add A31 clocks support | Maxime Ripard | 2013-08-26 | 3 | -0/+213 |
| | * | | | | clk: sunxi: Allow to specify the divider width from the dividers data | Maxime Ripard | 2013-08-26 | 1 | -11/+13 |
| | * | | | | clk: sunxi: Rename the structure to prepare the addition of sun6i | Maxime Ripard | 2013-08-26 | 1 | -27/+27 |
| | * | | | | clk: sunxi: fix initialization of basic clocks | Emilio López | 2013-08-26 | 1 | -8/+3 |