Age | Commit message (Expand) | Author | Files | Lines |
2016-10-25 | usb: chipidea: host: fix NULL ptr dereference during shutdown | Stefan Wahren | 1 | -0/+2 |
2016-09-14 | usb: chipidea: udc: Use the preferred form for passing a size of a struct | Fabio Estevam | 1 | -1/+1 |
2016-09-14 | usb: chipidea: udc: Fit into a single line | Fabio Estevam | 1 | -2/+1 |
2016-09-14 | usb: chipidea: udc: Use dma_pool_zalloc() | Fabio Estevam | 1 | -4/+2 |
2016-09-14 | usb: chipidea: host: disable io watchdog | Lucas Stach | 1 | -0/+3 |
2016-09-14 | usb: chipidea: udc: Use direction flags consequently | Stefan Wahren | 1 | -11/+11 |
2016-09-14 | usb: chipidea: imx: set over current polarity per dts setting | Li Jun | 3 | -5/+21 |
2016-09-14 | usb: chipidea: udc: Don't flush endpoint fifo twice | Stefan Wahren | 1 | -1/+0 |
2016-09-14 | usb: chipidea: udc: move write barrier into hw_ep_prime | Stefan Wahren | 1 | -5/+3 |
2016-09-09 | usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase | Clemens Gruber | 1 | -0/+9 |
2016-08-19 | usb: chipidea: udc: don't touch DP when controller is in host mode | Li Jun | 1 | -2/+5 |
2016-06-21 | usb: chipidea: Kconfig: improve Kconfig help text | Peter Chen | 1 | -2/+3 |
2016-04-06 | usb: chipidea: imx: delete the redundant setting default DMA mask code | Peter Chen | 1 | -4/+0 |
2016-03-17 | Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -13/+43 |
2016-03-04 | usb: chipidea: otg: add A idle to B disconnect timer | Li Jun | 2 | -2/+12 |
2016-03-04 | usb: chipidea: otg: enable HNP polling support for gadget and host | Li Jun | 1 | -0/+4 |
2016-03-04 | usb: chipidea: otg: set host_request_flag for gadget | Li Jun | 1 | -1/+12 |
2016-03-04 | usb: chipidea: udc: bypass otg status selector handling to gadget driver | Li Jun | 1 | -1/+2 |
2016-03-01 | Merge tag 'usb-ci-v4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 3 | -5/+12 |
2016-03-01 | Merge 4.5-rc6 into usb-next | Greg Kroah-Hartman | 1 | -2/+2 |
2016-02-29 | usb: chipidea: imx: avoid EPROBE_DEFER printed as error | Stefan Agner | 1 | -3/+3 |
2016-02-29 | Revert "usb: chipidea: imx: enable CI_HDRC_SET_NON_ZERO_TTHA" | Peter Chen | 1 | -1/+0 |
2016-02-29 | usb: chipidea: add system interface for ttctrl.ttha | Peter Chen | 1 | -0/+3 |
2016-02-29 | usb: chipidea: udc: remove unused value assignment | Li Jun | 1 | -1/+0 |
2016-02-29 | usb: chipidea: add CI_HDRC_TURN_VBUS_EARLY_ON for imx23 | Stefan Wahren | 1 | -0/+6 |
2016-02-25 | usb: chipidea: otg: change workqueue ci_otg as freezable | Peter Chen | 1 | -1/+1 |
2016-02-20 | chipidea: error on overflow for port_test_write | Alan | 1 | -0/+3 |
2016-02-19 | usb: chipidea: fix return value check in ci_hdrc_pci_probe() | Wei Yongjun | 1 | -2/+2 |
2016-02-19 | usb: chipidea: error on overflow for port_test_write | Alan | 1 | -0/+3 |
2016-01-24 | usb: chipidea: debug: use list_for_each_entry | Geliang Tang | 1 | -4/+1 |
2016-01-20 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2015-12-24 | usb: chipidea: otg: use usb autosuspend to suspend bus for HNP | Li Jun | 1 | -8/+18 |
2015-12-24 | usb: chipidea: host: set host to be null after hcd is freed | Li Jun | 1 | -0/+2 |
2015-12-24 | usb: chipidea: removing of_find_property | Saurabh Sengar | 1 | -35/+22 |
2015-12-24 | usb: chipidea: implement platform shutdown callback | Andreas Fenkart | 1 | -0/+6 |
2015-12-24 | usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG reference | Peter Chen | 1 | -1/+0 |
2015-12-24 | usb: chipidea: delete static debug support | Peter Chen | 2 | -7/+0 |
2015-12-24 | usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUG | Peter Chen | 6 | -35/+4 |
2015-12-24 | usb: chipidea: udc: improve error handling on _hardware_enqueue | Felipe F. Tonello | 1 | -5/+14 |
2015-12-24 | usb: chipidea: udc: _ep_queue and _hw_queue cleanup | Felipe F. Tonello | 1 | -2/+6 |
2015-12-01 | usb: chipidea: msm: Use posted data writes on AHB | Andy Gross | 1 | -1/+2 |
2015-12-01 | usb : replace dma_pool_alloc and memset with dma_pool_zalloc | Saurabh Sengar | 1 | -2/+1 |
2015-11-25 | kbuild: Allow to specify composite modules with modname-m | Michal Marek | 1 | -1/+1 |
2015-11-18 | usb: chipidea: imx: fix a possible NULL dereference | LABBE Corentin | 1 | -3/+8 |
2015-11-18 | usb: chipidea: usbmisc_imx: fix a possible NULL dereference | LABBE Corentin | 1 | -4/+6 |
2015-11-18 | usb: chipidea: otg: gadget module load and unload support | Li Jun | 1 | -0/+17 |
2015-11-18 | usb: chipidea: debug: disable usb irq while role switch | Li Jun | 1 | -0/+2 |
2015-11-18 | usb: chipidea: imx: refine clock operations to adapt for all platforms | Peter Chen | 1 | -18/+113 |
2015-10-22 | Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 6 | -7/+257 |
2015-10-22 | usb: chipidea: otg: don't wait vbus drops below BSV when starts host | Li Jun | 1 | -3/+6 |