aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi1-0/+3
2018-03-13usb: gadget: udc: Use scnprintf() instead of snprintf()Jaejoong Kim2-3/+3
2018-03-13usb: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches2-30/+25
2018-03-13usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches1-71/+2
2018-03-08usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl1-21/+13
2018-03-08usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-03-08USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-39/+3
2018-03-08USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-17/+3
2018-03-08USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-15/+2
2018-03-08USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-29/+4
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2018-02-12usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner1-2/+2
2018-02-12usb: gadget: udc: Remove USB_GADGET_DUALSPEED selectUlf Magnusson1-1/+0
2018-02-12usb: gadget: core: Fix use-after-free of usb_requestManu Gautam1-1/+1
2018-02-12usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()Yoshihiro Shimoda1-1/+1
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman1-4/+4
2018-01-22usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman1-15/+13
2018-01-09USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern1-15/+13
2017-12-11USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros1-13/+1
2017-12-11USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros1-2/+0
2017-12-11usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe()Markus Elfring1-8/+8
2017-12-11usb: gadget: pxa27x: Remove redundant assignment to is_short and devColin Ian King1-3/+0
2017-12-11usb: gadget: udc-xilinx: remove redundant pointer udcColin Ian King1-2/+0
2017-12-11USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"Colin Ian King1-1/+1
2017-12-11gadget event trace : add request pointerMatthieu CASTET1-2/+4
2017-11-28usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros1-2/+6
2017-11-28usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda1-1/+1
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych1-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook6-20/+19
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds60-423/+188
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman60-346/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-0/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman60-0/+60
2017-11-03usb: gadget: udc: renesas_usb3: make const array max_packet_array staticColin Ian King1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-nextGreg Kroah-Hartman1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-43/+111
2017-10-24usb: gadget: goku_udc: mark expected switch fall-throughsGustavo A. R. Silva1-5/+9
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-10-20usb: gadget: udc: gr: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-20usb: gadget: udc: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-19usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+1
2017-10-19usb: gadget: udc: renesas_usb3: add support for generic phyYoshihiro Shimoda1-2/+24
2017-10-19usb: gadget: udc: renesas_usb3: Add suspend/resume functionsYoshihiro Shimoda1-0/+34
2017-10-19usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()Kazuya Mizuguchi1-2/+2