summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi...Jim Cromie1-2/+4
2006-06-27[PATCH] gpio-patchset-fixups: include linux/io.hJim Cromie1-1/+1
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexesJim Cromie1-4/+4
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regsJim Cromie1-4/+23
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleJim Cromie3-30/+29
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de...Jim Cromie1-38/+64
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio moduleJim Cromie3-2/+297
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common moduleJim Cromie2-3/+17
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common moduleJim Cromie2-90/+95
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add empty common-moduleJim Cromie2-1/+46
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtableJim Cromie1-10/+14
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtableJim Cromie1-0/+13
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-fileJim Cromie1-0/+16
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add platforn_device for use w de...Jim Cromie1-17/+36
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: modernize driver init to 2.6 apiJim Cromie1-12/+41
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie1-17/+9
2006-06-27[PATCH] stallion clean upAlan Cox1-122/+86
2006-06-27[PATCH] IPMI: use schedule in kthreadakpm@osdl.org1-1/+1
2006-06-27[PATCH] tty: fix TCSBRK commentPaul Fulghum1-4/+3
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar6-6/+6
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-3/+6
2006-06-26[PATCH] type-oh bug in tlclk.cmark gross1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-7/+7
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman4-9/+9
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman17-18/+0
2006-06-26[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2-5/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman19-19/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman15-47/+3
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman16-114/+4
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman7-10/+0
2006-06-26[PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman1-3/+0
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-7/+9
2006-06-26Merge branch 'x86-64'Linus Torvalds2-56/+29
2006-06-26[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2-4/+4
2006-06-26[PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen1-52/+25
2006-06-26[PATCH] VT binding: Make VT binding a Kconfig optionAntonino A. Daplas2-16/+44
2006-06-26[PATCH] VT binding: Add sysfs control to the VT layerAntonino A. Daplas1-147/+232
2006-06-26[PATCH] VT binding: Add binding/unbinding support for the VT consoleAntonino A. Daplas1-33/+434
2006-06-26[PATCH] Detaching fbcon: fix give_up_console()Antonino A. Daplas1-8/+21
2006-06-26[PATCH] vt: Delay the update of the visible consoleDavid Hollister1-9/+17
2006-06-26[PATCH] hangcheck: remove monotomic_clock on x86Andrew Morton1-2/+2
2006-06-26[PATCH] Add TI OMAP CPU family HW RNG driverMichael Buesch3-0/+223
2006-06-26[PATCH] Add ixp4xx HW RNG driverMichael Buesch3-0/+87
2006-06-26[PATCH] Add VIA HW RNG driverMichael Buesch3-0/+197
2006-06-26[PATCH] Add Geode HW RNG driverMichael Buesch3-0/+142
2006-06-26[PATCH] Add AMD HW RNG driverMichael Buesch3-0/+166
2006-06-26[PATCH] Add Intel HW RNG driverMichael Buesch3-0/+203
2006-06-26[PATCH] Add new generic HW RNG coreMichael Buesch5-0/+373
2006-06-26[PATCH] Remove old HW RNG supportMichael Buesch3-714/+0
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-5/+2