summaryrefslogtreecommitdiffstats
path: root/drivers/clk/zynq
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-09-08clk: zynq: pll: convert from round_rate() to determine_rate()Brian Masney-5/+7
2024-03-08clk: zynq: Prevent null pointer dereference caused by kmalloc failureDuoming Zhou-5/+3
2022-03-29clk: zynq: Update the parameters to zynq_clk_register_periph_clkShubhrajyoti Datta-6/+6
2022-03-29clk: zynq: trivial warning fixShubhrajyoti Datta-0/+1
2021-12-02clk: zynq: pll: Fix kernel-doc warningsShubhrajyoti Datta-6/+6
2021-02-11clk: zynq: clkc: Remove various instances of an unused variable 'clk'Lee Jones-38/+35
2021-02-10clk: zynq: pll: Fix kernel-doc formatting in 'clk_register_zynq_pll's headerLee Jones-6/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 401Thomas Gleixner-25/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski-12/+12
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring-2/+2
2016-03-02clk: zynq: Remove CLK_IS_ROOTStephen Boyd-2/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-1/+1
2015-07-31clk: zynq: remove redundant $(CONFIG_ARCH_ZYNQ) in MakefileMasahiro Yamada-1/+1
2015-07-20clk: zynq: Include clk.hStephen Boyd-0/+1
2015-06-04clk: make several parent names constUwe Kleine-König-9/+16
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König-12/+12
2015-01-27clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann-0/+1
2014-09-09clk: zynq: Move const initdata into correct code sectionSoren Brinkmann-15/+14
2014-09-09clk: zynq: Remove pointless return at end of void functionSoren Brinkmann-1/+0
2014-09-09clk: zynq: Remove unnecessary OOM messageSoren Brinkmann-3/+1
2014-04-22clk: zynq: Leave debug clocks in bootup stateSoren Brinkmann-0/+12
2014-04-05Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-11/+11
2014-03-17ARM: zynq: Move of_clk_init from clock driverMichal Simek-2/+0
2014-02-25clk: zynq: Use clk_readl/clk_writel helper functionMichal Simek-11/+11
2014-02-10ARM: zynq: Map I/O memory on clkc initMichal Simek-26/+63
2013-12-20clk/zynq/clkc: Add 'fclk-enable' featureSoren Brinkmann-3/+15
2013-10-07clk/zynq: Fix possible memory leakFelipe Pena-1/+15
2013-09-09Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds-39/+62
2013-08-20Merge tag 'zynq-clk-for-3.12' of git://git.xilinx.com/linux-xlnx into clk-nextMike Turquette-5/+14
2013-08-20clk/zynq/pll: Use #defines for fbdiv min/max valuesSoren Brinkmann-4/+7
2013-08-20clk/zynq/pll: Fix documentation for PLL register functionSoren Brinkmann-1/+7
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan-36/+50
2013-08-13clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxesSoren Brinkmann-4/+6
2013-08-13clk/zynq/clkc: Add dedicated spinlock for the SWDTSoren Brinkmann-1/+2
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann-0/+3
2013-05-27clk: zynq: Add clock controller driverSoren Brinkmann-0/+533
2013-05-21clk: zynq: Factor out PLL driverSoren Brinkmann-0/+235