index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
zynqmp
/
pll.c
Age
Commit message (
Expand
)
Author
30 hours
clk: zynqmp: Make sure clk_init_data is fully initialized
Geert Uytterhoeven
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-23
clk: zynqmp: pll: Fix zynqmp_clk_divider_determine_rate kerneldoc
Krzysztof Kozlowski
2025-09-08
clk: zynqmp: pll: convert from round_rate() to determine_rate()
Brian Masney
2023-03-27
clk: zynqmp: pll: Remove the limit
Shubhrajyoti Datta
2022-08-30
clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
Quanyang Wang
2022-01-24
clk: zynqmp: replace warn_once with pr_debug for failed clock ops
Michael Tretter
2021-06-28
clk: zynqmp: Use firmware specific common clock flags
Rajan Vaja
2021-06-25
clk: zynqmp: pll: Remove some dead code
Christophe JAILLET
2021-06-25
clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
Michal Simek
2021-04-07
clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable
Quanyang Wang
2021-04-07
clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback
Quanyang Wang
2020-04-28
firmware: xilinx: Use APIs instead of IOCTLs
Rajan Vaja
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getdivider
Rajan Vaja
2020-04-28
firmware: xilinx: Remove eemi ops for clock_setdivider
Rajan Vaja
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getstate
Rajan Vaja
2020-04-28
firmware: xilinx: Remove eemi ops for clock_disable
Rajan Vaja
2020-04-28
firmware: xilinx: Remove eemi ops for clock_enable
Rajan Vaja
2020-01-23
clk: zynqmp: Warn user if clock user are more than allowed
Rajan Vaja
2018-10-09
drivers: clk: Add ZynqMP clock driver
Jolly Shah