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
2014-04-03
Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
42
-935
/
+2120
2014-04-04
Merge branch 'devel-stable' into for-next
Russell King
468
-2778
/
+5574
2014-04-04
Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...
Russell King
9
-78
/
+603
2014-04-04
dmaengine: omap-dma: more consolidation of CCR register setup
Russell King
1
-28
/
+18
2014-04-04
dmaengine: omap-dma: move IRQ handling to omap-dma
Russell King
1
-6
/
+115
2014-04-04
dmaengine: omap-dma: move register read/writes into omap-dma.c
Russell King
1
-9
/
+87
2014-04-04
dmaengine: omap-dma: cleanup errata 3.3 handling
Russell King
1
-23
/
+29
2014-04-04
dmaengine: omap-dma: provide register read/write functions
Russell King
1
-41
/
+61
2014-04-04
dmaengine: omap-dma: use cached CCR value when enabling DMA
Russell King
1
-4
/
+2
2014-04-04
dmaengine: omap-dma: move barrier to omap_dma_start_desc()
Russell King
1
-1
/
+7
2014-04-04
dmaengine: omap-dma: move clnk_ctrl setting to preparation functions
Russell King
1
-14
/
+9
2014-04-04
dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers
Russell King
1
-12
/
+20
2014-04-04
dmaengine: omap-dma: consolidate clearing channel status register
Russell King
1
-10
/
+10
2014-04-04
dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
Russell King
1
-2
/
+5
2014-04-04
dmaengine: omap-dma: provide register definitions
Russell King
1
-54
/
+117
2014-04-04
dmaengine: omap-dma: consolidate setup of CCR
Russell King
1
-86
/
+61
2014-04-04
dmaengine: omap-dma: consolidate setup of CSDP
Russell King
1
-36
/
+28
2014-04-04
dmaengine: omap-dma: move reading of dma position to omap-dma.c
Russell King
1
-2
/
+64
2014-04-04
dmaengine: omap-dma: control start/stop directly
Russell King
1
-10
/
+141
2014-04-04
dmaengine: omap-dma: consolidate writes to DMA registers
Russell King
1
-75
/
+48
2014-04-04
dmaengine: omap-dma: program hardware directly
Russell King
1
-16
/
+126
2014-04-04
dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
Russell King
1
-0
/
+7
2014-04-04
dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.
Russell King
1
-2
/
+1
2014-04-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
53
-581
/
+785
2014-04-03
rtc: treewide: remove excess rtc_device validation
Alexander Shiyan
4
-8
/
+5
2014-04-03
drivers/rtc/rtc-s3c.c: remove NO_IRQ macro
Pankaj Dubey
1
-2
/
+2
2014-04-03
drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()
Adam Thomson
1
-1
/
+3
2014-04-03
drivers/rtc/rtc-rv3029c2.c: fix potential race condition
Gregory Hermant
1
-6
/
+6
2014-04-03
rtc: add support for maxim dallas rtc ds1347
Raghavendra Ganiga
3
-0
/
+179
2014-04-03
drivers/rtc/rtc-mc13xxx.c: fix potential race condition
Alexander Shiyan
1
-17
/
+13
2014-04-03
rtc: pm8xxx: move device_init_wakeup() before rtc_register
Josh Cartwright
1
-2
/
+2
2014-04-03
rtc: pm8xxx: add support for devicetree
Josh Cartwright
1
-23
/
+29
2014-04-03
rtc: pm8xxx: use devm_request_any_context_irq
Josh Cartwright
1
-14
/
+4
2014-04-03
rtc: pm8xxx: use regmap API for register accesses
Josh Cartwright
1
-88
/
+57
2014-04-03
rtc: pm8xxx: fixup checkpatch/style issues
Josh Cartwright
1
-44
/
+53
2014-04-03
rtc: verify a critical argument to rtc_update_irq() before using it
Alessandro Zummo
1
-0
/
+3
2014-04-03
drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup source
Wang Dongsheng
1
-24
/
+70
2014-04-03
drivers/rtc/rtc-palmas.c: use SIMPLE_DEV_PM_OPS macro
Jingoo Han
1
-3
/
+2
2014-04-03
drivers/rtc/rtc-as3722.c: use SIMPLE_DEV_PM_OPS macro
Jingoo Han
1
-3
/
+2
2014-04-03
drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
1
-5
/
+3
2014-04-03
drivers/rtc/rtc-ds3232.c: make it possible to share an irq
Bharat Bhushan
1
-2
/
+2
2014-04-03
rtc: sunxi: change compatibles
Maxime Ripard
1
-1
/
+1
2014-04-03
rtc: mc13xxx: make rtc_read_time() more readable
Alexander Shiyan
1
-36
/
+23
2014-04-03
rtc: mc13xxx: change RTC validation scheme
Alexander Shiyan
1
-18
/
+14
2014-04-03
rtc: mc13xxx: fix 1Hz interrupt
Alexander Shiyan
1
-1
/
+1
2014-04-03
rtc: mc13xxx: simplify alarm_irq_enable()
Alexander Shiyan
1
-9
/
+3
2014-04-03
rtc: mc13xxx: request IRQs after RTC registration
Alexander Shiyan
1
-21
/
+11
2014-04-03
rtc: mc13xxx: remove __exit_p()
Alexander Shiyan
1
-2
/
+2
2014-04-03
drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chips
Simon Guinot
1
-1
/
+182
2014-04-03
drivers/rtc/rtc-ds1307.c: fix sysfs wakealarm attribute creation
Simon Guinot
1
-1
/
+1
[prev]
[next]