summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-2213-198/+577
|\
| * mxc_udc: add workaround for ENGcm09152 for i.MX35Eric Bénard2010-10-221-0/+3
| * usb: usb3.0 ch9 definitionsTatyana Brokhman2010-10-221-1/+57
| * usb-storage: add new no_read_capacity_16 quirkHans de Goede2010-10-221-1/+3
| * usb-storage: add new no_read_disc_info quirkHans de Goede2010-10-221-1/+3
| * USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey2010-10-221-0/+1
| * USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin2010-10-221-0/+15
| * USB: Add more empty functions in otg.hGrazvydas Ignotas2010-10-221-0/+11
| * usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad2010-10-221-0/+1
| * USB: Move USB Storage definitions to their own header fileMatthew Wilcox2010-10-222-37/+49
| * USB: storage: Use USB_ prefix instead of US_ prefixMichal Nazarewicz2010-10-221-29/+30
| * USB: cdc.h: ncm: fix one more typoYauheni Kaliuta2010-10-221-2/+2
| * USB: cdc.h: ncm: add missed constants and structuresYauheni Kaliuta2010-10-221-2/+55
| * Revert "USB: ncm: added ncm.h with auxiliary definitions"Yauheni Kaliuta2010-10-221-114/+0
| * USB: cdc.h: ncm: typo and style fixesYauheni Kaliuta2010-10-221-10/+12
| * USB OTG Langwell: Update OTG Kconfig and driver version.Hao Wu2010-10-221-1/+1
| * USB OTG: Add common data structure for Intel MID Platform (Langwell/Penwell)Hao Wu2010-10-221-0/+180
| * init.h: add some more documentation to __ref* tagsMichal Nazarewicz2010-10-221-3/+10
| * usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-221-5/+3
| * usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz2010-10-221-14/+5
| * usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-12/+8
| * USB: gadget: composite: Better string override handlingMichal Nazarewicz2010-10-221-0/+13
| * USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu2010-10-221-0/+10
| * usb: Add Intel Langwell USB OTG Transceiver DriverHao Wu2010-10-221-0/+139
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-227-1/+37
|\ \
| * | serial: abstraction for 8250 legacy portsAlan Cox2010-10-221-0/+4
| * | 8250: allow platforms to override PM hook.Manuel Lauss2010-10-222-0/+6
| * | altera_uart: Fix missing prototype for registering an early consoleAnton Vorontsov2010-10-221-0/+4
| * | altera_uart: Add support for different address stridesAnton Vorontsov2010-10-221-0/+1
| * | serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov2010-10-221-0/+8
| * | vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2010-10-221-0/+1
| * | tty: Make tiocgicount a handlerAlan Cox2010-10-222-0/+11
| * | tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-221-1/+1
| * | tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-225-1/+17
|\ \
| * | Driver core: Add section count to memory_block structNathan Fontenot2010-10-221-0/+2
| * | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-221-0/+2
| * | kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+2
| * | uio: Cleanup irq handling.Eric W. Biederman2010-10-221-1/+1
| * | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-0/+7
| * | driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-0/+1
|\ \
| * | [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-081-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-10-221-2/+2
|\ \ \
| * | | dlm: Fix dlm lock status block comment in dlm.hSteven Whitehouse2010-09-071-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-222-25/+8
|\ \ \
| * | | percpu: use percpu allocator on UP tooTejun Heo2010-09-081-24/+5
| * | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
| * | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-17/+34
|\ \ \ \
OpenPOWER on IntegriCloud