| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-11 | usb: dwc3: omap: Fix devm_regulator_get_optional() error handling | Rob Herring (Arm) | 1 | -2/+5 |
| 2025-01-03 | usb: dwc3: omap: Use devm_regulator_get_optional() | Rob Herring (Arm) | 1 | -8/+4 |
| 2024-11-05 | usb: Use (of|device)_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-22 | usb: dwc3: omap: add missing depopulate in probe error path | Krzysztof Kozlowski | 1 | -1/+3 |
| 2023-05-28 | usb: dwc3-omap: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-03-15 | usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm | H. Nikolaus Schaller | 1 | -1/+1 |
| 2021-05-10 | usb: dwc3: omap: improve extcon initialization | Marcel Hamer | 1 | -0/+5 |
| 2020-07-15 | usb: dwc3: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-07-03 | usb: dwc3: dwc3-omap: Do not read DMA status | Lee Jones | 1 | -6/+1 |
| 2019-09-02 | Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -4/+7 |
| 2019-08-09 | usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.h | Masahiro Yamada | 1 | -1/+6 |
| 2019-08-09 | usb: dwc3: omap: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-07-30 | usb: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2018-02-12 | usb: dwc3: omap: don't miss events during suspend/resume | Roger Quadros | 1 | -0/+16 |
| 2017-11-07 | USB: dwc3: Remove redundant license text | Greg Kroah-Hartman | 1 | -9/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-09 | usb: dwc3: omap: fix error return code in dwc3_omap_probe() | Gustavo A. R. Silva | 1 | -2/+2 |
| 2017-07-17 | usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq | Vignesh R | 1 | -10/+8 |
| 2017-04-11 | usb: dwc3: use BIT() macro where possible | Roger Quadros | 1 | -24/+24 |
| 2017-03-06 | usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox() | Roger Quadros | 1 | -0/+1 |
| 2017-03-06 | usb: dwc3: Fix incorrect type for utmi mode | Franck Demathieu | 1 | -1/+1 |
| 2017-01-24 | usb: dwc3: omap: Replace the extcon API | Chanwoo Choi | 1 | -13/+7 |
| 2017-01-02 | usb: dwc3: omap: fix race of pm runtime with irq handler in probe | Grygorii Strashko | 1 | -2/+4 |
| 2016-06-20 | usb: dwc3: omap: Pass VBUS and ID events transparently | Roger Quadros | 1 | -8/+6 |
| 2016-06-20 | usb: dwc3: omap: Don't set POWERPRESENT | Roger Quadros | 1 | -6/+3 |
| 2016-06-20 | usb: dwc3: omap: Mark the interrupt handler as shared | Roger Quadros | 1 | -1/+1 |
| 2016-06-20 | usb: dwc3: omap: use request_threaded_irq() | Roger Quadros | 1 | -6/+26 |
| 2016-04-28 | Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -9/+0 |
| 2016-04-19 | usb: dwc3: omap: get rid of dma_status | Roger Quadros | 1 | -6/+0 |
| 2016-04-18 | usb: dwc3: omap: drop dma_mask configuration | Grygorii Strashko | 1 | -3/+0 |
| 2016-04-18 | usb: dwc3: omap: fix up error path on probe() | Felipe Balbi | 1 | -8/+4 |
| 2015-09-14 | usb: dwc3: omap: enable irqs lately | Felipe Balbi | 1 | -2/+2 |
| 2015-07-29 | usb: dwc3: omap: Replace deprecated API of extcon | Chanwoo Choi | 1 | -19/+13 |
| 2015-07-29 | usb: dwc3: omap: drop dev_dbg() usage | Felipe Balbi | 1 | -39/+4 |
| 2015-04-27 | usb: dwc3: dwc3-omap: correct the register macros | Bin Liu | 1 | -47/+47 |
| 2015-03-09 | usb: dwc3: omap: call of_platform_depopulate() instead | Felipe Balbi | 1 | -10/+1 |
| 2015-02-23 | usb: dwc3: dwc3-omap: Fix disable IRQ | George Cherian | 1 | -2/+28 |
| 2014-11-03 | usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete() | George Cherian | 1 | -18/+2 |
| 2014-10-23 | Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa... | Roger Quadros | 1 | -13/+2 |
| 2014-09-16 | Merge tag 'v3.17-rc5' into next | Felipe Balbi | 1 | -1/+1 |
| 2014-09-08 | Merge tag 'v3.17-rc4' into next | Felipe Balbi | 1 | -1/+1 |
| 2014-09-03 | usb: dwc3: omap: fix ordering for runtime pm calls | Felipe Balbi | 1 | -1/+1 |
| 2014-08-20 | usb: dwc3: remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
| 2014-08-19 | usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode() | Dan Carpenter | 1 | -1/+1 |
| 2014-07-21 | Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -86/+86 |
| 2014-07-16 | usb: dwc3: omap: add dwc3_omap_extcon_register function | George Cherian | 1 | -26/+39 |
| 2014-07-16 | usb: dwc3: omap: add dwc3_omap_set_utmi_mode() function | George Cherian | 1 | -19/+25 |
| 2014-07-16 | usb: dwc3: omap: add dwc3_omap_map_offset() function | George Cherian | 1 | -16/+22 |
| 2014-07-16 | usb: dwc3: omap: remove x_major calculation from revision register | George Cherian | 1 | -32/+7 |
| 2014-06-19 | usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete | George Cherian | 1 | -2/+13 |
| 2014-06-19 | usb: dwc3: dwc3-omap: Fix the crash on module removal | George Cherian | 1 | -1/+1 |
| 2014-05-15 | usb: dwc3: no need to initialize ret variable | Andy Shevchenko | 1 | -1/+1 |
| 2014-04-01 | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -5/+0 |
| 2014-03-19 | extcon: Move OF helper function to extcon core and change function name | Chanwoo Choi | 1 | -2/+1 |
| 2014-02-18 | usb: dwc3: omap: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
| 2013-12-09 | usb: dwc3: omap: remove unnecessary lock | Felipe Balbi | 1 | -10/+0 |
| 2013-11-26 | usb: dwc3: dwc3-omap: return PROBE_DEFER if extcon is missing and found in dt | George Cherian | 1 | -1/+1 |
| 2013-09-03 | Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -19/+106 |
| 2013-08-05 | usb: dwc3: use extcon fwrk to receive connect/disconnect | Kishon Vijay Abraham I | 1 | -19/+106 |
| 2013-07-29 | usb: dwc3: omap: switch over to devm_ioremap_resource() | Felipe Balbi | 1 | -5/+3 |
| 2013-07-29 | usb: dwc3: switch to GPL v2 only | Felipe Balbi | 1 | -28/+8 |
| 2013-06-12 | usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappers | George Cherian | 1 | -57/+116 |
| 2013-06-12 | usb: dwc3: omap: initialize the register offset values for omap5 and AM437x | George Cherian | 1 | -0/+57 |
| 2013-06-12 | usb: dwc3: omap: Adding am437x specific register map changes | George Cherian | 1 | -0/+6 |
| 2013-06-12 | usb: dwc3: omap: improve error handling of dwc3_omap_probe | Kishon Vijay Abraham I | 1 | -3/+14 |
| 2013-04-02 | usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 1 | -2/+2 |
| 2013-03-18 | usb: dwc3: omap: fix sparse warning | Felipe Balbi | 1 | -1/+1 |
| 2013-03-18 | usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executed | Kishon Vijay Abraham I | 1 | -2/+5 |
| 2013-03-18 | usb: dwc3: set dma_mask for dwc3_omap device | Kishon Vijay Abraham I | 1 | -0/+3 |
| 2013-03-18 | usb: dwc3: omap: add basic suspend/resume support | Felipe Balbi | 1 | -0/+56 |
| 2013-03-18 | usb: dwc3: omap: remove unused fields from private structure | Felipe Balbi | 1 | -12/+0 |
| 2013-03-18 | usb: dwc3: omap: introduce enable/disable IRQ methods | Felipe Balbi | 1 | -15/+32 |
| 2013-03-18 | usb: dwc3: omap: stop using nop-usb-xceiv | Kishon Vijay Abraham I | 1 | -67/+0 |
| 2013-03-18 | usb: dwc3: omap: remove platform data associated with dwc3-omap | Kishon Vijay Abraham I | 1 | -14/+10 |
| 2013-03-18 | usb: dwc3: omap: minor fixes to get dt working | Kishon Vijay Abraham I | 1 | -24/+21 |
| 2013-03-04 | usb: dwc3: glue layers shouldn't know about the core IP | Felipe Balbi | 1 | -2/+0 |
| 2013-03-04 | usb: dwc3: omap: fix a typo on of_device_id | Felipe Balbi | 1 | -3/+3 |
| 2013-01-25 | usb: dwc3: exynos/omap: Change platform device IDs for no_op_xceive to AUTO | Vivek Gautam | 1 | -2/+2 |
| 2013-01-25 | usb: dwc3: omap: Add an API to write to dwc mailbox | Kishon Vijay Abraham I | 1 | -0/+60 |
| 2013-01-25 | usb: dwc3: omap: Remove explicit writes to SYSCONFIG register | Kishon Vijay Abraham I | 1 | -26/+0 |
| 2013-01-25 | usb: dwc3: omap: use runtime API's to enable clocks | Kishon Vijay Abraham I | 1 | -0/+10 |
| 2013-01-25 | usb: dwc3: omap: use of_platform API to create dwc3 core pdev | Kishon Vijay Abraham I | 1 | -30/+10 |
| 2013-01-25 | usb: dwc3: omap: use device_for_each_child to handle child removal | Kishon Vijay Abraham I | 1 | -1/+11 |
| 2012-11-21 | usb: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-21 | usb: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
| 2012-11-21 | usb: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-10-31 | usb: dwc3: remove custom unique id handling | Sebastian Andrzej Siewior | 1 | -14/+2 |
| 2012-09-10 | usb: dwc3: omap: add nop transceiver support | Felipe Balbi | 1 | -0/+66 |
| 2012-04-24 | usb: dwc3: omap: add dwc3_omap_readl/writel functions | Ido Shayevitz | 1 | -11/+21 |
| 2012-03-02 | usb: dwc3: linux/module.h included twice | Danny Kukawka | 1 | -1/+0 |
| 2012-03-02 | usb: dwc3: use devm_xxx functions | Chanho Park | 1 | -52/+33 |
| 2012-02-06 | usb: dwc3: omap: convert pdata to of property | Felipe Balbi | 1 | -12/+22 |
| 2011-12-12 | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Greg Kroah-Hartman | 1 | -9/+20 |
| 2011-12-12 | usb: dwc3: omap: move to module_platform_driver | Felipe Balbi | 1 | -11/+1 |
| 2011-12-12 | usb: dwc3: omap: add multiple instances support to OMAP | Felipe Balbi | 1 | -9/+19 |
| 2011-12-12 | usb: dwc3: add a platform device alias | Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2011-12-12 | usb: dwc3: fetch mode of operation from HW | Felipe Balbi | 1 | -1/+1 |
| 2011-11-28 | usb: convert drivers/usb/* to use module_platform_driver() | Axel Lin | 1 | -12/+2 |
| 2011-10-04 | usb: Add module.h to various dwc3 drivers | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-04 | usb: dwc: remove "All rights reserved" statement. | Sebastian Andrzej Siewior | 1 | -1/+0 |
| 2011-09-09 | usb: dwc3: omap: set idle and standby modes | Felipe Balbi | 1 | -0/+24 |
| 2011-09-09 | usb: dwc3: omap: fix IRQ handling | Felipe Balbi | 1 | -27/+12 |
| 2011-09-09 | usb: dwc3: omap: change IRQ name to dwc3-omap | Felipe Balbi | 1 | -1/+1 |
| 2011-09-09 | usb: dwc3: add module.h to dwc3-omap.c and core.c | Felipe Balbi | 1 | -0/+1 |
| 2011-09-09 | usb: dwc3: omap: distinguish between SW and HW modes | Felipe Balbi | 1 | -0/+22 |
| 2011-09-09 | usb: dwc3: omap: drop DEV_PM_OPS for now | Felipe Balbi | 1 | -41/+0 |
| 2011-09-09 | usb: dwc3: omap: use the macro we already have | Felipe Balbi | 1 | -1/+2 |
| 2011-09-09 | usb: dwc3: omap: do not enable DMA Disable Clear IRQ | Felipe Balbi | 1 | -2/+1 |
| 2011-09-09 | usb: dwc3: omap: fix dev_dbg() calls | Felipe Balbi | 1 | -10/+10 |
| 2011-08-22 | usb: Introduce DesignWare USB3 DRD Driver | Felipe Balbi | 1 | -0/+410 |