index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
at91
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
clk: at91: usb: continue if clk_hw_round_rate() return zero
Claudiu Beznea
1
-0
/
+3
2019-12-05
clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()
Alexandre Belloni
1
-18
/
+10
2019-12-05
clk: at91: fix update bit maps on CFG_MOR write
Eugen Hristev
1
-1
/
+1
2019-12-05
clk: at91: avoid sleeping early
Alexandre Belloni
2
-5
/
+20
2019-12-01
clk: at91: audio-pll: fix audio pmc type
Alexandre Belloni
1
-1
/
+1
2019-10-07
clk: at91: select parent if main oscillator or bypass is enabled
Eugen Hristev
1
-3
/
+7
2019-08-25
clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
Codrin Ciubotariu
1
-0
/
+2
2018-11-21
clk: at91: Fix division by zero in PLL recalc_rate()
Ronald Wahl
1
-0
/
+3
2018-07-06
clk: at91: add I2S clock mux driver
Codrin Ciubotariu
2
-0
/
+117
2018-05-16
clk: at91: PLL recalc_rate() now using cached MUL and DIV values
Marcin Ziemianowicz
1
-12
/
+1
2017-12-22
clk: at91: pmc: Support backup for programmable clocks
Romain Izard
3
-0
/
+39
2017-12-22
clk: at91: pmc: Save SCSR during suspend
Romain Izard
1
-2
/
+2
2017-12-22
clk: at91: pmc: Wait for clocks when resuming
Romain Izard
1
-8
/
+16
2017-11-18
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-14
/
+81
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-02
clk: at91: utmi: set the mainck rate
Ludovic Desroches
1
-14
/
+81
2017-09-02
clk: at91: clk-generated: make gclk determine audio_pll rate
Quentin Schulz
1
-6
/
+57
2017-09-02
clk: at91: clk-generated: create function to find best_diff
Quentin Schulz
1
-14
/
+27
2017-09-02
clk: at91: add audio pll clock drivers
Quentin Schulz
2
-0
/
+537
2017-09-02
clk: at91: clk-generated: remove useless divisor loop
Quentin Schulz
1
-13
/
+12
2017-06-30
clk: at91: Add sama5d2 suspend/resume
Alexandre Belloni
4
-1
/
+140
2017-06-05
clk: at91: fix clk-generated compilation
Alexandre Belloni
1
-0
/
+1
2017-06-01
clk: at91: fix clk-generated parenting
Alexandre Belloni
1
-2
/
+1
2017-04-22
clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()
Markus Elfring
1
-3
/
+3
2016-10-21
clk: at91: Fix a return value in case of error
Christophe JAILLET
1
-1
/
+1
2016-09-21
clk: at91: sckc: optimize boot time
Alexandre Belloni
1
-1
/
+1
2016-09-21
clk: at91: Add sama5d4 sckc support
Alexandre Belloni
1
-0
/
+100
2016-09-21
clk: at91: move slow clock controller clocks to sckc.c
Alexandre Belloni
3
-388
/
+363
2016-09-15
clk: at91: Migrate to clk_hw based registration and OF APIs
Stephen Boyd
13
-199
/
+277
2016-07-22
Merge branch 'clk-fixes' into clk-next
Michael Turquette
1
-1
/
+1
2016-07-19
clk: at91: fix clk_programmable_set_parent()
Boris Brezillon
1
-1
/
+1
2016-06-21
clk: at91: make of_sama5d2_clk_generated_setup() static
Ben Dooks
1
-1
/
+1
2016-04-16
clk: at91: fix check of clk_register() returned value
Vladimir Zapolskiy
1
-1
/
+1
2016-03-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
7
-17
/
+17
2016-03-03
clk: at91: Remove CLK_IS_ROOT
Stephen Boyd
2
-2
/
+2
2016-02-27
clk: at91: Remove impossible checks for of_clk_get_parent_count()
Stephen Boyd
7
-15
/
+15
2016-02-17
clk: at91: remove useless includes
Alexandre Belloni
8
-30
/
+0
2016-02-17
clk: at91: pmc: remove useless capacities handling
Alexandre Belloni
1
-128
/
+0
2016-02-17
clk: at91: pmc: drop at91_pmc_base
Alexandre Belloni
1
-7
/
+0
2016-02-17
ARM: at91: pm: move idle functions to pm.c
Alexandre Belloni
1
-15
/
+0
2016-02-17
clk: at91: pmc: move pmc structures to C file
Alexandre Belloni
2
-9
/
+9
2016-02-17
clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
Alexandre Belloni
1
-25
/
+9
2016-02-17
clk: at91: remove IRQ handling and use polling
Alexandre Belloni
7
-446
/
+37
2016-02-17
clk: at91: make use of syscon/regmap internally
Boris Brezillon
15
-694
/
+694
2016-02-17
clk: at91: make use of syscon to share PMC registers in several drivers
Boris Brezillon
2
-7
/
+16
2015-11-20
clk: at91: Revert "keep slow clk enabled to prevent system hang"
Alexandre Belloni
1
-29
/
+0
2015-10-01
clk: at91: add generated clock driver
Nicolas Ferre
4
-0
/
+316
2015-10-01
clk: at91: add PMC sama5d2 support
Nicolas Ferre
1
-0
/
+15
2015-10-01
clk: at91: modify PMC peripheral clock to deal with newer register layout
Nicolas Ferre
1
-6
/
+14
2015-10-01
clk: at91: cleanup PMC header file for PCR register fields
Nicolas Ferre
1
-4
/
+4
[next]