summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-303-10/+9
|\
| * crypto: sa2ul - add Kconfig selects to fix build errorRandy Dunlap2020-08-211-0/+3
| * crypto: ingenic - Drop kfree for memory allocated with devm_kzallocWei Yongjun2020-08-211-7/+2
| * crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
* | Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-3010-180/+258
|\ \
| * | irqchip/ingenic: Leave parent IRQ unmasked on suspendPaul Cercueil2020-08-251-1/+1
| * | irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by m...qiuguorui12020-08-251-2/+12
| * | irqchip: Revert modular support for drivers using IRQCHIP_PLATFORM_DRIVER hel...Marc Zyngier2020-08-254-14/+4
| * | irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helpersMarc Zyngier2020-08-171-1/+1
| * | irqchip/ti-sci-inta: Add support for INTA directly connecting to GICLokesh Vutla2020-08-161-13/+74
| * | irqchip/ti-sci-inta: Do not store TISCI device id in platform device id fieldLokesh Vutla2020-08-161-7/+9
| * | irqchip/ti-sci-intr: Add support for INTR being a parent to INTRLokesh Vutla2020-08-161-59/+93
| * | firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla2020-08-161-22/+67
| * | firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla2020-08-161-55/+1
| * | firmware: ti_sci: Drop the device id to resource type translationLokesh Vutla2020-08-161-11/+1
| |/
* | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-302-21/+14
|\ \
| * | cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2020-08-262-16/+4
| * | sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2020-08-261-4/+8
| * | cpuidle: Fixup IRQ statePeter Zijlstra2020-08-261-1/+2
* | | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+2
|\ \ \
| * | | video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nMichael Ellerman2020-08-271-0/+2
| | |/ | |/|
* | | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-3024-161/+376
|\ \ \
| * | | usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern2020-08-281-0/+7
| * | | USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt2020-08-271-1/+1
| * | | usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-08-271-3/+2
| * | | USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko2020-08-271-4/+4
| * | | USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern2020-08-271-0/+5
| * | | usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Badhri Jagan Sridharan2020-08-251-3/+25
| * | | USB: PHY: JZ4770: Fix static checker warning.周琰杰 (Zhou Yanjie)2020-08-251-0/+1
| * | | USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile2020-08-251-12/+69
| * | | USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile2020-08-251-11/+27
| * | | xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-08-231-1/+2
| * | | xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-08-231-9/+10
| * | | usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-08-231-4/+4
| * | | usb: uas: Add quirk for PNY Pro EliteThinh Nguyen2020-08-191-0/+7
| * | | Merge tag 'fixes-for-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-08-192-21/+93
| |\ \ \
| | * | | usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen2020-08-171-0/+31
| | * | | usb: dwc3: gadget: Fix handling ZLPThinh Nguyen2020-08-171-2/+23
| | * | | usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen2020-08-171-16/+35
| | * | | usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET2020-08-171-3/+4
| | |/ /
| * | | USB: Fix device driver raceBastien Nocera2020-08-181-2/+38
| * | | USB: Also match device drivers using the ->match vfuncBastien Nocera2020-08-181-2/+3
| * | | usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo2020-08-181-1/+1
| * | | usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo2020-08-181-0/+2
| * | | usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko2020-08-181-1/+4
| * | | usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2020-08-182-17/+23
| * | | usb: typec: ucsi: Rework ppm_lock handlingHans de Goede2020-08-181-34/+22
| * | | usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede2020-08-181-2/+4
| * | | usb: typec: ucsi: Fix AB BA lock inversionHans de Goede2020-08-181-9/+9
| * | | usbip: Implement a match function to fix usbipM. Vefa Bicakci2020-08-181-0/+6