summaryrefslogtreecommitdiffstats
path: root/drivers/usb/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman2023-07-191-3/+0
* usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K2023-07-191-0/+3
* USB: ULPI: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-8/+6
* Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"Ferry Toth2023-01-181-1/+1
* usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth2023-01-181-1/+1
* usb: ulpi: use DEFINE_SHOW_ATTRIBUTE to simplify ulpi_regsLiu Shixin2022-09-271-17/+3
* usb: common: debug: Check non-standard control requestsThinh Nguyen2022-08-191-32/+64
* usb: common: usb-conn-gpio: Simplify some error messageChristophe JAILLET2022-08-181-4/+2
* usb: common: usb-conn-gpio: Allow wakeup from system suspendPrashanth K2022-06-101-0/+17
* usb: common: usb-conn-gpio: Make VBUS supply completely optionalAlexander Stein2022-03-151-17/+3
* usb: ulpi: Add debugfs supportSean Anderson2022-02-141-1/+70
* usb: ulpi: Call of_node_put correctlySean Anderson2022-01-311-2/+6
* usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson2022-01-311-1/+1
* usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter2022-01-261-2/+5
* USB: common: debug: add needed kernel.h includeGreg Kroah-Hartman2022-01-051-0/+1
* Partially revert "usb: Kconfig: using select for USB_COMMON dependency"Ben Hutchings2021-10-051-2/+1
* Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-0/+20
|\
| * Merge 5.14-rc5 into usb-nextGreg Kroah-Hartman2021-08-091-1/+5
| |\
| * | usb: common: add helper to get role-switch-default-modeChunfeng Yun2021-07-271-0/+20
* | | Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-1/+5
|\ \ \ | | |/ | |/|
| * | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-1/+5
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* usb: common: ulpi: Add leading underscores for function name '__ulpi_register...Lee Jones2021-05-271-1/+1
* usb: common: usb-conn-gpio: use usb_role_string() to print role statusChunfeng Yun2021-05-271-3/+3
* usb: common: usb-conn-gpio: use dev_err_probe() to print logChunfeng Yun2021-05-211-9/+5
* usb: common: usb-conn-gpio: fix NULL pointer dereference of chargerChunfeng Yun2021-05-211-18/+26
* usb: common: move function's kerneldoc next to its definitionChunfeng Yun2021-03-102-2/+55
* usb: common: add function to get interval expressed in us unitChunfeng Yun2021-03-101-0/+41
* usb: common: Parse for USB SSP genXxYThinh Nguyen2021-02-061-1/+25
* usb: common: ulpi: Constify static attribute_group structRikard Falkeborn2020-11-261-1/+1
* usb: common: usb-conn-gpio: Print error on failure to get VBUSThierry Reding2020-08-181-1/+1
* usb: common: usb-conn-gpio: Make VBUS supply optionalThierry Reding2020-08-181-6/+24
* usb: common: usb-conn-gpio: Register chargerPaul Cercueil2020-07-302-0/+46
* USB: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
* usb: common: ulpi: Fix a few kerneldoc related issuesLee Jones2020-07-031-2/+3
* usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldocLee Jones2020-07-031-1/+1
* usb: common: debug: Demote comment blocks which are obviously not kerneldocLee Jones2020-07-031-2/+2
* USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2020-06-241-5/+5
* usb: common: usb-conn-gpio: Don't log an error on probe deferralBryan O'Donoghue2019-12-101-1/+2
* usb: common: add USB GPIO based connection detection driverChunfeng Yun2019-09-033-0/+298
* usb: common: create Kconfig fileChunfeng Yun2019-09-031-0/+38
* usb: common: Simplify usb_decode_get_set_descriptor function.Pawel Laszczak2019-08-291-55/+58
* usb: common: Patch simplify usb_decode_set_clear_feature function.Pawel Laszczak2019-08-291-46/+43
* usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak2019-08-292-0/+269
* USB: move usb debugfs directory creation to the usb common coreGreg Kroah-Hartman2019-06-063-6/+38
* Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman2019-04-011-0/+2
|\
| * usb: common: Consider only available nodes for dr_modeFabrizio Castro2019-03-191-0/+2
* | usb: introduce usb_ep_type_string() functionChunfeng Yun2019-03-261-0/+16
|/
* usb: roles: Add a description for the class to KconfigHeikki Krogerus2018-12-172-315/+0
* usb: roles: Take care of driver module reference countingHeikki Krogerus2018-09-201-3/+12