Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a29d64a45eed1ee0d4ac90335da79ad1a9a0990d
/
drivers
/
clk
/
at91
d22527f
Merge branch 'clk-fixes' into clk-next
by Michael Turquette
· 8 years ago
f96423f4
clk: at91: fix clk_programmable_set_parent()
by Boris Brezillon
· 8 years ago
1475554
clk: at91: make of_sama5d2_clk_generated_setup() static
by Ben Dooks
· 8 years ago
cb0ceaf
clk: at91: fix check of clk_register() returned value
by Vladimir Zapolskiy
· 9 years ago
33c1f63
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 9 years ago
a9bb2ef
clk: at91: Remove CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
8c1b1e5
clk: at91: Remove impossible checks for of_clk_get_parent_count()
by Stephen Boyd
· 9 years ago
0002ca1
clk: at91: remove useless includes
by Alexandre Belloni
· 9 years ago
60cad09
clk: at91: pmc: remove useless capacities handling
by Alexandre Belloni
· 9 years ago
af719c1
clk: at91: pmc: drop at91_pmc_base
by Alexandre Belloni
· 9 years ago
fbc7edc
ARM: at91: pm: move idle functions to pm.c
by Alexandre Belloni
· 9 years ago
ea52bc6
clk: at91: pmc: move pmc structures to C file
by Alexandre Belloni
· 9 years ago
a5df602
clk: at91: pmc: merge at91_pmc_init in atmel_pmc_probe
by Alexandre Belloni
· 9 years ago
99a8170
clk: at91: remove IRQ handling and use polling
by Alexandre Belloni
· 9 years ago
1bdf023
clk: at91: make use of syscon/regmap internally
by Boris Brezillon
· 10 years ago
863a81c
clk: at91: make use of syscon to share PMC registers in several drivers
by Boris Brezillon
· 10 years ago
d7a81d8
clk: at91: Revert "keep slow clk enabled to prevent system hang"
by Alexandre Belloni
· 9 years ago
df70aee
clk: at91: add generated clock driver
by Nicolas Ferre
· 9 years ago
a5752e5
clk: at91: add PMC sama5d2 support
by Nicolas Ferre
· 9 years ago
36844bd
clk: at91: modify PMC peripheral clock to deal with newer register layout
by Nicolas Ferre
· 9 years ago
96ef36e
clk: at91: cleanup PMC header file for PCR register fields
by Nicolas Ferre
· 9 years ago
a97cea2
clk: at91: system: don't try to free_irq when there is no IRQ
by Alexandre Belloni
· 9 years ago
de661d0
clk: at91: utmi: use pmc_read when the at91_pmc is available
by Alexandre Belloni
· 9 years ago
d097933
clk: at91: Convert to clk_hw based provider APIs
by Stephen Boyd
· 9 years ago
497295a
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
by Stephen Boyd
· 9 years ago
00f3ec3
clk: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
9cfad9b
Merge branch 'cleanup-clk-h-includes' into clk-next
by Stephen Boyd
· 9 years ago
f0557fb
clk: at91: make use of of_clk_parent_fill helper function
by Dinh Nguyen
· 9 years ago
19aab27
Merge branch 'clk-determine-rate-struct' into clk-next
by Stephen Boyd
· 9 years ago
0817b62
clk: change clk_ops' ->determine_rate() prototype
by Boris Brezillon
· 9 years ago
6a8ce8c
clk: at91: Include clk.h and slab.h
by Stephen Boyd
· 9 years ago
a8a8db4
clk: at91: Silence warnings and cleanup __init/extern usage
by Stephen Boyd
· 9 years ago
f75073f
Merge branch 'clk-fixes' into clk-next
by Stephen Boyd
· 9 years ago
c76a024
clk: at91: do not leak resources
by David Dueck
· 9 years ago
5f1201d
Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 9 years ago
909aa10
Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux-at91 into clk-fixes
by Michael Turquette
· 9 years ago
28df9c2
clk: at91: fix h32mx prototype inclusion in pmc header
by Nicolas Ferre
· 9 years ago
86e4404
clk: at91: fix PERIPHERAL_MAX_SHIFT definition
by Boris Brezillon
· 9 years ago
6c7b03e
clk: at91: pll: fix input range validity check
by Boris Brezillon
· 10 years ago
51a43be
clk: at91: Use of_clk_get_parent_count() instead of open coding
by Geert Uytterhoeven
· 9 years ago
d6c2767
clk: at91: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
e98bf5c
Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 10 years ago
4591243
clk: at91: usb: propagate rate modification to the parent clk
by Boris Brezillon
· 10 years ago
947f5b1
clk: at91: implement suspend/resume for the PMC irqchip
by Boris BREZILLON
· 10 years ago
18a8d49
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
878ba61
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
1c8e600
clk: Add rate constraints to clocks
by Tomeu Vizoso
· 10 years ago
29ee506
ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c
by Alexandre Belloni
· 10 years ago
dca1a4b
clk: at91: keep slow clk enabled to prevent system hang
by Boris Brezillon
· 10 years ago
646cafc
clk: Change clk_ops->determine_rate to return a clk_hw as the best parent
by Tomeu Vizoso
· 10 years ago
69daf75
clk: at91: usb: fix at91sam9x5 recalc, round and set rate
by Boris Brezillon
· 10 years ago
ff553ea
clk: at91: usb: fix at91rm9200 round and set rate
by Boris Brezillon
· 10 years ago
c0fa237
Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
8b45bc8
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
cf377ad
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
bcc5fd4
clk: at91: add a driver for the h32mx clock
by Alexandre Belloni
· 10 years ago
a52ae5a
Merge branch 'clk-fixes' into clk-next
by Mike Turquette
· 10 years ago
16eeaec
clk: at91: fix div by zero in USB clock driver
by Boris BREZILLON
· 10 years ago
13a6073
clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clk
by Boris BREZILLON
· 10 years ago
87e2ed3
clk: at91: fix recalc_rate implementation of PLL driver
by Boris BREZILLON
· 10 years ago
3ef9dd2
clk: at91: rework PLL rate calculation
by Boris BREZILLON
· 10 years ago
078a3eb
clk: at91: fix PLL_MAX_COUNT macro definition
by Boris BREZILLON
· 10 years ago
e8531ac
clk: at91: fix num_parents test in at91sam9260 slow clk implementation
by Boris BREZILLON
· 10 years ago
e657ce6
Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux
by Nicolas Ferre
· 10 years ago
b736bcb
clk: at91: remove the useless CLK_IGNORE_UNUSED flag
by Alexandre Belloni
· 10 years ago
4da66b6
clk: at91: main: warn when the main crystal frequency is not set
by Alexandre Belloni
· 10 years ago
80eded6
clk: at91: add slow clks driver
by Boris BREZILLON
· 11 years ago
27cb1c2
clk: at91: rework main clk implementation
by Boris BREZILLON
· 11 years ago
141c71d
clk: at91: optimization of the set_rate callback
by Jean-Jacques Hiblot
· 11 years ago
cce6db8
clk: at91: fix programmable clk irq handling
by Jean-Jacques Hiblot
· 11 years ago
693bb3d
clk: at91: propagate rate change on system clks
by Boris BREZILLON
· 11 years ago
419f612
clk: at91: replace prog clk round_rate with determine_rate
by Boris BREZILLON
· 11 years ago
f63fcc9
clk:at91: Fix memory leak in of_at91_clk_master_setup()
by Masanari Iida
· 11 years ago
273c227
Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanup
by Kevin Hilman
· 11 years ago
7736c71
clk: at91: fix pmc_clk_ids data type attriubte
by Boris BREZILLON
· 11 years ago
8330148
ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration option
by Nicolas Ferre
· 11 years ago
a9c0688
clk: at91: add PMC smd clock
by Boris BREZILLON
· 11 years ago
c84a61d
clk: at91: add PMC usb clock
by Boris BREZILLON
· 11 years ago
f090fb3
clk: at91: add PMC utmi clock
by Boris BREZILLON
· 11 years ago
1f22f8b
clk: at91: add PMC programmable clocks
by Boris BREZILLON
· 11 years ago
6114067
clk: at91: add PMC peripheral clocks
by Boris BREZILLON
· 11 years ago
5fba62e
clk: at91: add PMC system clocks
by Boris BREZILLON
· 11 years ago
e442d23
clk: at91: add PMC master clock
by Boris BREZILLON
· 11 years ago
1a748d2
clk: at91: add PMC pll clocks
by Boris BREZILLON
· 11 years ago
38d34c3
clk: at91: add PMC main clock
by Boris BREZILLON
· 11 years ago
0ad6125
clk: at91: add PMC base support
by Boris BREZILLON
· 11 years ago