aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-06clk: sunxi-ng: sun9i-a80: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2017-02-06clk: sunxi-ng: select SUNXI_CCU_MULT for sun5iArnd Bergmann1-0/+1
2017-02-06clk: sunxi-ng: Check kzalloc() for errors and cleanup error pathStephen Boyd1-0/+15
2017-01-30clk: sunxi-ng: Add A80 Display Engine CCUChen-Yu Tsai3-0/+317
2017-01-30clk: sunxi-ng: Add A80 USB CCUChen-Yu Tsai3-0/+170
2017-01-30clk: sunxi-ng: Add A80 CCUChen-Yu Tsai4-0/+1291
2017-01-30clk: sunxi-ng: Support separately grouped PLL lock status registerChen-Yu Tsai2-2/+9
2017-01-30clk: sunxi-ng: mux: Get closest parent rate possible with CLK_SET_RATE_PARENTChen-Yu Tsai1-1/+12
2017-01-30clk: sunxi-ng: mux: honor CLK_SET_RATE_NO_REPARENT flagChen-Yu Tsai1-0/+15
2017-01-30clk: sunxi-ng: mux: Fix determine_rate for mux clocks with pre-dividersChen-Yu Tsai1-3/+4
2017-01-27clk: sunxi-ng: a33: Set CLK_SET_RATE_PARENT for the GPUMaxime Ripard1-1/+1
2017-01-27clk: sunxi-ng: Call divider_round_rate if we only have a single parentMaxime Ripard1-0/+12
2017-01-23clk: sunxi-ng: Add sun5i CCU driverMaxime Ripard4-0/+1100
2017-01-23clk: sunxi-ng: Implement global pre-dividerMaxime Ripard2-1/+9
2017-01-23clk: sunxi-ng: Implement multiplier maximumMaxime Ripard6-20/+32
2017-01-23clk: sunxi-ng: mult: Fix minimum in round rateMaxime Ripard1-1/+1
2017-01-23clk: sunxi-ng: Implement factors offsetsMaxime Ripard8-29/+79
2017-01-23clk: sunxi-ng: multiplier: Add fractional supportMaxime Ripard2-0/+10
2017-01-20clk: sunxi-ng: add support for V3s CCUIcenowy Zheng4-0/+666
2017-01-17clk: sunxi-ng: a33: Add CLK_SET_RATE_PARENT to ac-digMylène Josserand1-1/+1
2017-01-02clk: sunxi-ng: A31: Fix spdif clock registerMarcus Cooper1-2/+2
2017-01-02clk: sunxi-ng: set the parent rate when adjustin CPUX clock on A33Icenowy Zheng1-1/+1
2017-01-02clk: sunxi-ng: fix PLL_CPUX adjusting on A33Icenowy Zheng1-0/+10
2017-01-02clk: sunxi-ng: fix PLL_CPUX adjusting on H3Ondrej Jirman1-0/+10
2016-11-23Merge branch 'clk-fixes' into clk-nextStephen Boyd2-2/+2
2016-11-23clk: sunxi-ng: enable so-said LDOs for A33 SoC's pll-mipi clockIcenowy Zheng1-1/+1
2016-11-21clk: sunxi-ng: sun6i-a31: Enable PLL-MIPI LDOs when ungating itChen-Yu Tsai1-1/+1
2016-11-16clk: sunxi-ng: Mark structs static and cleanup spacesStephen Boyd1-6/+6
2016-11-16Merge tag 'sunxi-clk-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextStephen Boyd20-129/+1200
2016-11-11clk: sunxi-ng: sun8i-h3: Set CLK_SET_RATE_PARENT for audio module clocksChen-Yu Tsai1-5/+5
2016-11-11clk: sunxi-ng: sun8i-a23: Set CLK_SET_RATE_PARENT for audio module clocksChen-Yu Tsai1-3/+3
2016-11-03clk: sunxi-ng: Add A64 clocksMaxime Ripard4-0/+999
2016-10-25clk: sunxi-ng: Implement minimum for multipliersMaxime Ripard6-16/+21
2016-10-25clk: sunxi-ng: Add minimums for all the relevant structures and clocksMaxime Ripard5-23/+50
2016-10-25clk: sunxi-ng: Finish to convert to structures for argumentsMaxime Ripard2-25/+42
2016-10-25clk: sunxi-ng: Remove the use of rational computationsMaxime Ripard4-51/+74
2016-10-20clk: sunxi-ng: Rename the internal structuresMaxime Ripard9-32/+32
2016-10-19clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parentChen-Yu Tsai1-0/+12
2016-09-20clk: sunxi-ng: Fix reset offset for the A23 and A33Maxime Ripard2-16/+16
2016-09-16clk: sunxi-ng: sun6i-a31: Fix register offset for mipi-csi clkChen-Yu Tsai1-1/+1
2016-09-16clk: sunxi-ng: sun6i-a31: set CLK_SET_RATE_UNGATE for all PLLsChen-Yu Tsai1-10/+10
2016-09-16clk: sunxi-ng: sun6i-a31: Set CLK_SET_RATE_PARENT for display output clocksChen-Yu Tsai1-9/+13
2016-09-14Merge tag 'sunxi-clk-for-4.9' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextStephen Boyd19-78/+3349
2016-09-10clk: sunxi-ng: Add hardware dependencyJean Delvare1-0/+1
2016-09-10clk: sunxi-ng: Add A23 CCUMaxime Ripard3-0/+750
2016-09-10clk: sunxi-ng: Add A33 CCU supportMaxime Ripard4-0/+856
2016-09-10clk: sunxi-ng: Add N-class clocks supportMaxime Ripard4-0/+173
2016-09-10clk: sunxi-ng: mux: Add mux table macroMaxime Ripard1-13/+13
2016-09-10clk: sunxi-ng: div: Allow to set a maximumMaxime Ripard5-33/+55
2016-09-10clk: sunxi-ng: div: Add kerneldoc for the _ccu_div structureMaxime Ripard1-0/+14