index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Orion: Audio: Add clk/clkdev support
Andrew Lunn
2012-05-09
3
-2
/
+17
*
ARM: Orion: PCIE: Add support for clk
Andrew Lunn
2012-05-09
2
-3
/
+25
*
ARM: Orion: XOR: Add support for clk
Andrew Lunn
2012-05-09
3
-5
/
+21
*
ARM: Orion: CESA: Add support for clk
Andrew Lunn
2012-05-09
2
-1
/
+17
*
ARM: Orion: SDIO: Add support for clk.
Andrew Lunn
2012-05-09
2
-2
/
+17
*
ARM: Orion: NAND: Add support for clk, if there is one.
Andrew Lunn
2012-05-09
2
-0
/
+19
*
ARM: Orion: EHCI: Add support for enabling clocks
Andrew Lunn
2012-05-09
2
-1
/
+18
*
ARM: Orion: SATA: Add per channel clk/clkdev support.
Andrew Lunn
2012-05-09
2
-7
/
+41
*
ARM: Orion: UART: Get the clock rate via clk_get_rate().
Andrew Lunn
2012-05-09
6
-26
/
+32
*
ARM: Orion: WDT: Add clk/clkdev support
Andrew Lunn
2012-05-09
6
-36
/
+17
*
ARM: Orion: Eth: Add clk/clkdev support.
Andrew Lunn
2012-05-09
8
-46
/
+61
*
ARM: Orion: SPI: Add clk/clkdev support.
Andrew Lunn
2012-05-09
15
-55
/
+70
*
ARM: Orion: Add clocks using the generic clk infrastructure.
Andrew Lunn
2012-05-09
9
-13
/
+115
*
clk: add a fixed factor clock
Sascha Hauer
2012-05-08
4
-1
/
+139
*
clk: mux: assign init data
Mike Turquette
2012-05-08
1
-0
/
+1
*
clk: remove COMMON_CLK_DISABLE_UNUSED
Mike Turquette
2012-05-08
2
-13
/
+0
*
clk: prevent spurious parent rate propagation
Mike Turquette
2012-05-08
1
-1
/
+6
*
MAINTAINERS: add entry for common clk framework
Mike Turquette
2012-05-07
1
-0
/
+10
*
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
2012-05-02
1
-0
/
+5
*
clk: Use a separate struct for holding init data.
Saravana Kannan
2012-05-02
7
-74
/
+129
*
clk: constify parent name arrays in macros
Rajendra Nayak
2012-05-02
1
-3
/
+3
*
clk: remove trailing whitespace from clk.h
Rob Herring
2012-04-25
1
-2
/
+2
*
clk: select CLKDEV_LOOKUP for COMMON_CLK
Rob Herring
2012-04-25
1
-0
/
+1
*
clk: Don't set clk->new_rate twice
Viresh Kumar
2012-04-25
1
-1
/
+1
*
clk: clk-private: Add DEFINE_CLK macro
Viresh Kumar
2012-04-25
1
-39
/
+20
*
clk: clk-gate: Create clk_gate_endisable()
Viresh Kumar
2012-04-25
1
-29
/
+25
*
clk: Fix typo in comment
Viresh Kumar
2012-04-25
1
-2
/
+2
*
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
2012-04-25
1
-2
/
+6
*
clk: pass parent_rate into .set_rate
Shawn Guo
2012-04-25
3
-17
/
+11
*
clk: always pass parent_rate into .round_rate
Shawn Guo
2012-04-25
2
-18
/
+10
*
clk: basic: improve parent_names & return errors
Mike Turquette
2012-04-25
5
-56
/
+64
*
clk: core: copy parent_names & return error codes
Mike Turquette
2012-04-25
3
-14
/
+58
*
clk: Constify parent name arrays
Mark Brown
2012-04-25
4
-7
/
+7
*
clk: Remove comment for end of CONFIG_COMMON_CLK section
Mark Brown
2012-04-25
1
-1
/
+1
*
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
2012-04-25
1
-3
/
+3
*
clk: declare clk_ops of basic clks in clk-provider.h
Shawn Guo
2012-04-25
2
-8
/
+4
*
clk: add "const" for clk_ops of basic clks
Shawn Guo
2012-04-25
5
-8
/
+8
*
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
2012-04-25
4
-9
/
+0
*
clk: use kzalloc in clk_register_mux
Shawn Guo
2012-04-25
1
-1
/
+1
*
clk: core: enforce clk_ops consistency
Mike Turquette
2012-04-25
1
-0
/
+14
*
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
2012-04-25
1
-8
/
+21
*
clk: core: remove dead code paths
Mike Turquette
2012-04-25
1
-4
/
+2
*
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
2012-04-25
1
-30
/
+11
*
Linux 3.4-rc4
v3.4-rc4
Linus Torvalds
2012-04-21
1
-1
/
+1
*
sparc32,leon: add notify_cpu_starting()
Yong Zhang
2012-04-21
1
-0
/
+3
*
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-04-21
28
-161
/
+80
|
\
|
*
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Olof Johansson
2012-04-19
11
-19
/
+23
|
|
\
|
|
*
dmaengine: Kconfig: fix Atmel at_hdmac entry
Nicolas Ferre
2012-04-17
1
-3
/
+2
|
|
*
USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
Nicolas Ferre
2012-04-17
1
-4
/
+4
|
|
*
USB: ohci-at91: change annotations for probe/remove functions
Nicolas Ferre
2012-04-17
1
-6
/
+6
[next]