summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: OMAP2+: Init both prm and prcm nodes early for clocksTony Lindgren2021-03-101-8/+21
| | * | | bus: ti-sysc: Check for old incomplete dtbTony Lindgren2021-03-101-0/+16
| | * | | bus: ti-sysc: Detect more modules for debuggingTony Lindgren2021-03-081-0/+7
| | * | | bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren2021-03-081-0/+49
| | * | | bus: ti-sysc: Fix initializing module_pa for modules without sysc registerTony Lindgren2021-03-081-3/+3
| * | | | ARM: ux500: make ux500_cpu_die staticBen Dooks2021-04-011-1/+1
| | |/ / | |/| |
* | | | Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-26211-3449/+7612
|\ \ \ \
| * | | | usb: Fix up movement of USB core kerneldoc locationFabio Estevam2021-04-241-7/+8
| * | | | usb: dwc3: gadget: Handle DEV_TXF_FLUSH_BYPASS capabilityThinh Nguyen2021-04-232-1/+12
| * | | | usb: dwc3: Capture new capability register GHWPARAMS9Thinh Nguyen2021-04-232-0/+5
| * | | | usb: gadget: prevent a ternary sign expansion bugDan Carpenter2021-04-221-1/+2
| * | | | usb: dwc3: core: Do core softreset when switch modeYu Chen2021-04-222-0/+32
| * | | | usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan2021-04-222-14/+7
| * | | | usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan2021-04-221-5/+7
| * | | | usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan2021-04-221-0/+15
| * | | | usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan2021-04-221-0/+10
| * | | | usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan2021-04-221-0/+10
| * | | | usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan2021-04-221-0/+14
| * | | | usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan2021-04-221-6/+7
| * | | | usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan2021-04-221-4/+14
| * | | | usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan2021-04-221-0/+6
| * | | | usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan2021-04-222-0/+19
| * | | | usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan2021-04-221-5/+18
| * | | | usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan2021-04-221-71/+83
| * | | | usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan2021-04-221-1/+9
| * | | | usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan2021-04-221-0/+4
| * | | | usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan2021-04-221-6/+11
| * | | | Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-04-2228-922/+1158
| |\ \ \ \
| | * | | | USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab2021-04-131-3/+11
| | * | | | USB: serial: xr: add copyright noticeJohan Hovold2021-04-131-0/+1
| | * | | | USB: serial: xr: reset FIFOs on openJohan Hovold2021-04-131-0/+51
| | * | | | USB: serial: xr: add support for XR22801, XR22802, XR22804Johan Hovold2021-04-131-0/+23
| | * | | | USB: serial: xr: add support for XR21B1411Johan Hovold2021-04-131-16/+48
| | * | | | USB: serial: xr: add support for XR21B1421, XR21B1422 and XR21B1424Johan Hovold2021-04-131-76/+262
| | * | | | USB: serial: xr: add type abstractionJohan Hovold2021-04-131-43/+85
| | * | | | USB: serial: xr: drop type prefix from shared definesJohan Hovold2021-04-131-61/+61
| | * | | | USB: serial: xr: move pin configuration to probeJohan Hovold2021-04-131-8/+37
| | * | | | USB: serial: xr: rename GPIO-pin definesJohan Hovold2021-04-131-17/+17
| | * | | | USB: serial: xr: rename GPIO-mode definesJohan Hovold2021-04-131-7/+7
| | * | | | USB: serial: xr: add support for XR21V1412 and XR21V1414Johan Hovold2021-04-131-4/+51
| | * | | | USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold2021-04-131-8/+8
| | * | | | USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold2021-04-131-17/+17
| | * | | | USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold2021-04-131-50/+44
| | * | | | USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold2021-04-131-8/+7
| | * | | | USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold2021-04-131-4/+4
| | * | | | USB: serial: io_ti: drop unnecessary packed attributesJohan Hovold2021-04-132-4/+4
| | * | | | USB: serial: io_ti: use kernel types consistentlyJohan Hovold2021-04-132-71/+71
| | * | | | USB: serial: io_ti: add read-port-command helperJohan Hovold2021-04-131-6/+9
| | * | | | USB: serial: io_ti: add send-port-command helperJohan Hovold2021-04-131-28/+13
| | * | | | USB: serial: io_ti: clean up vendor-request helpersJohan Hovold2021-04-131-7/+6