summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-07-02usb: update for tcpci drivers moving out of stagingStephen Rothwell-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman-417/+1081
2018-07-01Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+9
2018-07-01Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-27/+35
2018-07-01Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-65/+369
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+7
2018-06-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2018-06-29Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+15
2018-06-29sg: remove ->sg_magic memberJens Axboe-3/+0
2018-06-29Merge tag 'pci-v4.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+12
2018-06-29Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-8/+7
2018-06-29Merge tag 'drm-fixes-2018-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-27/+59
2018-06-29Merge tag 'for-4.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+33
2018-06-29Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe-2/+5
2018-06-29drbd: Fix drbd_request_prepare() discard handlingBart Van Assche-2/+2
2018-06-29Merge branch 'pm-domains'Rafael J. Wysocki-4/+3
2018-06-29i2c: gpio: initialize SCL to HIGH againWolfram Sang-2/+2
2018-06-29i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfersPeter Rosin-5/+9
2018-06-29i2c: algos: bit: mention our experience about initial statesWolfram Sang-0/+5
2018-06-29Revert "i2c: algo-bit: init the bus to a known state"Wolfram Sang-5/+0
2018-06-29Merge tag 'drm-misc-fixes-2018-06-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-4/+8
2018-06-29Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-14/+35
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler-5/+5
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler-0/+8
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler-1/+2
2018-06-28Merge tag 'mtd/fixes-for-4.18-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds-25/+61
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-18/+15
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg-2/+5
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko-2/+2
2018-06-28serdev: fix memleak on module unloadJohan Hovold-0/+1
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko-2/+0
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa-18/+24
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa-5/+8
2018-06-28usb: typec: function for checking cable plug orientationHeikki Krogerus-0/+12
2018-06-28staging: typec: tcpci: move tcpci drivers out of stagingLi Jun-32/+17
2018-06-28staging: typec: tcpci: Only touch target bit when enable vconnLi Jun-6/+3
2018-06-28staging: typec: tcpci: keep the disconnected cc line openLi Jun-4/+14
2018-06-28typec: tcpm: add starting value for drp togglingLi Jun-5/+5
2018-06-28staging: typec: tcpci: enable vbus detectionLi Jun-0/+6
2018-06-28staging: typec: tcpci: register port before request irqPeter Chen-6/+9
2018-06-28staging: typec: tcpci: use IS_ERR() instead of PTR_ERR_OR_ZERO()Li Jun-2/+2
2018-06-28staging: typec: tcpci: remove unused tcpci_tcpc_configLi Jun-7/+0
2018-06-28usb: typec: tcpm: support get typec and pd config from device propertiesLi Jun-22/+109
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun-4/+54
2018-06-28usb: typec: add fwnode to tcpcLi Jun-0/+8
2018-06-28staging: typec: tcpci: add compatible string for nxp ptn5110Li Jun-1/+1
2018-06-28usb: typec: tps6598x: Remove VLA usageKees Cook-1/+10
2018-06-28usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-6/+10
2018-06-28NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior-2/+3
2018-06-28USB: cdc-wdm: don't enable interrupts in USB-givebackSebastian Andrzej Siewior-7/+24