aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-21usb: chipidea: Kconfig: improve Kconfig help textPeter Chen1-2/+3
2016-04-06usb: chipidea: imx: delete the redundant setting default DMA mask codePeter Chen1-4/+0
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-13/+43
2016-03-04usb: chipidea: otg: add A idle to B disconnect timerLi Jun2-2/+12
2016-03-04usb: chipidea: otg: enable HNP polling support for gadget and hostLi Jun1-0/+4
2016-03-04usb: chipidea: otg: set host_request_flag for gadgetLi Jun1-1/+12
2016-03-04usb: chipidea: udc: bypass otg status selector handling to gadget driverLi Jun1-1/+2
2016-03-01Merge tag 'usb-ci-v4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman3-5/+12
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman1-2/+2
2016-02-29usb: chipidea: imx: avoid EPROBE_DEFER printed as errorStefan Agner1-3/+3
2016-02-29Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"Peter Chen1-1/+0
2016-02-29usb: chipidea: add system interface for ttctrl.tthaPeter Chen1-0/+3
2016-02-29usb: chipidea: udc: remove unused value assignmentLi Jun1-1/+0
2016-02-29usb: chipidea: add CI_HDRC_TURN_VBUS_EARLY_ON for imx23Stefan Wahren1-0/+6
2016-02-25usb: chipidea: otg: change workqueue ci_otg as freezablePeter Chen1-1/+1
2016-02-20chipidea: error on overflow for port_test_writeAlan1-0/+3
2016-02-19usb: chipidea: fix return value check in ci_hdrc_pci_probe()Wei Yongjun1-2/+2
2016-02-19usb: chipidea: error on overflow for port_test_writeAlan1-0/+3
2016-01-24usb: chipidea: debug: use list_for_each_entryGeliang Tang1-4/+1
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-12-24usb: chipidea: otg: use usb autosuspend to suspend bus for HNPLi Jun1-8/+18
2015-12-24usb: chipidea: host: set host to be null after hcd is freedLi Jun1-0/+2
2015-12-24usb: chipidea: removing of_find_propertySaurabh Sengar1-35/+22
2015-12-24usb: chipidea: implement platform shutdown callbackAndreas Fenkart1-0/+6
2015-12-24usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG referencePeter Chen1-1/+0
2015-12-24usb: chipidea: delete static debug supportPeter Chen2-7/+0
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen6-35/+4
2015-12-24usb: chipidea: udc: improve error handling on _hardware_enqueueFelipe F. Tonello1-5/+14
2015-12-24usb: chipidea: udc: _ep_queue and _hw_queue cleanupFelipe F. Tonello1-2/+6
2015-12-01usb: chipidea: msm: Use posted data writes on AHBAndy Gross1-1/+2
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek1-1/+1
2015-11-18usb: chipidea: imx: fix a possible NULL dereferenceLABBE Corentin1-3/+8
2015-11-18usb: chipidea: usbmisc_imx: fix a possible NULL dereferenceLABBE Corentin1-4/+6
2015-11-18usb: chipidea: otg: gadget module load and unload supportLi Jun1-0/+17
2015-11-18usb: chipidea: debug: disable usb irq while role switchLi Jun1-0/+2
2015-11-18usb: chipidea: imx: refine clock operations to adapt for all platformsPeter Chen1-18/+113
2015-10-22Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman6-7/+257
2015-10-22usb: chipidea: otg: don't wait vbus drops below BSV when starts hostLi Jun1-3/+6
2015-10-22chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE()Sergei Shtylyov1-3/+3
2015-10-22usb: chipidea: imx: add imx6ul usb supportPeter Chen2-0/+10
2015-10-22usb: chipidea: imx: add usb support for imx7dPeter Chen2-0/+67
2015-10-22usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam1-0/+7
2015-10-22usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov3-1/+164
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+1
2015-09-16usb: chipidea: imx: fix a typo for imx6sxLi Jun1-1/+1
2015-09-15usb: chipidea: add xilinx zynq platform dataNathan Sullivan1-6/+19
2015-09-15usb: chipidea: udc: using the correct stall implementationPeter Chen1-40/+44
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman9-31/+169