index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cbc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
ARM: Orion: PCIE: Add support for clk
Andrew Lunn
2
-3
/
+25
2012-05-09
ARM: Orion: XOR: Add support for clk
Andrew Lunn
3
-5
/
+21
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-08
clk: add a fixed factor clock
Sascha Hauer
4
-1
/
+139
2012-05-08
clk: mux: assign init data
Mike Turquette
1
-0
/
+1
2012-05-08
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
2
-13
/
+0
2012-05-08
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-21
Linux 3.4-rc4
v3.4-rc4
Linus Torvalds
1
-1
/
+1
2012-04-21
sparc32,leon: add notify_cpu_starting()
Yong Zhang
1
-0
/
+3
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
2012-04-21
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
1
-1
/
+2
2012-04-21
mmc: unbreak sdhci-esdhc-imx on i.MX25
Eric BĂ©nard
1
-2
/
+1
[next]