index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
ARM: Orion: SPI: Add clk/clkdev support.
Andrew Lunn
1
-7
/
+23
2012-05-08
clk: add a fixed factor clock
Sascha Hauer
2
-1
/
+96
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-01
clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
Viresh Kumar
1
-0
/
+5
2012-05-01
clk: Use a separate struct for holding init data.
Saravana Kannan
5
-53
/
+89
2012-04-24
clk: select CLKDEV_LOOKUP for COMMON_CLK
Rob Herring
1
-0
/
+1
2012-04-24
clk: Don't set clk->new_rate twice
Viresh Kumar
1
-1
/
+1
2012-04-24
clk: clk-gate: Create clk_gate_endisable()
Viresh Kumar
1
-29
/
+25
2012-04-24
clk: propagate round_rate for CLK_SET_RATE_PARENT case
Shawn Guo
1
-2
/
+6
2012-04-24
clk: pass parent_rate into .set_rate
Shawn Guo
2
-3
/
+4
2012-04-24
clk: always pass parent_rate into .round_rate
Shawn Guo
2
-18
/
+10
2012-04-24
clk: basic: improve parent_names & return errors
Mike Turquette
4
-54
/
+64
2012-04-24
clk: core: copy parent_names & return error codes
Mike Turquette
1
-12
/
+53
2012-04-24
clk: Constify parent name arrays
Mark Brown
2
-2
/
+2
2012-04-24
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
1
-3
/
+3
2012-04-24
clk: add "const" for clk_ops of basic clks
Shawn Guo
4
-4
/
+4
2012-04-24
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
4
-9
/
+0
2012-04-24
clk: use kzalloc in clk_register_mux
Shawn Guo
1
-1
/
+1
2012-04-24
clk: core: enforce clk_ops consistency
Mike Turquette
1
-0
/
+14
2012-04-24
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
1
-8
/
+21
2012-04-24
clk: core: remove dead code paths
Mike Turquette
1
-4
/
+2
2012-04-24
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
1
-30
/
+11
2012-04-21
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+13
2012-04-21
Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-80
/
+85
2012-04-21
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-10
/
+69
2012-04-21
Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-137
/
+121
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-2
/
+1
2012-04-20
mmc: core: Do not pre-claim host in suspend
Ulf Hansson
1
-35
/
+20
2012-04-20
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
1
-1
/
+2
2012-04-20
mmc: unbreak sdhci-esdhc-imx on i.MX25
Eric BĂ©nard
1
-2
/
+1
2012-04-20
mmc: cd-gpio: Include header to pickup exported symbol prototypes
H Hartley Sweeten
1
-0
/
+1
2012-04-20
mmc: sdhci: refine non-removable card checking for card detection
Daniel Drake
1
-1
/
+1
2012-04-20
mmc: dw_mmc: Fix switch from DMA to PIO
Seungwon Jeon
1
-1
/
+3
2012-04-20
mmc: remove MMC bus legacy suspend/resume method
Chuanxiao Dong
2
-17
/
+9
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
4
-14
/
+7
2012-04-20
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-20
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
Rajendra Nayak
1
-2
/
+2
2012-04-20
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
Chris Ball
1
-1
/
+1
2012-04-20
mmc: fixes for eMMC v4.5 sanitize operation
Adrian Hunter
2
-16
/
+40
2012-04-20
mmc: fixes for eMMC v4.5 discard operation
Adrian Hunter
2
-4
/
+5
2012-04-20
Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+21
2012-04-20
Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-8
/
+14
2012-04-20
Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
23
-76
/
+150
2012-04-20
Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-22
/
+65
2012-04-20
Revert "ACPI: ignore FADT reset-reg-sup flag"
Linus Torvalds
2
-2
/
+4
2012-04-20
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-17
/
+55
2012-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-3
/
+18
2012-04-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
[next]