summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak2021-01-141-0/+8
* usb: cdns3: Adds missing __iomem markersPawel Laszczak2021-01-142-12/+12
* usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak2020-12-291-1/+6
* usb: cdnsp: Fixes for sparse warningsPawel Laszczak2020-12-297-37/+32
* usb: cdns3: Fixes for sparse warningsPawel Laszczak2020-12-292-5/+5
* usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak2020-12-291-12/+24
* usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak2020-12-292-8/+3
* usb: cdnsp: Removes some not useful function argumentsPawel Laszczak2020-12-293-14/+13
* usb: cdns3: fix warning when USB_CDNS_HOST is not setRandy Dunlap2020-12-291-2/+2
* usb: cdns3: fix build when PM_SLEEP is not setRandy Dunlap2020-12-291-0/+5
* usb: cdnsp: Mark cdnsp_gadget_ops with static keywordZou Wei2020-12-291-1/+1
* usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak2020-12-297-11/+11
* usb: cdnsp: Add tracepoints for CDNSP driverPawel Laszczak2020-12-298-16/+1614
* usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak2020-12-2915-29/+6641
* usb: cdnsp: Device side header file for CDNSP driverPawel Laszczak2020-12-291-0/+1463
* usb: cdns3: Changed type of gadget_dev in cdns structurePawel Laszczak2020-12-291-2/+2
* usb: cdns3: Refactoring names in reusable codePawel Laszczak2020-12-2910-198/+199
* usb: cdns3: Moves reusable code to separate modulePawel Laszczak2020-12-296-7/+35
* usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak2020-12-296-263/+343
* usb: cdns3: Add support for DRD CDNSPPawel Laszczak2020-12-294-49/+148
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-6/+2
|\
| * powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-032-6/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+4
|\ \
| * | block: remove i_bdevChristoph Hellwig2020-12-011-4/+4
* | | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-1/+1
|\ \ \
| * \ \ Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2020-12-091-1/+1
| |\ \ \
| | * | | USB: PHY: JZ4770: Remove unnecessary function calls.周琰杰 (Zhou Yanjie)2020-12-051-1/+1
* | | | | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-11/+9
|\ \ \ \ \
| * | | | | usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-11/+9
* | | | | | Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-12-15111-4466/+2370
|\ \ \ \ \ \
| * | | | | | usb: phy: convert comma to semicolonZheng Yongjun2020-12-111-5/+5
| * | | | | | usb: ucsi: convert comma to semicolonZheng Yongjun2020-12-111-3/+3
| * | | | | | Merge tag 'usb-serial-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-12-119-969/+444
| |\ \ \ \ \ \
| | * | | | | | USB: serial: ftdi_sio: log the CBUS GPIO validityMarc Zyngier2020-12-091-0/+6
| | * | | | | | USB: serial: ftdi_sio: drop GPIO line checking dead codeMarc Zyngier2020-12-091-3/+0
| | * | | | | | USB: serial: ftdi_sio: report the valid GPIO lines to gpiolibMarc Zyngier2020-12-091-0/+14
| | * | | | | | USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold2020-12-091-2/+21
| | * | | | | | USB: serial: cp210x: clean up dtr_rts()Johan Hovold2020-12-041-4/+4
| | * | | | | | USB: serial: cp210x: refactor flow-control handlingJohan Hovold2020-12-041-50/+47
| | * | | | | | USB: serial: cp210x: drop flow-control debuggingJohan Hovold2020-12-041-5/+1
| | * | | | | | USB: serial: cp210x: set terminal settings on openJohan Hovold2020-12-041-283/+6
| | * | | | | | USB: serial: cp210x: clean up line-control handlingJohan Hovold2020-12-041-60/+41
| | * | | | | | USB: serial: cp210x: return early on unchanged termiosJohan Hovold2020-12-041-0/+12
| | * | | | | | USB: serial: mos7720: defer state restore to a workqueueDavidlohr Bueso2020-11-201-199/+35
| | * | | | | | USB: serial: mos7720: fix parallel-port state restoreJohan Hovold2020-11-051-0/+2
| | * | | | | | USB: serial: remove write wait queueJohan Hovold2020-11-041-6/+6
| | * | | | | | USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold2020-11-041-32/+13
| | * | | | | | USB: serial: keyspan_pda: drop redundant usb-serial pointerJohan Hovold2020-11-041-3/+2
| | * | | | | | USB: serial: keyspan_pda: use BIT() macroJohan Hovold2020-11-041-12/+13
| | * | | | | | USB: serial: keyspan_pda: clean up comments and whitespaceJohan Hovold2020-11-041-60/+56