| Commit message (Expand) | Author | Age |
... | |
* | | clk: ti: Mark ti_clk_features static | Stephen Boyd | 2015-07-28 |
* | | clk: ti: Check kzalloc() for failures | Stephen Boyd | 2015-07-28 |
* | | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in... | Stephen Boyd | 2015-07-28 |
|\ \
| |/
|/| |
|
| * | clk: ti: move low-level access and init code under clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: remove exported ll_ops struct, instead add an API for registration | Tero Kristo | 2015-06-02 |
| * | clk: ti: move some public definitions to private header | Tero Kristo | 2015-06-02 |
| * | clk: ti: am3517: move remaining am3517 clock support code to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: omap34xx: move omap34xx clock type support code to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: clkdm: move clkdm gate clock support code to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: omap2430: move clock support code under clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: dflt: move support for default gate clock to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: dpll: move omap3 DPLL functionality to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: move omap2_clk_enable_init_clocks under clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: autoidle: move generic autoidle handling code to clock driver | Tero Kristo | 2015-06-02 |
| * | clk: ti: move interface clock implementation under drivers/clk | Tero Kristo | 2015-06-02 |
| * | clk: ti: move OMAP4+ DPLL implementation under drivers/clk | Tero Kristo | 2015-06-02 |
| * | clk: ti: move generic OMAP DPLL implementation under drivers/clk | Tero Kristo | 2015-06-02 |
| * | ARM: OMAP2+: clock: export driver API to setup/get clock features | Tero Kristo | 2015-06-02 |
* | | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-07-01 |
|\ \ |
|
| * | | clk: ti: Use of_clk_get_parent_count() instead of open coding | Geert Uytterhoeven | 2015-06-04 |
| * | | clk: ti: Silence sparse warnings | Stephen Boyd | 2015-05-14 |
| * | | clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereference | Krzysztof Kozlowski | 2015-05-14 |
| |/ |
|
* | | CLK: TI: always enable DESHDCP clock | Tomi Valkeinen | 2015-06-04 |
* | | arm: dra7: add DESHDCP clock | Tomi Valkeinen | 2015-06-03 |
|/ |
|
* | clk: don't use __initconst for non-const arrays | Uwe Kleine-König | 2015-04-12 |
* | clk: constify of_device_id array | Fabian Frederick | 2015-04-01 |
* | Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-next | Michael Turquette | 2015-03-24 |
|\ |
|
| * | clk: ti: Implement FAPLL set_rate for the PLL | Tony Lindgren | 2015-03-24 |
| * | clk: ti: Implement FAPLL set_rate for the synthesizer | Tony Lindgren | 2015-03-24 |
| * | clk: ti: Fix FAPLL recalc_rate for rounding errors | Tony Lindgren | 2015-03-24 |
| * | clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16 | Suman Anna | 2015-03-24 |
| * | clk: ti: DRA7: Correct timer_sys_ck clock aliases for Timers | Suman Anna | 2015-03-24 |
| * | clk: ti: OMAP5: Correct the DT clock aliases for timers | Suman Anna | 2015-03-24 |
| * | clk: ti: OMAP4: Remove the legacy timer DT clock aliases | Suman Anna | 2015-03-24 |
| * | clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliases | Peter Ujfalusi | 2015-03-24 |
| * | clk: ti: clk-3xxx: Correct McBSP related DT clock definitions | Peter Ujfalusi | 2015-03-24 |
| * | clk: ti: fix ti_clk_get_reg_addr error handling | Tero Kristo | 2015-03-24 |
* | | clk: ti: Fix FAPLL parent enable bit handling | Tony Lindgren | 2015-02-25 |
|/ |
|
* | clk: omap: compile legacy omap3 clocks conditionally | Arnd Bergmann | 2015-02-03 |
* | Merge branch 'clk-omap-legacy' into clk-next | Michael Turquette | 2015-02-02 |
|\ |
|
| * | clk: ti: add omap3 legacy clock data | Tero Kristo | 2015-01-30 |
| * | clk: ti: composite: add support for legacy composite clock init | Tero Kristo | 2015-01-30 |
| * | clk: ti: dpll: add support for legacy DPLL init | Tero Kristo | 2015-01-30 |
| * | clk: ti: divider: add support for legacy divider init | Tero Kristo | 2015-01-30 |
| * | clk: ti: interface: add support for legacy interface clock init | Tero Kristo | 2015-01-30 |
| * | clk: ti: gate: add support for legacy gate init | Tero Kristo | 2015-01-30 |
| * | clk: ti: mux: add support for legacy mux init | Tero Kristo | 2015-01-30 |
| * | clk: ti: add core support for initializing legacy clocks | Tero Kristo | 2015-01-30 |
* | | clk: ti: Drop use of clk-private.h | Stephen Boyd | 2015-01-27 |
* | | clk: ti: Initialize clocks for dm816x | Tony Lindgren | 2015-01-20 |