index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
sunxi
/
clk-sunxi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: sunxi: Fix M factor computation for APB1
Stéphan Rafin
2016-11-04
1
-1
/
+1
*
clk: sunxi: Let divs clocks read the base factor clock name from devicetree
Jens Kuske
2016-04-25
1
-11
/
+30
*
clk: sunxi: Add sun6i/8i display support
Jean-Francois Moine
2016-04-22
1
-0
/
+38
*
clk: sunxi: Improve divs_clk error handling and reporting
Andre Przywara
2016-02-21
1
-3
/
+15
*
clk: sunxi: improve divider_clk error handling and reporting
Andre Przywara
2016-02-21
1
-3
/
+33
*
clk: sunxi: improve mux_clk error handling and reporting
Andre Przywara
2016-02-21
1
-6
/
+15
*
clk: sunxi: Remove clk_register_clkdev calls
Maxime Ripard
2016-02-11
1
-5
/
+1
*
clk: sunxi: Remove old probe and protection code
Maxime Ripard
2016-02-11
1
-108
/
+0
*
clk: sunxi: convert current clocks registration to CLK_OF_DECLARE
Maxime Ripard
2016-02-11
1
-17
/
+133
*
clk: sunxi: Make clocks setup functions take const pointer
Maxime Ripard
2016-02-11
1
-3
/
+3
*
clk: sunxi: Make clocks setup functions return their clock
Maxime Ripard
2016-02-11
1
-7
/
+10
*
clk: sunxi: improve error reporting for the mux clock
Andre Przywara
2016-02-02
1
-4
/
+16
*
clk: sunxi: rewrite sun6i-a31-ahb1-clk using factors clk with custom recalc
Chen-Yu Tsai
2016-01-29
1
-208
/
+83
*
clk: sunxi: factors: Consolidate get_factors parameters into a struct
Chen-Yu Tsai
2016-01-27
1
-132
/
+90
*
clk: sunxi: factors: Make struct clk_factors_config table const
Chen-Yu Tsai
2016-01-27
1
-8
/
+8
*
clk: sunxi: Add H3 clocks support
Jens Kuske
2015-12-08
1
-0
/
+6
*
ARM: sunxi: Add R8 support
Maxime Ripard
2015-10-17
1
-0
/
+1
*
Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-08-31
1
-204
/
+23
|
\
|
*
clk: sunxi: Convert to clk_hw based provider APIs
Stephen Boyd
2015-08-24
1
-5
/
+5
|
*
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
2015-08-24
1
-1
/
+1
|
*
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
2015-08-24
1
-1
/
+1
|
*
clk: sunxi: Add a simple gates driver
Maxime Ripard
2015-08-12
1
-177
/
+0
|
*
Merge branch 'cleanup-clk-h-includes' into clk-next
Stephen Boyd
2015-07-28
1
-0
/
+2
|
|
\
|
|
*
clk: sunxi: Include clk.h and remove unused clkdev.h includes
Stephen Boyd
2015-07-20
1
-0
/
+2
|
*
|
clk: sunxi: make use of of_clk_parent_fill helper function
Dinh Nguyen
2015-07-28
1
-10
/
+4
|
*
|
clk: fix some determine_rate implementations
Boris Brezillon
2015-07-27
1
-2
/
+4
|
*
|
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
2015-07-27
1
-11
/
+9
|
|
/
*
|
Merge tag 'sunxi-late-for-4.2' of https://git.kernel.org/pub/scm/linux/kernel...
Kevin Hilman
2015-07-09
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
ARM: sunxi: Add Machine support for A33
Vishnu Patekar
2015-07-05
1
-0
/
+1
*
|
clk: sunxi: Fix of_io_request_and_map error check
Maxime Ripard
2015-05-05
1
-0
/
+2
|
/
*
clk: sunxi: Add pll6 / 4 clock output to sun4i-a10-pll6
Chen-Yu Tsai
2015-03-25
1
-1
/
+2
*
clk: sunxi: Make divs clocks specify which output is the base factor clock
Chen-Yu Tsai
2015-03-25
1
-12
/
+25
*
clk: sunxi: Register divs clocks before factor clocks
Chen-Yu Tsai
2015-03-21
1
-3
/
+3
*
clk: sunxi: Add "cpu" to list of protected clocks for sun5i
Chen-Yu Tsai
2015-03-21
1
-0
/
+1
*
clk: sunxi: Add muxable ahb factors clock for sun5i and sun7i
Chen-Yu Tsai
2015-03-21
1
-0
/
+52
*
clk: sunxi: Move USB clocks to separate file
Chen-Yu Tsai
2015-02-23
1
-88
/
+0
*
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
2015-02-21
1
-40
/
+222
|
\
|
*
clk: Add rate constraints to clocks
Tomeu Vizoso
2015-02-02
1
-0
/
+2
|
*
sunxi: clk: Set sun6i-pll1 n_start = 1
Hans de Goede
2015-01-25
1
-0
/
+1
|
*
clk: sunxi: Remove custom phase function
Maxime Ripard
2015-01-14
1
-37
/
+0
|
*
clk: sunxi: Propagate rate changes to parent for mux clocks
Chen-Yu Tsai
2015-01-06
1
-1
/
+1
|
*
clk: sunxi: Give sunxi_factors_register a registers parameter
Hans de Goede
2014-12-21
1
-1
/
+10
|
*
clk: sunxi: unify sun6i AHB1 clock with proper PLL6 pre-divider
Chen-Yu Tsai
2014-12-21
1
-0
/
+208
|
*
clk: sunxi: Remove ahb1_sdram from sun6i/sun8i protected clocks list
Chen-Yu Tsai
2014-12-21
1
-1
/
+0
*
|
ARM: sunxi: Add "allwinner,sun6i-a31s" to mach-sunxi
Hans de Goede
2015-01-05
1
-0
/
+1
|
/
*
clk: sunxi: Implement A31 PLL6 as a divs clock for 2x output
Chen-Yu Tsai
2014-11-23
1
-12
/
+16
*
clk: sunxi: Specify number of child clocks for divs clocks
Chen-Yu Tsai
2014-11-23
1
-2
/
+9
*
clk: sunxi: Removed unused/incorrect sun6i-a31-apb2-clk driver
Chen-Yu Tsai
2014-11-23
1
-7
/
+0
*
clk: sunxi: unify APB1 clock
Emilio López
2014-11-11
1
-5
/
+2
*
clk: sunxi: Add support for bus clock gates on Allwinner A80 SoC
Chen-Yu Tsai
2014-10-21
1
-0
/
+31
[next]