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
/
clk-xgene.c
Age
Commit message (
Expand
)
Author
28 hours
clk: xgene: Make sure clk_init_data is fully initialized
Geert Uytterhoeven
2026-03-23
clk: xgene: Fix mapping leak in xgene_pllclk_init()
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
2025-09-08
clk: xgene: convert from round_rate() to determine_rate()
Brian Masney
2025-01-15
clk: Use str_enable_disable-like helpers
Krzysztof Kozlowski
2022-10-03
clk: clk-xgene: simplify if-if to if-else
Yihao Han
2021-02-11
clk: clk-xgene: Add description for 'mask' and fix formatting for 'flags'
Lee Jones
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-23
clk: core: replace clk_{readl,writel} with {readl,writel}
Jonas Gorski
2017-11-13
clk: clk-xgene: Adjust six checks for null pointers
Markus Elfring
2017-11-13
clk: clk-xgene: Delete error messages for failed memory allocations
Markus Elfring
2017-07-21
clk: Convert to using %pOF instead of full_name
Rob Herring
2016-10-28
clk: xgene: Don't call __pa on ioremaped address
Laura Abbott
2016-09-14
clk: xgene: Add PMD clock
Hoan Tran
2016-04-15
clk: xgene: Remove CLK_IS_ROOT
Stephen Boyd
2016-03-03
clk: xgene: Add missing parenthesis when clearing divider value
Loc Ho
2016-01-29
clk: xgene: Remove return from void function
Stephen Boyd
2016-01-29
clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
Loc Ho
2015-11-20
clk: xgene: Fix divider with non-zero shift value
Loc Ho
2015-10-16
clk: xgene: Remove unused setup.h include
Stephen Boyd
2015-08-24
clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)
Stephen Boyd
2015-07-06
clk: xgene: Delete duplicated name field
Matthias Brugger
2015-05-14
clk: xgene: Silence sparse warnings
Stephen Boyd
2013-10-07
clk: Add APM X-Gene SoC clock driver
Loc Ho