summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mmc: sdhci_am654: Print error message if the DLL fails to lockFaiz Abbas2019-06-101-0/+5
| * | | | | | | mmc: sdhci_am654: Improve whitespace utilisation with regmap_*() callsFaiz Abbas2019-06-101-21/+13
| * | | | | | | memstick: Fix error cleanup path of memstick_initWang Hai2019-06-101-4/+9
| * | | | | | | mmc: meson-gx: add dram-access-quirkNeil Armstrong2019-06-101-15/+55
| * | | | | | | mmc: meson-gx-mmc: update with SPDX Licence identifierNeil Armstrong2019-06-101-14/+1
| * | | | | | | mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund2019-06-104-2/+23
| * | | | | | | mmc: android-goldfish: Drop pointer to mmc_host from goldfish_mmc_hostKamlesh Gurudasani2019-06-101-16/+15
* | | | | | | | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-11131-703/+2111
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'usb-ci-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2019-07-054-11/+39
| |\ \ \ \ \ \ \ \
| | * | | | | | | | usb: chipidea: msm: Use devm_platform_ioremap_resource()Fabio Estevam2019-06-141-3/+1
| | * | | | | | | | usb: chipidea: imx: Use devm_platform_ioremap_resource()Fabio Estevam2019-06-141-3/+1
| | * | | | | | | | usb: chipidea: Use dev_err() instead of pr_err()Fabio Estevam2019-06-141-2/+3
| | * | | | | | | | usb: chipidea: imx: "fsl,usbphy" phandle is not mandatory nowPeter Chen2019-06-141-2/+3
| | * | | | | | | | usb: chipidea: imx: add imx7ulp supportPeter Chen2019-06-142-1/+31
| * | | | | | | | | Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman2019-07-042-16/+6
| * | | | | | | | | Revert "usb:gadget Separated decoding functions from dwc3 driver."Greg Kroah-Hartman2019-07-044-270/+253
| * | | | | | | | | Revert "usb:gadget Patch simplify usb_decode_set_clear_feature function."Greg Kroah-Hartman2019-07-041-43/+46
| * | | | | | | | | Revert "usb:gadget Simplify usb_decode_get_set_descriptor function."Greg Kroah-Hartman2019-07-041-58/+55
| * | | | | | | | | Revert "usb:cdns3 Add Cadence USB3 DRD Driver"Greg Kroah-Hartman2019-07-0419-6916/+0
| * | | | | | | | | Revert "usb:cdns3 Fix for stuck packets in on-chip OUT buffer."Greg Kroah-Hartman2019-07-042-341/+2
| * | | | | | | | | usb :fsl: Change string format for errata propertyNikhil Badola2019-07-031-5/+2
| * | | | | | | | | usb: host: Stops USB controller init if PLL fails to lockRamneek Mehresh2019-07-032-1/+11
| * | | | | | | | | usb: phy: Workaround for USB erratum-A005728Suresh Gupta2019-07-032-11/+29
| * | | | | | | | | usb: fsl: Set USB_EN bit to select ULPI phyNikhil Badola2019-07-031-0/+6
| * | | | | | | | | usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-07-031-2/+5
| * | | | | | | | | drivers/usb/typec/tps6598x.c: fix 4CC cmd writeNikolaus Voss2019-07-031-2/+2
| * | | | | | | | | drivers/usb/typec/tps6598x.c: fix portinfo widthNikolaus Voss2019-07-031-1/+1
| * | | | | | | | | usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is setMarcos Paulo de Souza2019-07-031-2/+5
| * | | | | | | | | Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-07-0329-270/+7620
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | usb: renesas_usbhs: add a workaround for a race condition of workqueueYoshihiro Shimoda2019-07-031-12/+22
| | * | | | | | | | | usb: gadget: udc: renesas_usb3: remove redundant assignment to retColin Ian King2019-07-031-1/+1
| | * | | | | | | | | usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl2019-07-031-1/+1
| | * | | | | | | | | USB: gadget: function: fix issue Unneeded variable: "value"Hariprasad Kelam2019-07-031-2/+1
| | * | | | | | | | | usb: phy: phy-mxs-usb: add imx7ulp supportPeter Chen2019-07-031-1/+66
| | * | | | | | | | | usb:cdns3 Fix for stuck packets in on-chip OUT buffer.Pawel Laszczak2019-07-032-2/+341
| | * | | | | | | | | usb:cdns3 Add Cadence USB3 DRD DriverPawel Laszczak2019-07-0319-0/+6916
| | * | | | | | | | | usb:gadget Simplify usb_decode_get_set_descriptor function.Pawel Laszczak2019-07-031-55/+58
| | * | | | | | | | | usb:gadget Patch simplify usb_decode_set_clear_feature function.Pawel Laszczak2019-07-031-46/+43
| | * | | | | | | | | usb:gadget Separated decoding functions from dwc3 driver.Pawel Laszczak2019-07-034-253/+270
| | * | | | | | | | | usb: dwc3: pci: add support for TigerLake DevicesFelipe Balbi2019-07-031-0/+4
| * | | | | | | | | | Merge tag 'usb-serial-5.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-07-033-0/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | USB: serial: ftdi_sio: add ID for isodebug v1Andreas Fritiofson2019-06-282-0/+7
| | * | | | | | | | | | USB: serial: option: add support for GosunCn ME3630 RNDIS modeJörgen Storvist2019-06-191-0/+1
| * | | | | | | | | | | Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2019-07-0112-13/+871
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delayMarc Gonzalez2019-06-251-1/+1
| | * | | | | | | | | | | phy: meson-g12a-usb3-pcie: disable locking for cr_regmapNeil Armstrong2019-06-251-1/+1
| | * | | | | | | | | | | phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCsGuido Günther2019-06-213-0/+508
| | * | | | | | | | | | | phy: renesas: rcar-gen3-usb2: fix imbalance powered flagYoshihiro Shimoda2019-06-211-4/+15
| | * | | | | | | | | | | phy: qcom-qmp: Drop useless msm8998_pciephy_cfg settingMarc Gonzalez2019-06-211-1/+0
| | * | | | | | | | | | | phy: qcom-qmp: Correct READY_STATUS poll break conditionBjorn Andersson2019-06-211-1/+3