aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman3-11/+78
2017-04-14usb: chipidea: core: add sysfs groupPeter Chen2-3/+63
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann3-8/+8
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-03-15usb: chipidea: udc: update gadget state after bus resumeLi Jun2-8/+15
2017-02-03usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe()Wei Yongjun1-2/+2
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd1-6/+14
2017-01-23usb: chipidea: usb2: delete the redundant setting default DMA mask codeJisheng Zhang1-4/+0
2017-01-23usb: chipidea: delete an useless header includeJisheng Zhang1-1/+0
2017-01-20usb: chipidea: Drop lock across event_notify during gadget stopStephen Boyd1-1/+1
2017-01-20usb: chipidea: msm: Be silent on probe defer errorsStephen Boyd1-1/+2
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd3-24/+32
2017-01-20usb: chipidea: msm: Add reset controller for PHY POR bitStephen Boyd2-2/+49
2017-01-20usb: chipidea: msm: Make platform data driver local instead of globalStephen Boyd1-14/+9
2017-01-20usb: chipidea: msm: Restore wrapper settings after resetStephen Boyd1-0/+39
2017-01-20usb: chipidea: msm: Mux over secondary phy at the right timeStephen Boyd1-2/+60
2017-01-20usb: chipidea: msm: Add proper clk and reset supportStephen Boyd1-4/+68
2017-01-20usb: chipidea: msm: Use hw_write_id_reg() instead of writelStephen Boyd1-4/+2
2017-01-20usb: chipidea: msm: Rely on core to override AHBBURSTStephen Boyd1-2/+2
2017-01-20usb: chipidea: msm: Mark device as runtime pm activeStephen Boyd1-0/+1
2017-01-20usb: chipidea: vbus event may exist before starting gadgetPeter Chen1-5/+12
2017-01-20usb: chipidea: Consolidate extcon notifiersStephen Boyd2-37/+16
2017-01-20usb: chipidea: Add support for ULPI PHY busStephen Boyd5-6/+167
2017-01-20usb: chipidea: Remove locking in ci_udc_start()Stephen Boyd1-3/+0
2017-01-20usb: chipidea: Notify events when switching host modeStephen Boyd1-0/+6
2017-01-20usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd1-0/+6
2017-01-20usb: chipidea: Handle extcon events properlyStephen Boyd1-5/+41
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd3-39/+30
2017-01-20usb: chipdata: Replace the extcon APIChanwoo Choi1-24/+6
2016-12-25ktime: Get rid of the unionThomas Gleixner1-7/+7
2016-11-28Merge tag 'usb-ci-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman5-23/+86
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2-2/+1
2016-11-15usb: chipidea: move the lock initialization to core filePeter Chen2-2/+1
2016-11-14usb: chipidea: imx: Disable internal 60Mhz clock with ULPI PHYFabien Lahoudere1-0/+11
2016-11-14usb: chipidea: imx: configure imx for ULPI phyFabien Lahoudere3-14/+66
2016-11-14usb: chipidea: Properly mark little endian descriptorsStephen Boyd2-9/+9
2016-11-03usb: chipidea: udc: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: chipidea: udc: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-2/+2
2016-10-25usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren1-0/+2
2016-09-14usb: chipidea: udc: Use the preferred form for passing a size of a structFabio Estevam1-1/+1
2016-09-14usb: chipidea: udc: Fit into a single lineFabio Estevam1-2/+1
2016-09-14usb: chipidea: udc: Use dma_pool_zalloc()Fabio Estevam1-4/+2
2016-09-14usb: chipidea: host: disable io watchdogLucas Stach1-0/+3
2016-09-14usb: chipidea: udc: Use direction flags consequentlyStefan Wahren1-11/+11
2016-09-14usb: chipidea: imx: set over current polarity per dts settingLi Jun3-5/+21
2016-09-14usb: chipidea: udc: Don't flush endpoint fifo twiceStefan Wahren1-1/+0
2016-09-14usb: chipidea: udc: move write barrier into hw_ep_primeStefan Wahren1-5/+3
2016-09-09usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber1-0/+9
2016-08-19usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun1-2/+5
2016-06-21usb: chipidea: Kconfig: improve Kconfig help textPeter Chen1-2/+3