summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorLines
2016-02-25usb: chipidea: otg: change workqueue ci_otg as freezablePeter Chen-1/+1
2016-02-19usb: chipidea: fix return value check in ci_hdrc_pci_probe()Wei Yongjun-2/+2
2016-02-19usb: chipidea: error on overflow for port_test_writeAlan-0/+3
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+1
2015-12-24usb: chipidea: otg: use usb autosuspend to suspend bus for HNPLi Jun-8/+18
2015-12-24usb: chipidea: host: set host to be null after hcd is freedLi Jun-0/+2
2015-12-24usb: chipidea: removing of_find_propertySaurabh Sengar-35/+22
2015-12-24usb: chipidea: implement platform shutdown callbackAndreas Fenkart-0/+6
2015-12-24usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG referencePeter Chen-1/+0
2015-12-24usb: chipidea: delete static debug supportPeter Chen-7/+0
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen-35/+4
2015-12-24usb: chipidea: udc: improve error handling on _hardware_enqueueFelipe F. Tonello-5/+14
2015-12-24usb: chipidea: udc: _ep_queue and _hw_queue cleanupFelipe F. Tonello-2/+6
2015-12-01usb: chipidea: msm: Use posted data writes on AHBAndy Gross-1/+2
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar-2/+1
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek-1/+1
2015-11-18usb: chipidea: imx: fix a possible NULL dereferenceLABBE Corentin-3/+8
2015-11-18usb: chipidea: usbmisc_imx: fix a possible NULL dereferenceLABBE Corentin-4/+6
2015-11-18usb: chipidea: otg: gadget module load and unload supportLi Jun-0/+17
2015-11-18usb: chipidea: debug: disable usb irq while role switchLi Jun-0/+2
2015-11-18usb: chipidea: imx: refine clock operations to adapt for all platformsPeter Chen-18/+113
2015-10-22Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-7/+257
2015-10-22usb: chipidea: otg: don't wait vbus drops below BSV when starts hostLi Jun-3/+6
2015-10-22chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE()Sergei Shtylyov-3/+3
2015-10-22usb: chipidea: imx: add imx6ul usb supportPeter Chen-0/+10
2015-10-22usb: chipidea: imx: add usb support for imx7dPeter Chen-0/+67
2015-10-22usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam-0/+7
2015-10-22usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov-1/+164
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus-1/+1
2015-09-16usb: chipidea: imx: fix a typo for imx6sxLi Jun-1/+1
2015-09-15usb: chipidea: add xilinx zynq platform dataNathan Sullivan-6/+19
2015-09-15usb: chipidea: udc: using the correct stall implementationPeter Chen-40/+44
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-31/+169
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-2/+40
2015-08-14usb: chipidea: add tx/rx burst size configuration interfacePeter Chen-0/+40
2015-08-14usb: chipidea: usbmisc_imx: add non-burst setting for imx6Peter Chen-2/+10
2015-08-14usb: chipidea: add ahb burst configuration interfacePeter Chen-0/+17
2015-08-14usb: chipidea: imx: add stream mode enable for device mode at imx6sl/imx6sxPeter Chen-6/+10
2015-08-14usb: chipidea: define stream mode disable for both rolesPeter Chen-1/+12
2015-08-14usb: chipidea: udc: zero-length packet is only needed for TXPeter Chen-1/+1
2015-08-14usb: chipidea: host: override hcd reset APIPeter Chen-2/+16
2015-08-14usb: chipidea: imx: properly check for usbmiscTomeu Vizoso-1/+1
2015-08-14usb: chipidea: debug: add runtime pm for register accessLi Jun-0/+6
2015-08-14usb:chipidea:Make the function hw_alloc_repmap have a return type of voidNicholas Krause-2/+1
2015-08-14usb: chipidea: host: delete the redundancy ci_hdrc structPeter Chen-3/+1
2015-08-14usb: chipidea: introduce ITC tuning interfacePeter Chen-0/+16
2015-08-14usb: chipidea: introduce ci_platform_configurePeter Chen-18/+27
2015-08-14usb: chipidea: otg_fsm: delete the duplicated reset controller operationPeter Chen-1/+0
2015-08-14usb: chipidea: udc: add USB_DEVICE_A_HNP_SUPPORT request supportPeter Chen-0/+7