summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* usb: at91_udc: pass the vbus initial valueBo Shen2015-02-041-0/+2
* Merge branch 'for-next/resource-err-ptr'Sascha Hauer2014-10-021-2/+2
|\
| * resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+2
* | USB: gadget: put poller into coreSascha Hauer2014-09-261-17/+6
|/
* USB: gadget: Update to 3.15Sascha Hauer2014-07-221-74/+47
* Fix AT91 UDC driver on boards without vbus.Owen Kirby2014-04-231-8/+10
* USB gadget: at91: return error when no udc is registeredSascha Hauer2014-02-131-1/+1
* gadget: at91: Fix uninitialized variableAlexander Shiyan2014-01-291-2/+1
* gadget: at91: Fix uninitialized variableAlexander Shiyan2013-10-221-2/+2
* USB gadget at91: Use dev_add_param_bool for vbus parameterSascha Hauer2013-04-111-16/+7
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* usb: at91_udc: request and configure vbus pin via gpiolibJean-Christophe PLAGNIOL-VILLARD2013-01-021-0/+7
* at91: switch to gpiolibJean-Christophe PLAGNIOL-VILLARD2012-12-221-1/+1
* at91: use gpio_is_valid to check gpioJean-Christophe PLAGNIOL-VILLARD2012-12-221-1/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* usb gadget at91: Use correct includeSascha Hauer2012-07-251-0/+1
* gpio: add static inlines for gpio_request/gpio_freeSascha Hauer2012-07-251-1/+1
* at91_udc: update vbus param only if updatedJean-Christophe PLAGNIOL-VILLARD2012-01-021-2/+15
* at91: add udc usb device controller supportJean-Christophe PLAGNIOL-VILLARD2011-12-141-0/+1525