| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: s3c-hsotg: Staticise non-exported functions | Mark Brown | 2010-03-02 | 1 | -3/+4 |
* | USB: gadget: Add DEVTYPE support for Ethernet functions | Marcel Holtmann | 2010-03-02 | 1 | -0/+5 |
* | USB goku_udc: make PCI device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB gadget: make Open Firmware device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: gadget: introduce g_nokia gadget driver | Felipe Balbi | 2010-03-02 | 3 | -0/+271 |
* | USB: Correct CONFIG variable typo. | Robert P. J. Day | 2010-03-02 | 1 | -1/+1 |
* | USB: gadget: add INT support for Blackfin musb | Cliff Cai | 2010-03-02 | 1 | -0/+5 |
* | USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSB | Bryan Wu | 2010-03-02 | 1 | -0/+14 |
* | USB: at91_udc.c: use resource_size() | H Hartley Sweeten | 2010-03-02 | 1 | -6/+4 |
* | USB: atmel_usba_udc.c: use resource_size() | H Hartley Sweeten | 2010-03-02 | 1 | -2/+2 |
* | USB: pxa27x_udc.c: use resource_size() | H Hartley Sweeten | 2010-03-02 | 1 | -1/+1 |
* | USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware | Enrico Scholz | 2010-03-02 | 1 | -6/+13 |
* | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2010-03-01 | 2 | -4/+4 |
|\ |
|
| * | usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.h | Daniel Mack | 2010-02-23 | 2 | -4/+4 |
* | | USB: gadget: fix EEM gadget CRC usage | Brian Niebuhr | 2010-02-16 | 1 | -2/+1 |
* | | USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage | Michal Nazarewicz | 2010-02-16 | 1 | -1/+1 |
* | | USB: s3c-hsotg: Export usb_gadget_register_driver() | Mark Brown | 2010-02-16 | 1 | -0/+1 |
* | | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() | Mark Brown | 2010-02-16 | 1 | -0/+1 |
|/ |
|
* | USB: audio gadget: free alsa devices when unloading | Cliff Cai | 2009-12-23 | 4 | -5/+12 |
* | USB: audio gadget: fix wTotalLength calculation | Cliff Cai | 2009-12-23 | 1 | -1/+4 |
* | USB: gadget: Use ERR_PTR/IS_ERR | Julia Lawall | 2009-12-23 | 1 | -3/+5 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-12-12 | 1 | -15/+0 |
|\ |
|
| * | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 2 | -24/+50 |
| |\ |
|
| * | | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds | Anton Vorontsov | 2009-11-11 | 1 | -15/+0 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-12-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -1/+1 |
* | | | | USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS | Michal Nazarewicz | 2009-12-11 | 3 | -10/+21 |
* | | | | USB: g_multi kconfig: fix depends and help text | Randy Dunlap | 2009-12-11 | 1 | -7/+7 |
* | | | | USB: g_multi: Multifunction Composite Gadget added | Michal Nazarewicz | 2009-12-11 | 3 | -0/+399 |
* | | | | USB: g_mass_storage: thread_exits callback added | Michal Nazarewicz | 2009-12-11 | 2 | -14/+29 |
* | | | | USB: composite: usb_composite_unregister() no longer __exit | Michal Nazarewicz | 2009-12-11 | 1 | -2/+3 |
* | | | | USB: g_mass_storage: most data moved to fsg_common | Michal Nazarewicz | 2009-12-11 | 1 | -582/+648 |
* | | | | USB: g_mass_storage: code cleaned up and comments updated | Michal Nazarewicz | 2009-12-11 | 3 | -294/+387 |
* | | | | USB: g_mass_storage: lun_name_format and thread_name added | Michal Nazarewicz | 2009-12-11 | 1 | -5/+17 |
* | | | | USB: g_mass_storage: fsg_config added & module params handlig changed | Michal Nazarewicz | 2009-12-11 | 2 | -96/+178 |
* | | | | USB: g_mass_storage: Mass Storage Function created | Michal Nazarewicz | 2009-12-11 | 6 | -500/+426 |
* | | | | USB: Interface Association Descriptors added to CDC & RNDIS | Michal Nazarewicz | 2009-12-11 | 2 | -4/+59 |
* | | | | USB: g_mass_storage: fsg_common_init() created | Michal Nazarewicz | 2009-12-11 | 1 | -162/+199 |
* | | | | USB: g_mass_storage: constant length buffers used | Michal Nazarewicz | 2009-12-11 | 2 | -20/+21 |
* | | | | USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure | Michal Nazarewicz | 2009-12-11 | 1 | -168/+173 |
* | | | | USB: g_mass_storage: testing code from f_mass_storage.c removed | Michal Nazarewicz | 2009-12-11 | 2 | -572/+140 |
* | | | | USB: g_mass_storage: template f_mass_storage.c file created | Michal Nazarewicz | 2009-12-11 | 1 | -0/+3611 |
* | | | | USB: g_file_storage: more code from file_storage.c moved to storage_common.c | Michal Nazarewicz | 2009-12-11 | 2 | -117/+128 |
* | | | | USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed | Michal Nazarewicz | 2009-12-11 | 2 | -6/+13 |
* | | | | USB: g_file_storage: "fsg_" prefix added to some identifiers | Michal Nazarewicz | 2009-12-11 | 2 | -152/+183 |
* | | | | USB: g_file_storage: parts of file_storage.c moved to separate file | Michal Nazarewicz | 2009-12-11 | 2 | -567/+572 |
* | | | | USB: modifications for at91sam9g10 | Hong Xu | 2009-12-11 | 1 | -3/+3 |
* | | | | USB audio gadget: handle endpoint control requests at the function level | Laurent Pinchart | 2009-12-11 | 2 | -117/+74 |
* | | | | USB gadget: Handle endpoint requests at the function level | Laurent Pinchart | 2009-12-11 | 1 | -8/+46 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 2 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|