aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/gr_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-2235/+0
2014-06-30usb: gadget: gr_udc: Make of_device_id array constJingoo Han1-1/+1
2014-05-14usb: gadget: gr_udc: unconditionally use GFP_ATOMIC in gr_queue_ext()Alexey Khoroshilov1-1/+1
2014-04-21usb: gadget: gr_udc: Use GFP_ATOMIC when allocating under held spinlockAndreas Larsson1-2/+2
2014-04-21usb: gadget: gr_udc: Return error code when trying to set ep.maxpacket > ep.maxpacket_limitAndreas Larsson1-0/+4
2014-04-21usb: gadget: gr_udc: Add ep.maxpacket_limit to debugfs informationAndreas Larsson1-0/+1
2014-04-21usb: gadget: gr_udc: Use of_property_read_u32_index to access arraysAndreas Larsson1-8/+4
2014-04-21usb: gadget: gr_udc: Use platform_get_irq instead of irq_of_parse_and_mapAndreas Larsson1-6/+8
2014-04-21usb: gadget: gr_udc: improve platform_device variable nameAndreas Larsson1-9/+9
2014-02-20usb: gadget: gr_udc: remove some unneeded error handlingDan Carpenter1-8/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun1-3/+0
2013-12-23usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson1-0/+2242