| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: gadget: Return -ENOMEM on memory allocation failure | Julia Lawall | 2010-08-24 | 1 | -0/+1 |
* | USB: gadget: fix composite kernel-doc warnings | Randy Dunlap | 2010-08-24 | 1 | -2/+2 |
* | USB: r8a66597-udc: return -ENOMEM if kzalloc() fails | Axel Lin | 2010-08-24 | 1 | -0/+1 |
* | USB: uvc_v4l2: cleanup test for end of loop | Dan Carpenter | 2010-08-24 | 1 | -1/+1 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 1 | -5/+5 |
|\ |
|
| * | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -5/+5 |
* | | USB: gadget: file_storage: serial parameter even if not test mode | Michal Nazarewicz | 2010-08-10 | 1 | -9/+11 |
* | | USB: s3c-hsotg: add support for clock gating | Marek Szyprowski | 2010-08-10 | 1 | -3/+17 |
* | | USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR register | Marek Szyprowski | 2010-08-10 | 1 | -2/+4 |
* | | USB: s3c-hsotg: fix compilation problem | Marek Szyprowski | 2010-08-10 | 1 | -0/+1 |
* | | USB: s3c-hsotg: Add support for external USB clock | Maurus Cuelenaere | 2010-08-10 | 1 | -0/+19 |
* | | USB: s3c-hsotg: Fix OUT packet request retry | Ben Dooks | 2010-08-10 | 1 | -7/+11 |
* | | USB: s3c-hsotg: Fix the OUT EP0 limit | Ben Dooks | 2010-08-10 | 1 | -2/+1 |
* | | USB: s3c-hsotg: Fix max EP0 IN request length | Ben Dooks | 2010-08-10 | 1 | -2/+1 |
* | | USB: s3c-hsotg: Check for new request before enqueing new setup | Ben Dooks | 2010-08-10 | 1 | -1/+1 |
* | | USB: s3c-hsotg: Only load packet per fifo write | Ben Dooks | 2010-08-10 | 1 | -0/+11 |
* | | USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO mode | Ben Dooks | 2010-08-10 | 1 | -2/+38 |
* | | USB: s3c-hsotg: Re-initialise all FIFOs on USB bus reset | Ben Dooks | 2010-08-10 | 1 | -9/+4 |
* | | USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo' | Ben Dooks | 2010-08-10 | 1 | -1/+11 |
* | | USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytes | Ben Dooks | 2010-08-10 | 1 | -1/+2 |
* | | USB: s3c-hsotg: Increase TX fifo limit | Ben Dooks | 2010-08-10 | 1 | -2/+2 |
* | | USB: gadget: storage: optional SCSI WRITE FUA bit | Andy Shevchenko | 2010-08-10 | 2 | -7/+52 |
* | | usb: gadget: storage: strict coversion of 'ro' parameter | Andy Shevchenko | 2010-08-10 | 1 | -4/+4 |
* | | USB: gadget: functionfs: stale Makefile entry removed | Michal Nazarewicz | 2010-08-10 | 1 | -1/+0 |
* | | USB: EHCI Debug Port Device Gadget | stephane duverger | 2010-08-10 | 3 | -0/+464 |
* | | USB: gadget: Remove unnecessary casts of private_data | Joe Perches | 2010-08-10 | 1 | -3/+3 |
* | | USB: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-08-10 | 1 | -3/+4 |
* | | USB: gadget: storage_common: comments updated | Michal Nazarewicz | 2010-08-10 | 1 | -21/+48 |
* | | USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE | stephane duverger | 2010-08-10 | 1 | -0/+1 |
* | | USB: gadget: g_fs: code cleanup | Michal Nazarewicz | 2010-08-10 | 2 | -137/+60 |
* | | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 2010-08-10 | 1 | -3/+3 |
* | | USB: gadget: section mismatch warning fixed | Michal Nazarewicz | 2010-08-10 | 13 | -22/+22 |
* | | USB: gadget: f_mass_storage: added eject callback | Michal Nazarewicz | 2010-08-10 | 2 | -40/+74 |
* | | USB: gadget: composite: added disconnect callback | Michal Nazarewicz | 2010-08-10 | 1 | -0/+2 |
* | | USB: gadget: g_multi: code clean up and refactoring | Michal Nazarewicz | 2010-08-10 | 2 | -116/+147 |
* | | USB: gadget: f_mass_storage: dead code removed | Michal Nazarewicz | 2010-08-10 | 1 | -3/+0 |
* | | USB: gadget: f_fs: use usb_string_ids_n() | Michal Nazarewicz | 2010-08-10 | 1 | -18/+12 |
* | | USB: gadget: composite: usb_string_ids_*() functions added | Michal Nazarewicz | 2010-08-10 | 1 | -4/+67 |
* | | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() | Michal Nazarewicz | 2010-08-10 | 2 | -4/+4 |
* | | USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config() | Michal Nazarewicz | 2010-08-10 | 3 | -6/+13 |
* | | USB: gadget: g_mass_storage: static data instead of dynamic allocation | Michal Nazarewicz | 2010-08-10 | 1 | -6/+9 |
* | | usb: gadget: Do not take BKL for gadget->ops->ioctl | Arnd Bergmann | 2010-08-10 | 2 | -6/+2 |
* | | USB: Add a serial number parameter to g_file_storage module | Yann Cantin | 2010-08-10 | 1 | -11/+58 |
* | | USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a d... | Joe Perches | 2010-08-10 | 1 | -3/+3 |
* | | usb: throw away custom hex digit methods | Andy Shevchenko | 2010-08-10 | 1 | -13/+2 |
* | | USB: gadget: Use memdup_user | Julia Lawall | 2010-08-10 | 1 | -7/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-08 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2010-08-05 | 2 | -4/+4 |
| |\ |
|
| | * | ALSA: usb-audio: unify UAC macros and struct names | Daniel Mack | 2010-06-23 | 2 | -4/+4 |
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ \ |
|