summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-31i2c: algo-bit: init the bus to a known stateWolfram Sang1-0/+5
2017-12-31i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij1-10/+11
2017-12-12i2c: imx: Include the right GPIO headerLinus Walleij1-1/+1
2017-12-07i2c: imx: use proper GPIO directions for recoveryWolfram Sang1-2/+2
2017-12-03i2c: rcar: skip DMA if buffer is not safeWolfram Sang1-1/+1
2017-12-03i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang1-2/+6
2017-12-03i2c: smbus: use DMA safe buffers for emulated SMBus transactionsWolfram Sang1-6/+39
2017-12-03i2c: refactor i2c_master_{send_recv}Wolfram Sang1-46/+18
2017-12-03i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang1-0/+2
2017-12-03i2c: add helpers to ease DMA handlingWolfram Sang1-0/+46
2017-12-03i2c: gpio: add fault injectorWolfram Sang2-0/+119
2017-11-28i2c: designware: fix building driver as modulePhil Reid1-0/+1
2017-11-28i2c: core: fix compile issue related to incorrect gpio headerPhil Reid1-1/+1
2017-11-27i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: send STOP according to datasheetWolfram Sang1-23/+6
2017-11-27i2c: sh_mobile: avoid unnecessary register readWolfram Sang1-1/+2
2017-11-27i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang1-2/+0
2017-11-27i2c: sh_mobile: shorten exit of xfer routineWolfram Sang1-3/+1
2017-11-27i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: manually "inline" two short functionsWolfram Sang1-19/+9
2017-11-27i2c: sh_mobile: remove redundant deinitializationWolfram Sang1-4/+0
2017-11-27i2c: sh_mobile: remove redundant initializationWolfram Sang1-10/+0
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid1-76/+2
2017-11-27i2c: davinci: switch to using gpiod for bus recovery gpiosPhil Reid1-5/+15
2017-11-27i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid1-9/+9
2017-11-27i2c: designware: add i2c gpio recovery optionTim Sander3-1/+63
2017-11-27i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid3-9/+9
2017-11-27i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid3-12/+14
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid1-4/+17
2017-11-27i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula2-75/+0
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-12/+28
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-147/+4
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds262-1018/+890
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds21-239/+385
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-240/+569
2017-11-23Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...Linus Torvalds4-3/+41
2017-11-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-25/+50
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds35-511/+268
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-147/+0
2017-11-23irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych1-1/+1
2017-11-23irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng1-1/+19
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng1-8/+8
2017-11-24geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu1-1/+15
2017-11-24Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller10-90/+335
2017-11-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-120/+154
2017-11-24net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-1/+3
2017-11-24net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi1-16/+22