summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-04i2c: i801: Consolidate chipset names in documentation and KconfigJarkko Nikula1-7/+3
2018-07-04i2c: tegra: Add support for Tegra194Thierry Reding1-14/+76
2018-07-04i2c: gpio: fault-injector: add incomplete_write_byteWolfram Sang1-0/+21
2018-07-04i2c: gpio: fault-injector: refactor incomplete transferWolfram Sang1-14/+22
2018-07-04i2c: designware: Add debug print for bus speedJarkko Nikula1-2/+19
2018-07-04i2c: designware: Add debug print for SDA hold time valueJarkko Nikula1-0/+4
2018-07-04i2c: designware: Separate timing parameter setting from HW initalizationJarkko Nikula1-50/+80
2018-07-04i2c: designware: Move SDA hold time configuration to common codeJarkko Nikula4-42/+56
2018-07-04i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()Jarkko Nikula1-4/+5
2018-07-04i2c: designware: Don't use internal ___constant_swab32Jarkko Nikula1-1/+2
2018-07-04i2c: designware: Move register access detection to common codeJarkko Nikula4-28/+43
2018-07-04i2c: designware: Remove needless variable from i2c_dw_init_slave()Jarkko Nikula1-3/+1
2018-07-03i2c: mux: make use of __i2c_smbus_xferPeter Rosin1-2/+2
2018-07-03i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin1-23/+4
2018-07-03i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin1-58/+11
2018-07-03i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin1-24/+4
2018-07-03i2c: smbus: add unlocked __i2c_smbus_xfer variantPeter Rosin1-8/+20
2018-07-01Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+9
2018-07-01Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-27/+35
2018-07-01Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-65/+369
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+7
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-06-29Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+15
2018-06-29sg: remove ->sg_magic memberJens Axboe1-3/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+12
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-8/+7
2018-06-29Merge tag 'drm-fixes-2018-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-27/+59
2018-06-29Merge tag 'for-4.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-27/+33
2018-06-29Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-2/+5
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche1-2/+2
2018-06-29Merge branch 'pm-domains'Rafael J. Wysocki1-4/+3
2018-06-29i2c: gpio: initialize SCL to HIGH againWolfram Sang1-2/+2
2018-06-29i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin1-5/+9
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang1-0/+5
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang1-5/+0
2018-06-28Merge tag 'drm-misc-fixes-2018-06-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-4/+8
2018-06-28Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie4-14/+35
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler2-5/+5
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler1-0/+8
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler1-1/+2
2018-06-28Merge tag 'mtd/fixes-for-4.18-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds7-25/+61
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-18/+15
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg1-2/+5
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-28serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+14
2018-06-28Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-4/+6