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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
ARM: Orion: CESA: Add support for clk
Andrew Lunn
2
-1
/
+17
2012-05-09
ARM: Orion: SDIO: Add support for clk.
Andrew Lunn
2
-2
/
+17
2012-05-09
ARM: Orion: NAND: Add support for clk, if there is one.
Andrew Lunn
2
-0
/
+19
2012-05-09
ARM: Orion: EHCI: Add support for enabling clocks
Andrew Lunn
2
-1
/
+18
2012-05-09
ARM: Orion: SATA: Add per channel clk/clkdev support.
Andrew Lunn
2
-7
/
+41
2012-05-09
ARM: Orion: UART: Get the clock rate via clk_get_rate().
Andrew Lunn
6
-26
/
+32
2012-05-09
ARM: Orion: WDT: Add clk/clkdev support
Andrew Lunn
6
-36
/
+17
2012-05-09
ARM: Orion: Eth: Add clk/clkdev support.
Andrew Lunn
8
-46
/
+61
2012-05-09
ARM: Orion: SPI: Add clk/clkdev support.
Andrew Lunn
15
-55
/
+70
2012-05-09
ARM: Orion: Add clocks using the generic clk infrastructure.
Andrew Lunn
9
-13
/
+115
2012-05-09
clk: add a fixed factor clock
Sascha Hauer
4
-1
/
+139
2012-05-09
clk: mux: assign init data
Mike Turquette
1
-0
/
+1
2012-05-09
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
2
-13
/
+0
2012-05-09
clk: prevent spurious parent rate propagation
Mike Turquette
1
-1
/
+6
2012-05-07
MAINTAINERS: add entry for common clk framework
Mike Turquette
1
-0
/
+10
2012-05-02
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
1
-0
/
+5
2012-05-02
clk: Use a separate struct for holding init data.
Saravana Kannan
7
-74
/
+129
2012-05-02
clk: constify parent name arrays in macros
Rajendra Nayak
1
-3
/
+3
2012-04-25
clk: remove trailing whitespace from clk.h
Rob Herring
1
-2
/
+2
2012-04-25
clk: select CLKDEV_LOOKUP for COMMON_CLK
Rob Herring
1
-0
/
+1
2012-04-25
clk: Don't set clk->new_rate twice
Viresh Kumar
1
-1
/
+1
2012-04-25
clk: clk-private: Add DEFINE_CLK macro
Viresh Kumar
1
-39
/
+20
2012-04-25
clk: clk-gate: Create clk_gate_endisable()
Viresh Kumar
1
-29
/
+25
2012-04-25
clk: Fix typo in comment
Viresh Kumar
1
-2
/
+2
2012-04-25
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
1
-2
/
+6
2012-04-25
clk: pass parent_rate into .set_rate
Shawn Guo
3
-17
/
+11
2012-04-25
clk: always pass parent_rate into .round_rate
Shawn Guo
2
-18
/
+10
2012-04-25
clk: basic: improve parent_names & return errors
Mike Turquette
5
-56
/
+64
2012-04-25
clk: core: copy parent_names & return error codes
Mike Turquette
3
-14
/
+58
2012-04-25
clk: Constify parent name arrays
Mark Brown
4
-7
/
+7
2012-04-25
clk: Remove comment for end of CONFIG_COMMON_CLK section
Mark Brown
1
-1
/
+1
2012-04-25
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
1
-3
/
+3
2012-04-25
clk: declare clk_ops of basic clks in clk-provider.h
Shawn Guo
2
-8
/
+4
2012-04-25
clk: add "const" for clk_ops of basic clks
Shawn Guo
5
-8
/
+8
2012-04-25
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
4
-9
/
+0
2012-04-25
clk: use kzalloc in clk_register_mux
Shawn Guo
1
-1
/
+1
2012-04-25
clk: core: enforce clk_ops consistency
Mike Turquette
1
-0
/
+14
2012-04-25
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
1
-8
/
+21
2012-04-25
clk: core: remove dead code paths
Mike Turquette
1
-4
/
+2
2012-04-25
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
1
-30
/
+11
2012-04-22
Linux 3.4-rc4
v3.4-rc4
Linus Torvalds
1
-1
/
+1
2012-04-22
sparc32,leon: add notify_cpu_starting()
Yong Zhang
1
-0
/
+3
2012-04-21
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
28
-161
/
+80
2012-04-21
Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-81
/
+86
2012-04-21
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-12
/
+71
2012-04-21
Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
20
-238
/
+276
2012-04-21
kill mm argument of vm_munmap()
Al Viro
8
-11
/
+12
2012-04-21
perfmon: kill some helpers and arguments
Al Viro
1
-9
/
+4
2012-04-21
aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()
Al Viro
1
-1
/
+14
2012-04-21
mmc: core: Do not pre-claim host in suspend
Ulf Hansson
1
-35
/
+20
[next]