summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon1-4/+4
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon1-2/+10
2015-04-13clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon1-7/+16
2015-04-13clk: at91: usb: propagate rate modification to the parent clkBoris Brezillon1-15/+49
2015-04-13clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoCBartlomiej Zolnierkiewicz1-6/+5
2015-04-13clk: don't use __initconst for non-const arraysUwe Kleine-König12-100/+101
2015-04-11Merge tag 'clk/for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Michael Turquette8-71/+69
2015-04-11clk: clk-gpio-gate: Fix active lowMartin Fuzzey1-14/+17
2015-04-11clk: Add PWM clock driverPhilipp Zabel3-0/+144
2015-04-10clk: Add clock driver for mb86s7xJassi Brar2-0/+387
2015-04-10clk: pxa: pxa3xx: add missing os timer clockRobert Jarzmik1-0/+3
2015-04-10clk: tegra: Use the proper parent for plld_dsiThierry Reding1-6/+8
2015-04-10clk: tegra: Use generic tegra_osc_clk_init() on Tegra114Thierry Reding1-31/+3
2015-04-10clk: tegra: Model oscillator as clockThierry Reding4-17/+21
2015-04-10clk: tegra: Add peripheral registers for bank YThierry Reding1-0/+14
2015-04-10clk: tegra: Register the proper number of resetsThierry Reding1-1/+1
2015-04-10clk: tegra: Remove needless initializationsThierry Reding1-3/+3
2015-04-10clk: tegra: Use consistent indentationThierry Reding1-10/+10
2015-04-10clk: tegra: Various whitespace cleanupsThierry Reding2-1/+2
2015-04-10clk: tegra: Enable HDA to HDMI clocks on Tegra124Dylan Reid1-0/+5
2015-04-10clk: tegra: Fix a bunch of sparse warningsThierry Reding1-1/+1
2015-04-10clk: tegra: Fix typo tabel -> tableThierry Reding1-1/+1
2015-04-09clk: versatile: test returned valueJulia Lawall1-1/+1
2015-04-08clk: qcom: Fix parent_map translationsGeorgi Djakov2-11/+35
2015-04-08clk: qcom: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2015-04-07clk: qcom: Add EBI2 clocks for IPQ806xArchit Taneja1-0/+32
2015-04-01clk: constify of_device_id arrayFabian Frederick7-11/+11
2015-03-31clk: samsung: exynos3250: Add driver for CMU_ISP clock domainTomasz Figa1-0/+163
2015-03-31clk: samsung: Add CLKOUT driver support for Exynos3250 SoCInha Song1-0/+2
2015-03-27clk: cdce706: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-03-27clk: si570: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-03-27clk: si5351: Constify clock names and struct regmap_configKrzysztof Kozlowski1-5/+5
2015-03-27clk: qcom: fix simple_return.cocci warningsFengguang Wu1-5/+1
2015-03-27clk: qcom: Fix ipq806x LCC frequency tablesStephen Boyd1-9/+9
2015-03-26Merge tag 'sunxi-clocks-for-4.1' of https://git.kernel.org/pub/scm/linux/kern...Michael Turquette3-103/+316
2015-03-25clk: sunxi: Add pll6 / 4 clock output to sun4i-a10-pll6Chen-Yu Tsai1-1/+2
2015-03-25clk: sunxi: Make divs clocks specify which output is the base factor clockChen-Yu Tsai1-12/+25
2015-03-25Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-nextMichael Turquette14-72/+318
2015-03-24clk: ti: Implement FAPLL set_rate for the PLLTony Lindgren1-0/+125
2015-03-24clk: ti: Implement FAPLL set_rate for the synthesizerTony Lindgren1-2/+132
2015-03-24clk: ti: Fix FAPLL recalc_rate for rounding errorsTony Lindgren1-6/+5
2015-03-24clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16Suman Anna1-0/+4
2015-03-24clk: ti: DRA7: Correct timer_sys_ck clock aliases for TimersSuman Anna1-7/+7
2015-03-24clk: ti: OMAP5: Correct the DT clock aliases for timersSuman Anna1-11/+11
2015-03-24clk: ti: OMAP4: Remove the legacy timer DT clock aliasesSuman Anna1-11/+0
2015-03-24clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliasesPeter Ujfalusi1-7/+9
2015-03-24clk: ti: clk-3xxx: Correct McBSP related DT clock definitionsPeter Ujfalusi1-12/+7
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo8-16/+18
2015-03-24clk: qcom: Add MSM8916 Global Clock Controller supportGeorgi Djakov3-0/+2877
2015-03-24clk: qcom: Introduce parent_map tablesGeorgi Djakov15-286/+338