summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-02usb: typec: Register a device for every modeHeikki Krogerus2-143/+74
2018-07-02usb: typec: mux: Get the mux identifier from function parameterHeikki Krogerus2-4/+4
2018-07-02usb: update for tcpci drivers moving out of stagingStephen Rothwell1-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman129-417/+1081
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-28usb: typec: function for checking cable plug orientationHeikki Krogerus1-0/+12
2018-06-28staging: typec: tcpci: move tcpci drivers out of stagingLi Jun10-32/+17
2018-06-28staging: typec: tcpci: Only touch target bit when enable vconnLi Jun1-6/+3
2018-06-28staging: typec: tcpci: keep the disconnected cc line openLi Jun1-4/+14
2018-06-28typec: tcpm: add starting value for drp togglingLi Jun1-5/+5
2018-06-28staging: typec: tcpci: enable vbus detectionLi Jun1-0/+6
2018-06-28staging: typec: tcpci: register port before request irqPeter Chen1-6/+9
2018-06-28staging: typec: tcpci: use IS_ERR() instead of PTR_ERR_OR_ZERO()Li Jun1-2/+2
2018-06-28staging: typec: tcpci: remove unused tcpci_tcpc_configLi Jun1-7/+0
2018-06-28usb: typec: tcpm: support get typec and pd config from device propertiesLi Jun1-22/+109
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun1-4/+54
2018-06-28usb: typec: add fwnode to tcpcLi Jun2-0/+8
2018-06-28staging: typec: tcpci: add compatible string for nxp ptn5110Li Jun1-1/+1
2018-06-28usb: typec: tps6598x: Remove VLA usageKees Cook1-1/+10
2018-06-28usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-6/+10