summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-22serial: mrst_max3110: some code cleanupFeng Tang2-127/+201
2010-10-22tty_io: check return code of tty_register_deviceVasiliy Kulikov1-2/+22
2010-10-22Char: mxser, call pci_disable_device from probe/removeJiri Slaby1-25/+22
2010-10-22add ttyprintk driverSamo Pogacnik4-0/+242
2010-10-22serial-core: restore termios settings when resume console portsJason Wang1-0/+12
2010-10-22serial-core: skip call set_termios/console_start when no_console_suspendJason Wang1-1/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on s390 (enables termiox)Jeff Mahoney1-87/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)Jeff Mahoney1-83/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on m68k (enables termiox)Jeff Mahoney1-79/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on m32r (enables termiox)Jeff Mahoney1-82/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on ia64 (enables termiox)Jeff Mahoney1-88/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)Jeff Mahoney1-80/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on frv (enables termiox)Jeff Mahoney1-79/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on cris (enables termiox)Jeff Mahoney2-83/+3
2010-10-22ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox)Jeff Mahoney1-85/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on arm (enables termiox)Jeff Mahoney1-82/+1
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg3-6/+15
2010-10-22serial: Add CONSOLE_POLL support for uartliteMichal Simek1-1/+25
2010-10-22serial: mfd: snprintf() returns largish valuesDan Carpenter1-0/+6
2010-10-22serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov1-0/+1
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2-0/+18
2010-10-22driver core: Display error codes when class suspend failsMark Brown1-4/+4
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot2-6/+13
2010-10-22Driver core: Add mutex for adding/removing memory blocksNathan Fontenot1-0/+7
2010-10-22Driver core: Move find_memory_block routineNathan Fontenot1-33/+33
2010-10-22hpilo: Despecificate driver from iLO generationdann frazier2-6/+6
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt1-3/+5
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2-10/+20
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt2-0/+41
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap1-0/+6
2010-10-22driver-core: base: change to new flag variablematt mooney1-3/+1
2010-10-22sysfs: only access bin file vm_ops with the active lockEric W. Biederman1-16/+26
2010-10-22sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman1-18/+8
2010-10-22FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap1-1/+0
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman1-35/+18
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman1-6/+37
2010-10-22uio: Cleanup irq handling.Eric W. Biederman2-8/+8
2010-10-22uio: Don't clear driver dataEric W. Biederman1-14/+3
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman1-43/+15
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen7-30/+68
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers8-259/+43
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov1-20/+12
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov1-1/+8
2010-10-22debugfs: mark me as the maintainerGreg Kroah-Hartman1-1/+3
2010-10-22pch_phub: fix build warningsGreg Kroah-Hartman1-5/+5
2010-10-22add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak4-0/+742
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2-0/+38
2010-10-22uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-6/+7
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto1-2/+2
2010-10-22Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger1-10/+23