| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: gadget: Gadget directory cleanup - group UDC drivers | Andrzej Pietrasiewicz | 2014-07-16 | 1 | -1823/+0 |
* | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-09 | 1 | -1/+0 |
* | usb: gadget: add "maxpacket_limit" field to struct usb_ep | Robert Baldyga | 2013-12-17 | 1 | -2/+2 |
* | usb: gadget: goku: remove unused argument | Michal Nazarewicz | 2013-11-26 | 1 | -8/+4 |
* | usb: Remove unnecessary semicolons | Joe Perches | 2013-10-12 | 1 | -1/+1 |
* | usb: gadget: Remove redundant pci_set_drvdata | Sachin Kamat | 2013-09-26 | 1 | -1/+0 |
* | usb: gadget: goku_udc: use NULL instead of 0 | Jingoo Han | 2013-08-02 | 1 | -1/+1 |
* | gadget: single_open() leaks | Al Viro | 2013-05-05 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 1 | -50/+39 |
|\ |
|
| * | goku_udc: Don't use create_proc_read_entry() | David Howells | 2013-04-29 | 1 | -50/+39 |
* | | usb: gadget: goku_udc: don't assign gadget.dev.release directly | Felipe Balbi | 2013-03-18 | 1 | -2/+2 |
* | | usb: gadget: goku_udc: don't touch gadget.dev.driver | Felipe Balbi | 2013-03-18 | 1 | -2/+0 |
* | | usb: gadget: goku_udc: remove unused macro | Felipe Balbi | 2013-03-18 | 1 | -3/+0 |
* | | usb: gadget: goku_udc: remove unnecessary initializations | Felipe Balbi | 2013-03-18 | 1 | -2/+0 |
* | | usb: gadget: drop now unnecessary flag | Felipe Balbi | 2013-03-18 | 1 | -1/+0 |
* | | usb: gadget: goku_udc: let udc-core manage gadget->dev | Felipe Balbi | 2013-03-18 | 1 | -9/+1 |
|/ |
|
* | usb: gadget: goku_udc: convert to udc_start/udc_stop | Felipe Balbi | 2013-01-24 | 1 | -56/+14 |
* | usb: gadget: remove global variable composite in composite.c | Sebastian Andrzej Siewior | 2012-09-10 | 1 | -3/+3 |
* | goku_udc: remove IRQF_SAMPLE_RANDOM which was commented out | Theodore Ts'o | 2012-07-19 | 1 | -1/+1 |
* | usb: gadget: goku_udc: Remove unneeded condition | Ido Shayevitz | 2012-06-04 | 1 | -1/+1 |
* | usb: gadget: Update goku_udc to use usb_endpoint_descriptor inside the struct... | Ido Shayevitz | 2012-05-04 | 1 | -10/+10 |
* | usb: gadget: use module_pci_driver | Axel Lin | 2012-05-04 | 1 | -11/+1 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | usb: gadget: goku: use generic map/unmap routines | Felipe Balbi | 2012-02-28 | 1 | -10/+8 |
* | usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable | Ido Shayevitz | 2012-02-24 | 1 | -0/+1 |
* | usb: gadget: rename usb_gadget_driver::speed to max_speed | Michal Nazarewicz | 2011-12-12 | 1 | -1/+1 |
* | usb: gadget: replace usb_gadget::is_dualspeed with max_speed | Michal Nazarewicz | 2011-12-12 | 1 | -0/+1 |
* | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 2011-06-28 | 1 | -5/+14 |
* | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 1 | -0/+1 |
* | usb: gadget: goku_udc: Fix error path | Dan Carpenter | 2010-10-22 | 1 | -11/+15 |
* | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 2010-10-22 | 1 | -4/+5 |
* | USB: goku_udc: remove potential null dereference | Dan Carpenter | 2010-03-19 | 1 | -1/+1 |
* | USB goku_udc: make PCI device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: Goku-S: use helper functions to determine endpoint type and direction | Matthias Kaehlcke | 2009-06-16 | 1 | -3/+3 |
* | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-25 | 1 | -4/+4 |
* | USB: Fix goku_udc usb speed handling | SangSu Park | 2009-01-07 | 1 | -1/+1 |
* | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 2008-07-25 | 1 | -1/+1 |
* | USB: usb dev_set_name() instead of dev->bus_id | Kay Sievers | 2008-07-22 | 1 | -1/+1 |
* | usb: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-25 | 1 | -10/+10 |
* | USB: usb peripheral controller driver oops avoidance | Patrik Sevallius | 2008-02-01 | 1 | -0/+1 |
* | USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> | David Brownell | 2007-10-12 | 1 | -1/+1 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | USB: goku_udc trivial cleanups | David Brownell | 2007-07-13 | 1 | -19/+17 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 2007-07-13 | 1 | -48/+0 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | USB: goku_udc: Remove crude cache coherency code | Ralf Baechle | 2007-03-10 | 1 | -29/+0 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-08 | 1 | -1/+1 |
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 1 | -9/+3 |