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
/
at91
/
clk-peripheral.c
Age
Commit message (
Expand
)
Author
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-11-24
clk: at91: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
2025-09-08
clk: at91: peripheral: convert from round_rate() to determine_rate()
Brian Masney
2025-09-08
clk: at91: peripheral: fix return value
Brian Masney
2023-06-21
clk: at91: clk-peripheral: add support for parent_hw
Claudiu Beznea
2023-01-09
clk: at91: mark ddr clocks as critical
Claudiu Beznea
2022-09-15
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2021-10-26
clk: at91: re-factor clocks suspend/resume
Claudiu Beznea
2020-10-13
clk: at91: remove the checking of parent_name
Claudiu Beznea
2020-07-24
clk: at91: clk-peripheral: add support for changeable parent rate
Claudiu Beznea
2020-07-24
clk: at91: replace conditional operator with double logical not
Claudiu Beznea
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-25
clk: at91: allow configuring peripheral PCR layout
Alexandre Belloni
2018-10-17
clk: at91: move DT compatibility code to its own file
Alexandre Belloni
2018-10-17
clk: at91: allow clock registration from C code
Alexandre Belloni
2017-06-29
clk: at91: Add sama5d2 suspend/resume
Alexandre Belloni
2016-09-14
clk: at91: Migrate to clk_hw based registration and OF APIs
Stephen Boyd
2016-02-17
clk: at91: remove useless includes
Alexandre Belloni
2016-02-17
clk: at91: make use of syscon/regmap internally
Boris Brezillon
2015-10-01
clk: at91: modify PMC peripheral clock to deal with newer register layout
Nicolas Ferre
2015-10-01
clk: at91: cleanup PMC header file for PCR register fields
Nicolas Ferre
2015-08-24
clk: at91: Convert to clk_hw based provider APIs
Stephen Boyd
2015-06-19
clk: at91: fix PERIPHERAL_MAX_SHIFT definition
Boris Brezillon
2013-12-02
clk: at91: add PMC peripheral clocks
Boris BREZILLON