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
2017-12-31
i2c: ismt: Use %pad specifier for dma_addr_t variables
Andy Shevchenko
1
-2
/
+1
2017-12-31
i2c: algo-bit: init the bus to a known state
Wolfram Sang
1
-0
/
+5
2017-12-31
i2c/ARM: davinci: Deep refactoring of I2C recovery
Linus Walleij
1
-10
/
+11
2017-12-12
i2c: imx: Include the right GPIO header
Linus Walleij
1
-1
/
+1
2017-12-07
i2c: imx: use proper GPIO directions for recovery
Wolfram Sang
1
-2
/
+2
2017-12-03
i2c: rcar: skip DMA if buffer is not safe
Wolfram Sang
1
-1
/
+1
2017-12-03
i2c: sh_mobile: use core helper to decide when to use DMA
Wolfram Sang
1
-2
/
+6
2017-12-03
i2c: smbus: use DMA safe buffers for emulated SMBus transactions
Wolfram Sang
1
-6
/
+39
2017-12-03
i2c: refactor i2c_master_{send_recv}
Wolfram Sang
1
-46
/
+18
2017-12-03
i2c: dev: mark RDWR buffers as DMA_SAFE
Wolfram Sang
1
-0
/
+2
2017-12-03
i2c: add helpers to ease DMA handling
Wolfram Sang
1
-0
/
+46
2017-12-03
i2c: gpio: add fault injector
Wolfram Sang
2
-0
/
+119
2017-11-28
i2c: designware: fix building driver as module
Phil Reid
1
-0
/
+1
2017-11-28
i2c: core: fix compile issue related to incorrect gpio header
Phil Reid
1
-1
/
+1
2017-11-27
i2c: sh_mobile: make sure to not accidently trigger STOP
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: send STOP according to datasheet
Wolfram Sang
1
-23
/
+6
2017-11-27
i2c: sh_mobile: avoid unnecessary register read
Wolfram Sang
1
-1
/
+2
2017-11-27
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
1
-2
/
+0
2017-11-27
i2c: sh_mobile: shorten exit of xfer routine
Wolfram Sang
1
-3
/
+1
2017-11-27
i2c: sh_mobile: use direct writes when accessing ICE bit
Wolfram Sang
1
-3
/
+3
2017-11-27
i2c: sh_mobile: manually "inline" two short functions
Wolfram Sang
1
-19
/
+9
2017-11-27
i2c: sh_mobile: remove redundant deinitialization
Wolfram Sang
1
-4
/
+0
2017-11-27
i2c: sh_mobile: remove redundant initialization
Wolfram Sang
1
-10
/
+0
2017-11-27
i2c: remove legacy integer scl/sda gpio for recovery
Phil Reid
1
-76
/
+2
2017-11-27
i2c: davinci: switch to using gpiod for bus recovery gpios
Phil Reid
1
-5
/
+15
2017-11-27
i2c: imx: switch to using gpiod for bus recovery gpios
Phil Reid
1
-9
/
+9
2017-11-27
i2c: designware: add i2c gpio recovery option
Tim Sander
3
-1
/
+63
2017-11-27
i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clk
Phil Reid
3
-9
/
+9
2017-11-27
i2c: designware: move i2c_dw_plat_prepare_clk to common
Phil Reid
3
-12
/
+14
2017-11-27
i2c: Switch to using gpiod interface for gpio bus recovery
Phil Reid
1
-4
/
+17
2017-11-27
i2c: designware: Don't set SCL timings and speed mode when in slave mode
Jarkko Nikula
2
-75
/
+0
2017-11-26
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-12
/
+28
2017-11-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-147
/
+4
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
262
-1018
/
+890
2017-11-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
21
-239
/
+385
2017-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
34
-240
/
+569
2017-11-23
Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...
Linus Torvalds
4
-3
/
+41
2017-11-23
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-25
/
+50
2017-11-23
Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
35
-511
/
+268
2017-11-23
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
3
-147
/
+0
2017-11-23
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
1
-1
/
+1
2017-11-23
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
1
-1
/
+1
2017-11-24
ipvlan: Fix insufficient skb linear check for ipv6 icmp
Gao Feng
1
-1
/
+19
2017-11-24
ipvlan: Fix insufficient skb linear check for arp
Gao Feng
1
-8
/
+8
2017-11-24
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
1
-1
/
+15
2017-11-24
Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...
David S. Miller
10
-90
/
+335
2017-11-24
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
16
-120
/
+154
2017-11-24
net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY
Florian Fainelli
1
-1
/
+1
2017-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+8
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2
-1
/
+3
[next]