summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-0/+2
|\
| * clk-sunxi: fix a missing-check bug in sunxi_divs_clk_setup()Gen Zhang2019-05-291-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2019-05-304-9/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3017-170/+17Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-1516-0/+16
* clk: sunxi: Add Kconfig optionsMaxime Ripard2019-03-212-22/+70
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-303-15/+15
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-027-51/+45Star
|\
| *-. Merge branches 'clk-aspeed', 'clk-lock-UP', 'clk-mediatek' and 'clk-allwinner...Stephen Boyd2018-01-271-4/+1Star
| |\ \
| | | * clk: sunxi: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-11-301-4/+1Star
| | |/
| * / clk: sunxi: Use CLK_IS_CRITICAL flag for critical clksStephen Boyd2018-01-056-47/+44Star
| |/
* / clk: sunxi: sun9i-mmc: Implement reset callback for reset controlsChen-Yu Tsai2017-12-191-0/+12
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-182-3/+1Star
|\
| * clk: sunxi: explicitly request exclusive reset controlPhilipp Zabel2017-11-021-1/+1
| * clk: sunxi: fix build warningCorentin LABBE2017-11-021-2/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* clk: sunxi: fix uninitialized accessArnd Bergmann2017-08-311-0/+4
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-221-10/+7Star
* Merge tag 'sunxi-clk-for-4.10' of https://git.kernel.org/pub/scm/linux/kernel...Stephen Boyd2016-11-161-1/+1
|\
| * clk: sunxi: mod0: improve function-level documentationJulia Lawall2016-10-161-1/+1
* | clk: sunxi: Fix M factor computation for APB1Stéphan Rafin2016-11-041-1/+1
|/
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-09-082-3/+3
|\
| * clk: sunxi: Fix return value check in sun8i_a23_mbus_setup()Wei Yongjun2016-08-081-1/+1
| * clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup()Wei Yongjun2016-08-081-2/+2
* | clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-2/+2
* | clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado2016-08-131-1/+2
|/
* Merge branch 'clk-fixes' into clk-nextMichael Turquette2016-07-222-5/+4Star
|\
| * clk: sunxi: remove unused variableArnd Bergmann2016-06-161-1/+0Star
| * clk: sunxi: display: Add per-clock flagsMaxime Ripard2016-06-101-1/+4
| * clk: sunxi: tcon-ch1: Do not return a negative error in get_parentMaxime Ripard2016-06-101-3/+0Star
* | clk: sunxi: make clk-* explicitly non-modularPaul Gortmaker2016-07-076-65/+12Star
|/
* clk: sunxi: Add display and TCON0 clocks driverMaxime Ripard2016-05-122-0/+262
* Merge tag 'sunxi-clocks-for-4.7' of https://git.kernel.org/pub/scm/linux/kern...Stephen Boyd2016-05-036-13/+470
|\
| * clk: sunxi: Let divs clocks read the base factor clock name from devicetreeJens Kuske2016-04-251-11/+30
| * clk: sunxi: Add TCON channel1 clockMaxime Ripard2016-04-222-0/+301
| * clk: sunxi: Add PLL3 clockMaxime Ripard2016-04-222-0/+99
| * clk: sunxi: Use resource_sizeVaishali Thakkar2016-04-221-1/+1
| * clk: sunxi: Add sun6i/8i display supportJean-Francois Moine2016-04-221-0/+38
| * clk: sunxi: mod1 clock should modify it's parentAndrea Venturi2016-04-221-1/+1
* | clk: sunxi: Remove CLK_IS_ROOTStephen Boyd2016-04-161-2/+1Star
* | clk: sunxi: Make reset_control_ops constPhilipp Zabel2016-03-303-3/+3
|/
* clk: sunxi: Remove use of variable length arrayStephen Boyd2016-03-151-2/+9
* clk: sunxi: Add apb0 gates for H3Krzysztof Adamski2016-02-251-0/+2
* clk: sunxi: Improve divs_clk error handling and reportingAndre Przywara2016-02-221-3/+15
* clk: sunxi: improve divider_clk error handling and reportingAndre Przywara2016-02-221-3/+33
* clk: sunxi: improve mux_clk error handling and reportingAndre Przywara2016-02-221-6/+15
* clk: sunxi: Fix sun8i-a23-apb0-clk divider flagsChen-Yu Tsai2016-02-161-1/+1