summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: Add __clk_hw_set_clk helper functionJavier Martinez Canillas2015-02-181-0/+6
* clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann2015-02-031-0/+8
* Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette2015-02-033-338/+354
|\
| * clk: tegra: Define PLLD_DSI and remove dsia(b)_muxMark Zhang2015-02-021-3/+3
| * clk: tegra: split Tegra124 clock header filePaul Walmsley2015-02-022-336/+354
| * clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver2015-02-021-2/+0
* | Merge branch 'clk-next' into v3.19-rc7Michael Turquette2015-02-0212-257/+376
|\ \ | |/ |/|
| * Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...Michael Turquette2015-02-021-1/+6
| |\
| | * clk: samsung: exynos4: Add divider clock id for memory bus frequencyChanwoo Choi2015-01-281-1/+6
| * | clk: Add rate constraints to clocksTomeu Vizoso2015-02-023-3/+46
| * | clk: remove clk-private.hMichael Turquette2015-02-021-237/+0
| * | Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette2015-02-021-0/+12
| |\ \
| | * | clk: ti: add omap3 legacy clock dataTero Kristo2015-01-301-0/+12
| | |/
| * | clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-022-13/+34
| * | clk: Remove __clk_registerTomeu Vizoso2015-01-281-2/+0
| * | Merge tag 'sunxi-clocks-for-3.20' of https://git.kernel.org/pub/scm/linux/ker...Michael Turquette2015-01-281-22/+0
| |\ \
| | * | clk: sunxi: Remove custom phase functionMaxime Ripard2015-01-141-22/+0
| | |/
| * | Merge tag 'v3.20-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2015-01-281-0/+4
| |\ \
| | * | clk: rockchip: add id for watchdog pclk on rk3288Heiko Stuebner2015-01-221-0/+1
| | * | clk: rockchip: add clock IDs for the PVTM clocksHuang Lin2015-01-121-0/+2
| | * | clk: rockchip: add clock ID for usbphy480m_srcKever Yang2015-01-121-0/+1
| | |/
| * | clk: ti: Drop use of clk-private.hStephen Boyd2015-01-271-0/+1
| * | clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driverStephen Boyd2015-01-271-0/+50
| * | dt-bindings: Add #defines for IPQ806x lpass clock controlRajendra Nayak2015-01-272-1/+30
| * | clk: divider: Make generic for usage elsewhereStephen Boyd2015-01-271-0/+11
| * | clk: Add __clk_mux_determine_rate_closestStephen Boyd2015-01-271-1/+7
| * | Merge branch 'clk-has-parent' into clk-nextMichael Turquette2015-01-251-0/+17
| |\ \
| | * | clk: Introduce clk_has_parent()Thierry Reding2015-01-251-0/+17
| | |/
| * | ARM: clk: add clk-asm9260 driverOleksij Rempel2015-01-201-0/+97
| * | Merge tag 'for-v3.20-exynos7-clk' of git://linuxtv.org/snawrocki/samsung into...Michael Turquette2015-01-201-4/+84
| |\ \
| | * | clk: samsung: exynos7: add clocks for audio blockPadmavathi Venna2015-01-151-3/+21
| | * | clk: samsung: exynos7: add clocks for SPI blockPadmavathi Venna2015-01-151-2/+17
| | * | clk: samsung: exynos7: add gate clock for DMA blockPadmavathi Venna2015-01-151-1/+3
| | * | clk: samsung: exynos7: Add required clock tree for USBVivek Gautam2014-12-231-1/+8
| | * | clk: samsung: exynos7: Add clocks for MSCL blockTony K Nadackal2014-12-231-1/+39
| | |/
| * / clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski2015-01-171-0/+4
| |/
* | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-1/+1
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-311-0/+6
|\ \
| * | i2c: Only include slave support if selectedJean Delvare2015-01-261-0/+6
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-301-6/+0
|\ \ \
| * | | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-01-281-6/+0
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-01-302-4/+47
|\ \ \ \
| * | | | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-282-4/+47
* | | | | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-2/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-271-5/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-271-5/+6
* | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2015-01-272-8/+12
|\ \ \ \ \
| * | | | | printk: add dummy routine for when CONFIG_PRINTK=nPranith Kumar2015-01-261-3/+12
| * | | | | mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2015-01-261-5/+0
* | | | | | Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-01-261-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |