summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: move files to place where Linux has themSascha Hauer2023-03-201-1530/+0
* ARM: at91: Move mach header files to include/mach/at91Sascha Hauer2023-03-061-5/+5
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-5/+1
* ARM: at91: delete no-longer needed #ifdef guardsAhmad Fatoum2019-10-141-6/+0
* ARM: at91: replace __raw_{readl, writel} of peripherals with readl, writelAhmad Fatoum2019-05-241-43/+43
* usb: at91_udc: remove useless NULL checkOleksij Rempel2018-11-211-2/+1
* Merge branch 'for-next/usb'Sascha Hauer2018-11-091-1/+1
|\
| * usb: gadget: set maxpacket_limitLadislav Michl2018-10-291-1/+1
* | ARM: at91: remove mach/io.hSascha Hauer2018-11-061-1/+1
* | ARM: at91: Add SoC namespace to matrix definesSascha Hauer2018-11-051-6/+13
|/
* at91_udc: add DT supportSam Ravnborg2017-09-061-11/+45
* 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