Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
949698a31af3b3808b0ff0cca26f36e68953bd1f
/
include
/
linux
/
clk-provider.h
929e7f3
clk: Make of_clk_get_parent_count() return unsigned ints
by Stephen Boyd
· 9 years ago
1e42754
clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypes
by Stephen Boyd
· 9 years ago
47b0eeb
clk: Deprecate CLK_IS_ROOT
by Stephen Boyd
· 9 years ago
0b225e4
clk: add clk_unregister_fixed_rate()
by Masahiro Yamada
· 9 years ago
cbf9591
clk: add clk_unregister_fixed_factor()
by Masahiro Yamada
· 9 years ago
5fd9c05
clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
by Geliang Tang
· 9 years ago
5035981
clk-divider: make sure read-only dividers do not write to their register
by Heiko Stuebner
· 9 years ago
a915e30
Merge branch 'clk-rockchip' into clk-next
by Michael Turquette
· 9 years ago
2eb8c71
clk: add flag for clocks that need to be enabled on rate changes
by Heiko Stuebner
· 9 years ago
20dd882
clk: Use static inline functions instead of macros for dummies
by Geert Uytterhoeven
· 9 years ago
1971dfb
clk: fix a typo in comment block of struct clk_rate_request
by Masahiro Yamada
· 9 years ago
be68bf8
clk: Add clk_hw_is_enabled() for use by clk providers
by Joachim Eastwood
· 9 years ago
679c51c
clk: Add stubs for of_clk_*() APIs when CONFIG_OF=n
by Stephen Boyd
· 9 years ago
acba785
clk: Remove clk_{register,unregister}_multiplier()
by Stephen Boyd
· 9 years ago
938ce30
Merge tag 'sunxi-clocks-for-4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next
by Stephen Boyd
· 9 years ago
f2e0a53
clk: Add a basic multiplier clock
by Maxime Ripard
· 10 years ago
b76281c
clk: Make clk input parameter of __clk_get_name() const
by Geert Uytterhoeven
· 9 years ago
934e253
clk: fractional-divider: keep mwidth and nwidth internally
by Andy Shevchenko
· 9 years ago
e7df6f6
clk: Constify clk_hw argument to provider APIs
by Stephen Boyd
· 9 years ago
fc4a05d
clk: Remove unused provider APIs
by Stephen Boyd
· 9 years ago
1a9c069
clk: Add clk_hw_*() APIs for use by clk providers
by Stephen Boyd
· 9 years ago
37bff2c
clk: gpio: Mark parent_names array const
by Stephen Boyd
· 9 years ago
afe76c8f
clk: allow a clk divider with max divisor when zero
by Jim Quinlan
· 10 years ago
9cfad9b
Merge branch 'cleanup-clk-h-includes' into clk-next
by Stephen Boyd
· 9 years ago
9783c0d
clk: Allow providers to configure min/max rates
by Stephen Boyd
· 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
61ae765
clk: Remove clk.h from clk-provider.h
by Stephen Boyd
· 9 years ago
80eeb1f
clk: add gpio controlled clock multiplexer
by Sergej Sawazki
· 9 years ago
2cd7b04
Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next
by Michael Turquette
· 9 years ago
85e88fa
Merge branch 'clk-exynos-cpu-clk' into clk-next
by Michael Turquette
· 9 years ago
d8d9198
clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
by Bartlomiej Zolnierkiewicz
· 10 years ago
3037e9e
clk: fixed: Add comment to clk_fixed_set_rate
by Daniel Thompson
· 9 years ago
2e61dfb
clk: of: helper for filling parent clock array and return num of parents
by Dinh Nguyen
· 10 years ago
42c8654
clk: Expose clk_hw_reparent() to providers
by Tomeu Vizoso
· 10 years ago
2893c37
clk: make strings in parent name arrays const
by Sascha Hauer
· 10 years ago
820ad97
clk: clk-gpio-gate: Fix active low
by Martin Fuzzey
· 10 years ago
2e65d8b
clk: Add __clk_hw_set_clk helper function
by Javier Martinez Canillas
· 10 years ago
1c8e600
clk: Add rate constraints to clocks
by Tomeu Vizoso
· 10 years ago
035a61c
clk: Make clk API return per-user struct clk instances
by Tomeu Vizoso
· 10 years ago
bca9690
clk: divider: Make generic for usage elsewhere
by Stephen Boyd
· 10 years ago
15a02c1
clk: Add __clk_mux_determine_rate_closest
by Stephen Boyd
· 10 years ago
4e3c021
clk: Add clk_unregister_{divider, gate, mux} to close memory leak
by Krzysztof Kozlowski
· 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
61c7cdd
clk: change clk_debugfs_add_file to take a struct clk_hw
by Tomeu Vizoso
· 10 years ago
920f1c7
clk: Don't expose __clk_get_accuracy
by Tomeu Vizoso
· 10 years ago
4afbe17
clk: Remove unused function __clk_get_prepare_count
by Tomeu Vizoso
· 10 years ago
e6d5e7d
clk-divider: Fix READ_ONLY when divider > 1
by James Hogan
· 10 years ago
4dc7ed3
Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next
by Mike Turquette
· 10 years ago
9824cf7
clk: Add a function to retrieve phase
by Maxime Ripard
· 10 years ago
355bb16
clk: Include of.h in clock-provider.h
by Maxime Ripard
· 10 years ago
e59c537
clk: introduce clk_set_phase function & callback
by Mike Turquette
· 11 years ago
c873d14
clk: add gpio gated clock
by Jyri Sarha
· 10 years ago
fb2b3c9
clk: define and export clk_debugs_add_file
by Peter De Schrijver
· 10 years ago
1a5700b
Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/linux into next
by Linus Torvalds
· 10 years ago
d2705064
Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next
by Linus Torvalds
· 11 years ago
79c6ab5
clk: divider: add CLK_DIVIDER_READ_ONLY flag
by Heiko Stuebner
· 11 years ago
54196cc
of: consolidate linker section OF match table declarations
by Rob Herring
· 11 years ago
e2d0e90
clk: new basic clk type for fractional divider
by Heikki Krogerus
· 11 years ago
54e7301
clk: Improve clk_ops documentation
by Geert Uytterhoeven
· 11 years ago
725b418
clk: Fixup spacing in comments
by Geert Uytterhoeven
· 11 years ago
774b514
clk: divider: Add round to closest divider
by Maxime COQUELIN
· 11 years ago
c646cbf
clk: support hardware-specific debugfs entries
by Alex Elder
· 11 years ago
4bcec91
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
e9a3711
Merge remote-tracking branch 'agust/next' into next
by Benjamin Herrenschmidt
· 11 years ago
819b486
CLK: ti: add init support for clock IP blocks
by Tero Kristo
· 11 years ago
3fa2252
clk: Add set_rate_and_parent() op
by Stephen Boyd
· 11 years ago
6d8cdb6
clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled)
by Gerhard Sittig
· 11 years ago
0903ea6
clk: add accuracy support for fixed clock
by Boris BREZILLON
· 11 years ago
5279fc4
clk: add clk accuracy retrieval support
by Boris BREZILLON
· 11 years ago
f610274
clk: of: helper for determining number of parent clocks
by Mike Turquette
· 11 years ago
aa514ce
clk: wrap I/O access for improved portability
by Gerhard Sittig
· 11 years ago
e366fdd
clk: clk-mux: implement remuxing on set_rate
by James Hogan
· 11 years ago
819c1de
clk: add CLK_SET_RATE_NO_REPARENT flag
by James Hogan
· 11 years ago
71472c0
clk: add support for clock reparent on set_rate
by James Hogan
· 11 years ago
7ef3dcc
clk: abstract parent cache
by James Hogan
· 11 years ago
c57acd1
clk: mux: Add support for read-only muxes.
by Tomasz Figa
· 11 years ago
0457799
clk: gate: add CLK_GATE_HIWORD_MASK
by Haojian Zhuang
· 11 years ago
d57dfe7
clk: divider: add CLK_DIVIDER_HIWORD_MASK flag
by Haojian Zhuang
· 11 years ago
ba492e9
clk: mux: add CLK_MUX_HIWORD_MASK
by Haojian Zhuang
· 11 years ago
0b151de
clk: add non CONFIG_OF routines for clk-provider
by Sebastian Hesselbarth
· 12 years ago
d3a1c7b
clk: composite: rename 'div' references to 'rate'
by Mike Turquette
· 12 years ago
79b1664
clk: add device tree fixed-factor-clock binding support
by Gregory CLEMENT
· 12 years ago
056b2053
clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flag
by Soren Brinkmann
· 12 years ago
3566d40
clk: fix clk_mux::flags kerneldoc
by James Hogan
· 12 years ago
ece7009
clk: Add composite clock type
by Prashant Gaikwad
· 12 years ago
ce4f331
clk: add table lookup to mux
by Peter De Schrijver
· 12 years ago
3cc8247
clk: Introduce optional unprepare_unused callback
by Ulf Hansson
· 12 years ago
3d6ee28
clk: Introduce optional is_prepared callback
by Ulf Hansson
· 12 years ago
f2f6c25
clk: add common of_clk_init() function
by Prashant Gaikwad
· 12 years ago
9387468
Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux
by Linus Torvalds
· 12 years ago
7c045a5
clk: introduce optional disable_unused callback
by Mike Turquette
· 12 years ago
93532c8
clk: remove inline usage from clk-provider.h
by Igor Mazanov
· 12 years ago
46c8773
clk: Add devm_clk_{register,unregister}()
by Stephen Boyd
· 12 years ago
2ac6b1f
clk: Don't return negative numbers for unsigned values with !clk
by Stephen Boyd
· 12 years ago
7ce3e8c
clk: Fix documentation typos
by Stephen Boyd
· 12 years ago
119c712
clk: Document .is_enabled op
by Stephen Boyd
· 12 years ago
494bfec
clk: add of_clk_src_onecell_get() support
by Shawn Guo
· 12 years ago
a093bde
clk: Provide option for clk_get_rate to issue hw for new rate
by Ulf Hansson
· 12 years ago
015ba40
clk: add DT fixed-clock binding support
by Grant Likely
· 13 years ago
Next »