Age | Commit message (Expand) | Author | Files | Lines |
2023-04-20 | usb: chipidea: fix missing goto in `ci_hdrc_probe` | Yinhao Hu | 1 | -1/+1 |
2023-04-05 | usb: chipidea: imx: avoid unnecessary probe defer | Thomas Ballasi | 1 | -1/+1 |
2023-03-27 | Merge 6.3-rc4 into usb-next | Greg Kroah-Hartman | 3 | -2/+16 |
2023-03-23 | usb: chipidea: core: fix possible concurrent when switch role | Xu Yang | 3 | -2/+13 |
2023-03-23 | usb: chipdea: core: fix return -EINVAL if request role is the same with curre... | Xu Yang | 1 | -1/+4 |
2023-03-23 | usb: chipidea: debug: remove redundant 'role' debug file | Xu Yang | 1 | -55/+0 |
2023-03-16 | usb: Use of_property_read_bool() for boolean properties | Rob Herring | 2 | -4/+4 |
2023-02-06 | USB: chipidea: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-01-31 | usb: chipidea: ci_hdrc_imx: use dev_err_probe | Alexander Stein | 1 | -3/+7 |
2023-01-23 | Merge 6.2-rc5 into usb-next | Greg Kroah-Hartman | 1 | -2/+2 |
2023-01-17 | usb: chipidea: core: fix possible constant 0 if use IS_ERR(ci->role_switch) | Xu Yang | 1 | -2/+2 |
2023-01-06 | usb: chipidea: imx: Drop empty platform remove function | Uwe Kleine-König | 1 | -6/+0 |
2022-11-21 | Merge 6.1-rc6 into usb-next | Greg Kroah-Hartman | 1 | -0/+2 |
2022-11-09 | usb: chipidea: core: wrap ci_handle_power_lost() with CONFIG_PM_SLEEP | Xu Yang | 1 | -19/+19 |
2022-11-09 | usb: chipidea: ci_hdrc_imx: Fix a typo ("regualator") | Jonathan Neuschäfer | 1 | -1/+1 |
2022-11-09 | usb: chipidea: fix deadlock in ci_otg_del_timer | Duoming Zhou | 1 | -0/+2 |
2022-10-23 | usb: chipidea: usbmisc: add power lost check for imx7ulp | Li Jun | 1 | -0/+1 |
2022-10-23 | usb: chipidea: usbmisc: add power lost check for imx7d | Li Jun | 1 | -0/+20 |
2022-10-23 | usb: chipidea: usbmisc: add power lost check for imx6sx | Li Jun | 1 | -0/+20 |
2022-10-23 | usb: chipidea: usbmisc: group usbmisc operations for PM | Li Jun | 3 | -66/+106 |
2022-10-23 | usb: chipidea: udc: add suspend/resume support for device controller | Xu Yang | 1 | -0/+32 |
2022-10-23 | usb: chipidea: host: add suspend/resume support for host controller | Xu Yang | 1 | -0/+16 |
2022-10-23 | usb: chipidea: core: handle suspend/resume for each role | Xu Yang | 2 | -0/+12 |
2022-10-23 | usb: chipidea: core: add controller resume support when controller is powered... | Xu Yang | 3 | -20/+63 |
2022-10-23 | usb: chipidea: core: handle usb role switch in a common way | Xu Yang | 1 | -35/+20 |
2022-09-08 | usb: chipidea: make configs for glue drivers visible with EXPERT | Lukas Bulwahn | 1 | -5/+5 |
2022-08-31 | usb: chipidea: Add support for VBUS control with PHY | Piyush Mehta | 3 | -0/+15 |
2022-08-05 | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -2/+2 |
2022-07-27 | usb/chipidea: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
2022-07-16 | usb: chipidea: tracing: Use the new __vstring() helper | Steven Rostedt (Google) | 1 | -2/+2 |
2022-06-27 | Merge 5.19-rc4 into usb-next | Greg Kroah-Hartman | 1 | -0/+3 |
2022-06-24 | usb: chipidea: udc: check request status before setting device address | Xu Yang | 1 | -0/+3 |
2022-06-21 | usb: chipidea: ci_hdrc_imx: use dev_err_probe() | Alexander Stein | 1 | -16/+7 |
2022-06-21 | usb: chipidea: udc: implement get_frame | Michael Grzeschik | 3 | -0/+17 |
2022-06-10 | USB: chipidea: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-01-31 | usb: udc: Fix typo in comment | tangmeng | 1 | -1/+1 |
2022-01-12 | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -3/+3 |
2022-01-10 | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -7/+46 |
2021-12-17 | usb: chipidea: Set the DT node on the child device | Rob Herring | 1 | -0/+1 |
2021-12-16 | usb: chipidea: tegra: Add runtime PM and OPP support | Dmitry Osipenko | 1 | -7/+46 |
2021-11-29 | Merge 5.16-rc3 into usb-next | Greg Kroah-Hartman | 1 | -9/+9 |
2021-11-17 | usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe | Dan Carpenter | 1 | -9/+9 |
2021-11-17 | usb: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -3/+2 |
2021-10-22 | USB: chipidea: fix interrupt deadlock | Johan Hovold | 1 | -7/+16 |
2021-10-11 | Merge 5.15-rc5 into usb-next | Greg Kroah-Hartman | 1 | -5/+10 |
2021-10-10 | usb: chipidea: udc: make controller hardware endpoint primed | Piyush Mehta | 1 | -0/+8 |
2021-10-05 | usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandle | Fabio Estevam | 1 | -5/+10 |
2021-08-21 | usb: chipidea: host: fix port index underflow and UBSAN complains | Li Jun | 1 | -3/+11 |
2021-06-21 | Merge tag 'v5.13-rc7' into usb-next | Greg Kroah-Hartman | 1 | -2/+14 |
2021-06-16 | usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection | Breno Lima | 1 | -2/+14 |