summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci-da8xx: ensure error return on variable error is setColin Ian King2020-01-081-2/+6
* usb: musb: Disable pullup at initPaul Cercueil2020-01-081-0/+3
* usb: musb: fix idling for suspend after disconnect interruptTony Lindgren2020-01-081-0/+8
* usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus2020-01-081-9/+9
* USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-061-4/+8
* USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert2020-01-021-5/+15
* Merge tag 'usb-serial-5.5-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-01-023-0/+15
|\
| * USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas2019-12-203-0/+13
| * USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas2019-12-161-0/+2
* | Merge tag 'phy-for-5.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2020-01-024-47/+98
|\ \
| * | phy/rockchip: inno-hdmi: round clock rate down to closest 1000 HzJonas Karlman2019-12-311-0/+4
| * | phy: cpcap-usb: Drop extra write to usb2 registerTony Lindgren2019-12-261-6/+0
| * | phy: cpcap-usb: Improve host vs docked mode detectionTony Lindgren2019-12-261-15/+58
| * | phy: cpcap-usb: Prevent USB line glitches from waking up modemTony Lindgren2019-12-261-3/+15
| * | phy: mapphone-mdm6600: Fix uninitialized status value regressionTony Lindgren2019-12-261-8/+3
| * | phy: cpcap-usb: Fix flakey host idling and enumerating of devicesTony Lindgren2019-12-261-2/+2
| * | phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson2019-12-201-1/+1
| * | phy: cpcap-usb: Fix error path when no host driver is loadedTony Lindgren2019-12-201-15/+18
* | | usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck2019-12-301-1/+3
* | | usb: cdns3: should not use the same dev_id for shared interrupt handlerPeter Chen2019-12-301-9/+5
* | | usb: dwc3: gadget: Fix request complete checkThinh Nguyen2019-12-301-0/+7
* | | usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil2019-12-301-1/+1
* | | usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil2019-12-301-2/+5
* | | usb: udc: tegra: select USB_ROLE_SWITCHArnd Bergmann2019-12-301-0/+1
* | | USB: core: fix check for duplicate endpointsJohan Hovold2019-12-301-12/+58
* | | Linux 5.5-rc3v5.5-rc3Linus Torvalds2019-12-231-1/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-236-3/+18
|\ \ \
| * | | fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| * | | fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
| * | | pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara2019-12-161-1/+2
| |/ /
* | | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2213-104/+341
|\ \ \
| * | | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| * | | xfs: fix Sphinx documentation warningRandy Dunlap2019-12-111-1/+1
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-228-104/+116
|\ \ \
| * | | ext4: clarify impact of 'commit' mount optionJan Kara2019-12-221-8/+11
| * | | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3
| * | | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-161-1/+1
| * | | ext4: use RCU API in debug_print_treePhong Tran2019-12-161-1/+5
| * | | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-161-74/+69
| * | | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5