summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: Move gadget phy init into core phy initJules Maselbas2019-05-032-20/+14
* usb: dwc2: Move phy init into coreJules Maselbas2019-05-033-190/+192
* usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas2019-05-033-12/+15
* usb: dwc2: gadget: Remove duplicated phy initJules Maselbas2019-05-031-13/+0
* usb: dwc2: Move UTMI_PHY_DATA defines closerJules Maselbas2019-05-031-3/+3
* usb: dwc2: optionally assert phy reset when waking upDouglas Anderson2019-05-034-3/+44
* USB: UDC: net22{80,72}: remove mistaken test of req->zeroAlan Stern2019-05-032-4/+2
* USB: UDC: net2280: Remove redundant "if" conditionAlan Stern2019-05-031-1/+1
* usb: gadget: fsl: fix link error against usb-gadget moduleArnd Bergmann2019-05-031-1/+1
* usb: gadget: f_ncm: Add OS descriptor supportRomain Izard2019-05-032-3/+47
* usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard2019-05-031-7/+3
* usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-05-031-3/+3
* usb: dwc2: gadget: Reject LPM token during Control transfersMinas Harutyunyan2019-05-032-1/+2
* USB: Export usb_wakeup_enabled_descendants()Douglas Anderson2019-05-031-3/+4
* usb: dwc2: bus suspend/resume for hosts with DWC2_POWER_DOWN_PARAM_NONEDouglas Anderson2019-05-031-31/+53
* usb: dwc3: Add Amlogic G12A DWC3 glueNeil Armstrong2019-05-033-0/+615
* usb: dwc2: Add Amlogic G12A DWC2 ParamsNeil Armstrong2019-05-031-0/+12
* USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern2019-05-031-4/+15
* usb: dwc3: Allow building USB_DWC3_QCOM without EXTCONMarc Gonzalez2019-05-031-2/+4
* usb: gadget: f_fs: don't free buffer prematurelyFei Yang2019-05-031-1/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-206-8/+12
|\
| * scsi: aic7xxx: fix EISA supportChristoph Hellwig2019-04-194-6/+7
| * Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap2019-04-191-1/+0
| * scsi: core: set result when the command cannot be dispatchedJaesoo Lee2019-04-161-1/+5
* | Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-202-4/+3
|\ \
| * | i3c: dw: Fix dw_i3c_master_disable controller by using correct maskVitor Soares2019-04-101-1/+1
| * | i3c: Fix the verification of random PIDVitor Soares2019-04-101-3/+2
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-204-33/+3
|\ \ \
| * | | clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_startNathan Chancellor2019-04-161-28/+0
| * | | clocksource/drivers/oxnas: Fix OX820 compatibleNeil Armstrong2019-04-111-1/+1
| * | | clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macroYangtao Li2019-04-111-4/+1
| * | | clocksource/drivers/npcm: select TIMER_OFArnd Bergmann2019-04-111-0/+1
* | | | Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-04-193-4/+9
|\ \ \ \
| * | | | sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang2019-04-191-2/+2
| * | | | vt: fix cursor when clearing the screenMikulas Patocka2019-04-171-1/+2
| * | | | sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang2019-04-161-0/+2
| * | | | serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven2019-04-161-1/+1
| * | | | serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven2019-04-161-1/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-192-1/+4
|\ \ \ \ \
| * | | | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+3
| * | | | | mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang2019-04-191-1/+1
* | | | | | Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-04-1921-115/+192
|\ \ \ \ \ \
| * | | | | | staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-171-3/+1
| * | | | | | staging: comedi: ni_usb6501: Fix use of uninitialized mutexIan Abbott2019-04-171-3/+3
| * | | | | | staging: erofs: fix unexpected out-of-bound data accessGao Xiang2019-04-161-1/+1
| * | | | | | staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott2019-04-161-3/+1
| * | | | | | staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott2019-04-161-2/+2
| * | | | | | staging: most: core: use device description as nameChristian Gromm2019-04-021-1/+1
| * | | | | | Merge tag 'iio-fixes-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-04-0217-102/+183
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | iio: core: fix a possible circular locking dependencyFabrice Gasnier2019-03-311-2/+2