Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a17f29a5e98c0a32a900a773083c719e27f4bc0e
/
arch
/
arm
/
plat-omap
/
include
/
plat
/
clock.h
d44f42e
ARM: OMAP2+: CLEANUP: Remove ARCH_OMAPx ifdef from struct dpll_data
by Kevin Hilman
· 13 years ago
47d9e44
ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errors
by Kevin Hilman
· 13 years ago
4390f5b
ARM: OMAP: TI814X: Add cpu type macros and detection support
by Hemant Pedanekar
· 13 years ago
9954119
ARM: OMAP: am33xx: Update common omap platform files
by Afzal Mohammed
· 13 years ago
7be620f
ARM: OMAP: Fix dpll_data compile error when omap2 only is selected
by Tony Lindgren
· 13 years ago
00c46b3
OMAP: id: remove OMAP_CHIP declarations, code
by Paul Walmsley
· 13 years ago
4b30b6f
Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
628479a
OMAP4: clock data: Fix max mult and div for USB DPLL
by Benoit Cousson
· 14 years ago
257d643
OMAP4: clocks: Update the clock tree with 4460 clock nodes
by Rajendra Nayak
· 14 years ago
241d3a8
OMAP2+: clock: remove the DPLL rate tolerance code
by Paul Walmsley
· 14 years ago
97f6789
OMAP4: DPLL: Add dpll api to control GATE_CTRL
by Rajendra Nayak
· 14 years ago
58e846f
OMAP: clock: Add allow_idle/deny_idle support in clkops
by Rajendra Nayak
· 14 years ago
4bd7be2
TI816X: Update common omap platform files
by Hemant Pedanekar
· 14 years ago
a36795c
OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4
by Jon Hunter
· 14 years ago
553d239
OMAP3: clock: clarify usage of struct clksel_rate.flags and struct omap_clk.cpu
by Paul Walmsley
· 14 years ago
b3c1cff
OMAP: clock: add kerneldoc for structures; move flags closer to structs
by Paul Walmsley
· 14 years ago
6340536
OMAP3 clock: rename RATE_IN_343X, RATE_IN_3430ES2 to match reality
by Paul Walmsley
· 15 years ago
d74b494
OMAP2+ clock: remove DEFAULT_RATE clksel_rate flag
by Paul Walmsley
· 15 years ago
7c43d54
OMAP4: clock: Add dummy clock nodes for interface clocks
by Santosh Shilimkar
· 15 years ago
74be842
OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code
by Paul Walmsley
· 15 years ago
53c92d8
OMAP4 clock: drop the ALWAYS_ENABLED clock flag
by Paul Walmsley
· 15 years ago
51c1954
OMAP clock: drop RATE_FIXED clock flag
by Paul Walmsley
· 15 years ago
8c34974
OMAP2 clock: drop DELAYED_APP clock flag
by Paul Walmsley
· 15 years ago
b92c170
OMAP clock: drop .id field; ensure each clock has a unique name
by Paul Walmsley
· 15 years ago
f71eddb
OMAP clock: compress clock flags down to a u8
by Paul Walmsley
· 15 years ago
1a33771
OMAP2 clock: drop CONFIG_PARTICIPANT clock flag
by Paul Walmsley
· 15 years ago
c78a05e
OMAP4 clock: drop the CLOCK_IN_OMAP4430 clock flag
by Paul Walmsley
· 15 years ago
93340a2
OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes, documentation
by Paul Walmsley
· 15 years ago
678bc9a
OMAP3 clock: Introduce 3630 DPLL4 HSDivider changes
by Vishwanath BS
· 15 years ago
358965d
OMAP3 clock: introduce DPLL4 Jtype
by Richard Woodruff
· 15 years ago
419cc97
OMAP2/3 clock: Extend find_idlest() to pass back idle state value
by Ranjith Lohithakshan
· 15 years ago
140455f
omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
by Tony Lindgren
· 15 years ago
d373019
OMAP clock: resolve all remaining sparse warnings
by Paul Walmsley
· 15 years ago
e9b98f6
OMAP clock: make the fixed divisor clock code available for all OMAPs
by Paul Walmsley
· 15 years ago
4e37c10
OMAP clock/CPUFreq: add clk_exit_cpufreq_table()
by Paul Walmsley
· 15 years ago
972c542
ARM: OMAP4: PM: OMAP4 clock tree and clkdev registration
by Rajendra Nayak
· 15 years ago
d8a9445
OMAP2 clock: convert clock24xx.h to clock2xxx_data.c, opp2xxx*
by Paul Walmsley
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
[Renamed from arch/arm/plat-omap/include/mach/clock.h]
72350b2
OMAP2/3 clock: split, rename omap2_wait_clock_ready()
by Paul Walmsley
· 15 years ago
cd07ecc8
Merge branch 'omap4' into for-next
by Tony Lindgren
· 16 years ago
4416907
ARM: OMAP4: Add minimal support for omap4
by Santosh Shilimkar
· 16 years ago
7971687
OMAP2xxx clock: rename clk_init_one() to clk_preinit()
by Paul Walmsley
· 16 years ago
c0bf313
[ARM] omap: add support for bypassing DPLLs
by Russell King
· 16 years ago
8b9dbc1
[ARM] omap: arrange for clock recalc methods to return the rate
by Russell King
· 16 years ago
be5f34b
[ARM] OMAP clock: drop clk_get_usecount()
by Paul Walmsley
· 16 years ago
3f0a820
[ARM] omap: create a proper tree of clocks
by Russell King
· 16 years ago
fed415e
[ARM] omap: Fix omap1 clock issues
by Tony Lindgren
· 16 years ago
95f538a
[ARM] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
by Paul Walmsley
· 16 years ago
c1bd7aa
[ARM] OMAP3 clock: convert dpll_data.idlest_bit to idlest_mask
by Paul Walmsley
· 16 years ago
aeec299
[ARM] OMAP2: Implement CPUfreq frequency table based on PRCM table
by Kevin Hilman
· 16 years ago
fecb494
[ARM] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code
by Paul Walmsley
· 16 years ago
16c90f0
[ARM] OMAP2/3: Add non-CORE DPLL rate set code and M, N programming
by Paul Walmsley
· 16 years ago
44dc9d0
[ARM] omap: convert OMAP3 to use clkdev
by Russell King
· 16 years ago
8ad8ff6
[ARM] omap: convert OMAP2 to use clkdev
by Russell King
· 16 years ago
d7e8f1f
[ARM] omap: convert OMAP1 to use clkdev
by Russell King
· 16 years ago
d5e6072
[ARM] omap: handle RATE_CKCTL via .set_rate/.round_rate methods
by Russell King
· 16 years ago
2e777bf
[ARM] omap: provide a standard clk_get_parent() implementation
by Russell King
· 16 years ago
ae8fce5
[ARM] omap: remove clk_deny_idle and clk_allow_idle
by Russell King
· 16 years ago
ebb8dca
[ARM] omap: rearrange clock.h structure order
by Russell King
· 16 years ago
eee5b19
[ARM] omap: remove clk->owner
by Russell King
· 16 years ago
5713718
[ARM] omap: kill PARENT_CONTROLS_CLOCK
by Russell King
· 16 years ago
897dcde
[ARM] omap: provide a NULL clock operations structure
by Russell King
· 16 years ago
548d849
[ARM] omap: introduce clock operations structure
by Russell King
· 16 years ago
db8ac47
[ARM] omap: remove VIRTUAL_CLOCK
by Russell King
· 16 years ago
d1b03f6
ARM: OMAP2: Clockdomain: Associate clocks with clockdomains
by Paul Walmsley
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago