summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
* Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-122-2/+2
|\
| * riscv: move sifive_l2_cache.h to include/socYash Shah2020-01-122-2/+2
* | Merge tag 'iommu-fixes-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-123-7/+19
|\ \
| * | iommu/dma: fix variable 'cookie' set but not usedQian Cai2020-01-071-3/+0
| * | iommu/vt-d: Unlink device if failed to add to groupJon Derrick2020-01-071-3/+10
| * | iommu: Remove device link to group on failureJon Derrick2020-01-071-0/+1
| * | iommu/vt-d: Fix adding non-PCI devices to Intel IOMMUPatrick Steinhardt2020-01-071-1/+8
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-113-13/+19
|\ \
| * | i2c: fix bus recovery stop mode timingRussell King2020-01-091-3/+10
| * | i2c: bcm2835: Store pointer to bus clockStefan Wahren2020-01-061-9/+8
| * | i2c: at91: fix clk_offset for sam9x60Eugen Hristev2020-01-061-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-01-102-5/+7
|\ \
| * | HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2020-01-102-5/+7
* | | Merge tag 'usb-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-1019-93/+243
|\ \ \
| * | | usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
| * | | 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
* | | | | | Merge tag 'staging-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-109-8/+38
|\ \ \ \ \ \
| * | | | | | staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube2020-01-031-0/+1
| * | | | | | staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott2020-01-031-2/+2
| * | | | | | staging: vt6656: set usb_set_intfdata on driver fail.Malcolm Priestley2020-01-033-0/+3
| * | | | | | staging: vt6656: remove bool from vnt_radio_power_on retMalcolm Priestley2020-01-031-1/+1
| * | | | | | staging: vt6656: limit reg output to block sizeMalcolm Priestley2020-01-033-2/+24
| * | | | | | staging: vt6656: correct return of vnt_init_registers.Malcolm Priestley2020-01-031-1/+1
| * | | | | | staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley2020-01-031-2/+6
| |/ / / / /
* | | | | | Merge tag 'tty-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-102-2/+11
|\ \ \ \ \ \