summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | USB: omap_udc: Remove unneeded variableHariprasad Kelam2019-06-181-2/+1
| | * | | | | fotg210-udc: Remove unneeded variableHariprasad Kelam2019-06-181-2/+1
| | * | | | | usb: gadget: at91_udc: Remove unneeded variableHariprasad Kelam2019-06-181-2/+1
| | * | | | | usb: gadget: udc: renesas_usb3: Enhance role switch supportBiju Das2019-06-181-7/+84
| | * | | | | usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall2019-06-181-2/+2
| | * | | | | usb: gadget: f_fs: data_len used before properly setFei Yang2019-06-181-1/+2
| | * | | | | USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson2019-06-183-3/+47
| | * | | | | usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCsMarek Szyprowski2019-06-181-0/+1
| | * | | | | usb: dwc3: meson-g12a: Add support for IRQ based OTG switchingNeil Armstrong2019-06-181-5/+31
| * | | | | | usb: renesas_usbhs: Use struct platform_callback pointerYoshihiro Shimoda2019-06-263-6/+6
| * | | | | | usb: renesas_usbhs: Use renesas_usbhs_platform_info on of_device_id.dataYoshihiro Shimoda2019-06-269-107/+73
| * | | | | | usb: renesas_usbhs: Add a common function for the .get_idYoshihiro Shimoda2019-06-266-27/+15
| * | | | | | usb: renesas_usbhs: move device tree properties parsingYoshihiro Shimoda2019-06-261-10/+8
| * | | | | | usb: renesas_usbhs: Add struct device * declaration in usbhs_probe()Yoshihiro Shimoda2019-06-261-15/+15
| * | | | | | usb: renesas_usbhs: Add has_new_pipe_configs flagYoshihiro Shimoda2019-06-261-11/+9
| * | | | | | usb: renesas_usbhs: Use dev_of_node macro instead of open codedYoshihiro Shimoda2019-06-262-8/+9
| * | | | | | usb: renesas_usbhs: Remove type member from renesas_usbhs_driver_paramYoshihiro Shimoda2019-06-261-5/+0
| * | | | | | usb: renesas_usbhs: Use a specific flag instead of type for multi_clksYoshihiro Shimoda2019-06-261-5/+3
| * | | | | | usb: renesas_usbhs: Avoid to write platform_data's valueYoshihiro Shimoda2019-06-264-5/+21
| * | | | | | usb: renesas_usbhs: move macros from mod.c to the mod.hYoshihiro Shimoda2019-06-262-9/+9
| * | | | | | usb: renesas_usbhs: remove notify_hotplug callbackYoshihiro Shimoda2019-06-264-14/+10
| * | | | | | usb: renesas_usbhs: revise the irq_vbus commentsYoshihiro Shimoda2019-06-261-5/+5
| * | | | | | USB: core: Fix compiler warnings in devio.cAlan Stern2019-06-261-6/+6
| * | | | | | USB: core: Remove usbfs_mutexAlan Stern2019-06-263-13/+0
| * | | | | | Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-236-15/+72
| |\ \ \ \ \ \
| * | | | | | | usb: clean up some of the computations in adu_readDaniel M German2019-06-211-9/+7
| * | | | | | | docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-2024-32/+32
| * | | | | | | usb: renesas_usbhs: Use struct assignment instead of memcpy()Yoshihiro Shimoda2019-06-201-9/+4
| * | | | | | | USB: core: correct a spelling mistake in the commentHarry Pan2019-06-201-1/+1
| * | | | | | | usb: host: fotg2: add device tree probingHans Ulli Kroll2019-06-181-0/+10
| * | | | | | | wusb: switch to cbcmac transformArd Biesheuvel2019-06-182-130/+47
| * | | | | | | usb: isp1362: Spelling s/eclusive/exclusive/Geert Uytterhoeven2019-06-181-1/+1
| * | | | | | | USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov2019-06-181-1/+41
| * | | | | | | usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry2019-06-181-23/+0
| | |/ / / / / | |/| | | | |
| * | | | | | Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman2019-06-1715-45/+105
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Revert "usb: mtu3: fix up undefined reference to usb_debug_root"Chunfeng Yun2019-06-101-1/+2
| * | | | | | USB: sisusbvga: Remove unneeded variableHariprasad Kelam2019-06-101-6/+4
| * | | | | | usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang2019-06-081-2/+1
| * | | | | | USB: move usb debugfs directory creation to the usb common coreGreg Kroah-Hartman2019-06-065-14/+43
| * | | | | | usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam2019-06-061-2/+1
| * | | | | | usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink()Suwan Kim2019-06-051-7/+5
| * | | | | | usb: renesas_usbhs: remove controlling PWEN/EXTLP supportYoshihiro Shimoda2019-06-051-4/+0
| * | | | | | usb: renesas_usbhs: remove sudmac supportYoshihiro Shimoda2019-06-051-5/+1
| * | | | | | usb: xhci: Add Clear_TT_BufferJim Lin2019-06-053-1/+52
| * | | | | | usb: Add devaddr in struct usb_deviceJim Lin2019-06-052-1/+5
| * | | | | | usb: phy: mv-usb: Remove set but not used variable 'phy'YueHaibing2019-06-031-2/+0
| * | | | | | usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-031-7/+0
| * | | | | | USB: ohci-spear: Remove set but not used variable 'ohci'YueHaibing2019-06-031-3/+0
| * | | | | | USB: atm: ueagle-atm.c: remove redundant license textGreg Kroah-Hartman2019-06-031-45/+1
| * | | | | | USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2Greg Kroah-Hartman2019-06-031-1/+1