summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
AgeCommit message (Expand)AuthorLines
2019-09-19Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd-18/+120
2019-09-17clk: bcm2835: Mark PLLD_PER as CRITICALStefan Wahren-1/+6
2019-09-17clk: bcm2835: Add BCM2711_CLOCK_EMMC2 supportStefan Wahren-1/+19
2019-09-17clk: bcm2835: Introduce SoC specific clock registrationStefan Wahren-17/+96
2019-09-06clk: fix devm_platform_ioremap_resource.cocci warningskbuild test robot-3/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-26/+585
2019-07-12Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip...Stephen Boyd-0/+247
2019-06-27clk: add BCM63XX gated clock controller driverJonas Gorski-0/+247
2019-06-25clk: raspberrypi: register platform device for raspberrypi-cpufreqNicolas Saenz Julienne-0/+15
2019-06-25clk: bcm283x: add driver interfacing with Raspberry Pi's firmwareNicolas Saenz Julienne-0/+308
2019-06-25clk: bcm2835: remove pllbNicolas Saenz Julienne-24/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner-12/+1
2019-06-06clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTBFlorian Fainelli-2/+2
2019-06-06clk: bcm: Make BCM2835 clock drivers selectableFlorian Fainelli-2/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-1/+4
2018-12-14Merge branches 'clk-managed-registration', 'clk-spdx', 'clk-remove-basic' and...Stephen Boyd-21/+2
2018-11-14clk: bcm2835: Switch to SPDX identifierStefan Wahren-21/+2
2018-11-06clk: bcm2835: make license text and module license matchStefan Wahren-2/+2
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring-11/+11
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-2/+2
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-39/+138
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-4/+6
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-4/+3
2018-06-04Merge branches 'clk-match-string', 'clk-ingenic', 'clk-si544-round-fix' and '...Stephen Boyd-22/+126
2018-06-01clk: bcm: Update and add Stingray clock entriesPramod Kumar-15/+120
2018-06-01clk: bcm2835: use match_string() helperYisheng Xie-7/+6
2018-06-01clk: Return void from debug_init opStephen Boyd-14/+11
2018-06-01clk: bcm2835: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+2
2018-04-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-3/+5
2018-04-06clk: bcm2835: De-assert/assert PLL reset signal when appropriateBoris Brezillon-3/+5
2018-03-19clk: bcm2835: Protect sections updating shared registersBoris Brezillon-0/+4
2018-03-19clk: bcm2835: Fix ana->maskX definitionsBoris Brezillon-4/+4
2017-12-28clk: iproc: Minor tidy up of iproc pll data structuresLori Hikichi-47/+36
2017-12-28clk: iproc: Allow plls to do minor rate changes without resetLori Hikichi-0/+47
2017-12-28clk: iproc: Fix error in the pll post divider rate calculationLori Hikichi-16/+17
2017-12-28clk: iproc: Allow iproc pll to runtime calculate vco parametersLori Hikichi-35/+92
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-6/+1
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+37
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-31/+0
2017-11-13clk: kona-setup: Delete error messages for failed memory allocationsMarkus Elfring-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-12clk: bcm: Add Broadcom Hurricane 2 clock supportFlorian Fainelli-0/+37
2017-09-25clk: bcm2835: remove remains from stub clk driverDanilo Krummrich-31/+0
2017-06-21clk: iproc: Remove __init marking on iproc_pll_clk_setup()Stephen Boyd-6/+6
2017-06-19clk: bcm: Add clocks for Stingray SOCSandeep Tripathy-0/+336
2017-06-02clk: bcm2835: Minimise clock jitter for PCM clockPhil Elwell-5/+29
2017-06-02clk: bcm2835: Limit PCM clock to OSC and PLLD_PERPhil Elwell-1/+26
2017-06-02clk: bcm2835: Correct the prediv logicPhil Elwell-1/+3