summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber2016-09-091-0/+9
* usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun2016-08-191-2/+5
* usb: chipidea: Kconfig: improve Kconfig help textPeter Chen2016-06-211-2/+3
* usb: chipidea: imx: delete the redundant setting default DMA mask codePeter Chen2016-04-061-4/+0
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-176-13/+43
|\
| * usb: chipidea: otg: add A idle to B disconnect timerLi Jun2016-03-042-2/+12
| * usb: chipidea: otg: enable HNP polling support for gadget and hostLi Jun2016-03-041-0/+4
| * usb: chipidea: otg: set host_request_flag for gadgetLi Jun2016-03-041-1/+12
| * usb: chipidea: udc: bypass otg status selector handling to gadget driverLi Jun2016-03-041-1/+2
| * Merge tag 'usb-ci-v4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-03-013-5/+12
| |\
| | * usb: chipidea: imx: avoid EPROBE_DEFER printed as errorStefan Agner2016-02-291-3/+3
| | * Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA"Peter Chen2016-02-291-1/+0
| | * usb: chipidea: add system interface for ttctrl.tthaPeter Chen2016-02-291-0/+3
| | * usb: chipidea: udc: remove unused value assignmentLi Jun2016-02-291-1/+0
| | * usb: chipidea: add CI_HDRC_TURN_VBUS_EARLY_ON for imx23Stefan Wahren2016-02-291-0/+6
| * | Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman2016-03-011-2/+2
| |\ \ | | |/ | |/|
| * | chipidea: error on overflow for port_test_writeAlan2016-02-201-0/+3
| * | usb: chipidea: debug: use list_for_each_entryGeliang Tang2016-01-241-4/+1
* | | usb: chipidea: otg: change workqueue ci_otg as freezablePeter Chen2016-02-251-1/+1
| |/ |/|
* | usb: chipidea: fix return value check in ci_hdrc_pci_probe()Wei Yongjun2016-02-191-2/+2
* | usb: chipidea: error on overflow for port_test_writeAlan2016-02-191-0/+3
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-01-201-1/+1
|\
| * kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-251-1/+1
* | usb: chipidea: otg: use usb autosuspend to suspend bus for HNPLi Jun2015-12-241-8/+18
* | usb: chipidea: host: set host to be null after hcd is freedLi Jun2015-12-241-0/+2
* | usb: chipidea: removing of_find_propertySaurabh Sengar2015-12-241-35/+22
* | usb: chipidea: implement platform shutdown callbackAndreas Fenkart2015-12-241-0/+6
* | usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG referencePeter Chen2015-12-241-1/+0
* | usb: chipidea: delete static debug supportPeter Chen2015-12-242-7/+0
* | usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen2015-12-246-35/+4
* | usb: chipidea: udc: improve error handling on _hardware_enqueueFelipe F. Tonello2015-12-241-5/+14
* | usb: chipidea: udc: _ep_queue and _hw_queue cleanupFelipe F. Tonello2015-12-241-2/+6
* | usb: chipidea: msm: Use posted data writes on AHBAndy Gross2015-12-011-1/+2
* | usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-011-2/+1
* | usb: chipidea: imx: fix a possible NULL dereferenceLABBE Corentin2015-11-181-3/+8
* | usb: chipidea: usbmisc_imx: fix a possible NULL dereferenceLABBE Corentin2015-11-181-4/+6
* | usb: chipidea: otg: gadget module load and unload supportLi Jun2015-11-181-0/+17
* | usb: chipidea: debug: disable usb irq while role switchLi Jun2015-11-181-0/+2
* | usb: chipidea: imx: refine clock operations to adapt for all platformsPeter Chen2015-11-181-18/+113
|/
* Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-10-226-7/+257
|\
| * usb: chipidea: otg: don't wait vbus drops below BSV when starts hostLi Jun2015-10-221-3/+6
| * chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE()Sergei Shtylyov2015-10-221-3/+3
| * usb: chipidea: imx: add imx6ul usb supportPeter Chen2015-10-222-0/+10
| * usb: chipidea: imx: add usb support for imx7dPeter Chen2015-10-222-0/+67
| * usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam2015-10-221-0/+7
| * usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov2015-10-223-1/+164
* | usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1
* | usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2015-09-271-1/+1
|/
* usb: chipidea: imx: fix a typo for imx6sxLi Jun2015-09-161-1/+1
* usb: chipidea: add xilinx zynq platform dataNathan Sullivan2015-09-151-6/+19