summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorLines
2017-06-27Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-8/+21
2017-06-12Merge 4.12-rc5 into usb-nextGreg Kroah-Hartman-13/+44
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra-4/+4
2017-05-23usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier-1/+4
2017-05-23usb: chipidea: debug: check before accessing ci_roleMichael Thalmeier-1/+2
2017-05-18usb: chipidea: udc: fix NULL pointer dereference if udc_start failedJisheng Zhang-2/+6
2017-05-18usb: chipidea: imx: Do not access CLKONOFF on i.MX51Andrey Smirnov-9/+32
2017-05-18usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang-8/+21
2017-04-18Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-11/+78
2017-04-14usb: chipidea: core: add sysfs groupPeter Chen-3/+63
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann-8/+8
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu-1/+1
2017-03-15usb: chipidea: udc: update gadget state after bus resumeLi Jun-8/+15
2017-02-03usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe()Wei Yongjun-2/+2
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd-6/+14
2017-01-23usb: chipidea: usb2: delete the redundant setting default DMA mask codeJisheng Zhang-4/+0
2017-01-23usb: chipidea: delete an useless header includeJisheng Zhang-1/+0
2017-01-20usb: chipidea: Drop lock across event_notify during gadget stopStephen Boyd-1/+1
2017-01-20usb: chipidea: msm: Be silent on probe defer errorsStephen Boyd-1/+2
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd-24/+32
2017-01-20usb: chipidea: msm: Add reset controller for PHY POR bitStephen Boyd-2/+49
2017-01-20usb: chipidea: msm: Make platform data driver local instead of globalStephen Boyd-14/+9
2017-01-20usb: chipidea: msm: Restore wrapper settings after resetStephen Boyd-0/+39
2017-01-20usb: chipidea: msm: Mux over secondary phy at the right timeStephen Boyd-2/+60
2017-01-20usb: chipidea: msm: Add proper clk and reset supportStephen Boyd-4/+68
2017-01-20usb: chipidea: msm: Use hw_write_id_reg() instead of writelStephen Boyd-4/+2
2017-01-20usb: chipidea: msm: Rely on core to override AHBBURSTStephen Boyd-2/+2
2017-01-20usb: chipidea: msm: Mark device as runtime pm activeStephen Boyd-0/+1
2017-01-20usb: chipidea: vbus event may exist before starting gadgetPeter Chen-5/+12
2017-01-20usb: chipidea: Consolidate extcon notifiersStephen Boyd-37/+16
2017-01-20usb: chipidea: Add support for ULPI PHY busStephen Boyd-6/+167
2017-01-20usb: chipidea: Remove locking in ci_udc_start()Stephen Boyd-3/+0
2017-01-20usb: chipidea: Notify events when switching host modeStephen Boyd-0/+6
2017-01-20usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd-0/+6
2017-01-20usb: chipidea: Handle extcon events properlyStephen Boyd-5/+41
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd-39/+30
2017-01-20usb: chipdata: Replace the extcon APIChanwoo Choi-24/+6
2016-12-25ktime: Get rid of the unionThomas Gleixner-7/+7
2016-11-28Merge tag 'usb-ci-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-23/+86
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman-2/+1
2016-11-15usb: chipidea: move the lock initialization to core filePeter Chen-2/+1
2016-11-14usb: chipidea: imx: Disable internal 60Mhz clock with ULPI PHYFabien Lahoudere-0/+11
2016-11-14usb: chipidea: imx: configure imx for ULPI phyFabien Lahoudere-14/+66
2016-11-14usb: chipidea: Properly mark little endian descriptorsStephen Boyd-9/+9
2016-11-03usb: chipidea: udc: remove unnecessary & operationFelipe Balbi-1/+1
2016-11-03usb: chipidea: udc: make use of new usb_endpoint_maxp_mult()Felipe Balbi-2/+2
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren-0/+2
2016-09-14usb: chipidea: udc: Use the preferred form for passing a size of a structFabio Estevam-1/+1
2016-09-14usb: chipidea: udc: Fit into a single lineFabio Estevam-2/+1
2016-09-14usb: chipidea: udc: Use dma_pool_zalloc()Fabio Estevam-4/+2