summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-01113-114/+2Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30112-112/+0Star
| * typo fixes: aquire -> acquireAdrian Bunk2006-06-301-2/+2
* | [PATCH] kill open-coded offsetof in cm4000_cs.c ZERO_DEV()Al Viro2006-06-301-6/+1Star
* | [PATCH] fix ISTALLION=yAdrian Bunk2006-06-301-15/+2Star
* | [PATCH] fix platform_device_put/del mishapsIngo Molnar2006-06-302-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-2932-225/+16Star
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-264-9/+9
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-2617-18/+0Star
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-5/+0Star
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-2619-19/+0Star
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-2615-47/+3Star
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-2616-114/+4Star
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-267-10/+0Star
| * [PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0Star
* | Merge ../linusDave Jones2006-06-2990-3212/+4674
|\ \
| * \ Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-3/+6
| |\ \
| | * | [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-3/+6
| * | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-2/+2
| * | | [PATCH] GPIO for SCx200 & PC-8736x: x86-onlyDave Jones2006-06-291-0/+1
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-06-294-13/+150
| |\ \ \
| | * | | [WATCHDOG] convert AT91RM9200 watchdog to platform driverAndrew Victor2006-06-201-11/+71
| | * | | [WATCHDOG] add WDIOC_GETTIMELEFT ioctlWim Van Sebroeck2006-06-203-2/+79
| * | | | [PATCH] IPMI: watchdog handle panic properlyCorey Minyard2006-06-281-8/+10
| * | | | [PATCH] IPMI: remove high res timer codeCorey Minyard2006-06-281-67/+0Star
| * | | | [PATCH] IPMI: tidy msghandler timerCorey Minyard2006-06-281-5/+2Star
| * | | | [PATCH] istallion: cleanupsAlan Cox2006-06-281-1152/+667Star
| * | | | [PATCH] stallion: fix recent SMP locking cleanupAlan Cox2006-06-281-0/+3
| * | | | [PATCH] remove active field from tty buffer structurePaul Fulghum2006-06-281-12/+4Star
| * | | | [PATCH] add receive_room flow control to flush_to_ldiscPaul Fulghum2006-06-281-13/+24
| * | | | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-284-20/+4Star
| * | | | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-281-2/+1Star
| * | | | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-282-9/+7Star
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile ent...Jim Cromie2006-06-282-1/+26
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi...Jim Cromie2006-06-281-2/+4
| * | | | [PATCH] gpio-patchset-fixups: include linux/io.hJim Cromie2006-06-281-1/+1
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexesJim Cromie2006-06-281-4/+4
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regsJim Cromie2006-06-281-4/+23
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleJim Cromie2006-06-283-30/+29Star
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de...Jim Cromie2006-06-281-38/+64
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio moduleJim Cromie2006-06-283-2/+297
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common moduleJim Cromie2006-06-282-3/+17
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common moduleJim Cromie2006-06-282-90/+95
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add empty common-moduleJim Cromie2006-06-282-1/+46
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtableJim Cromie2006-06-281-10/+14
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtableJim Cromie2006-06-281-0/+13
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-fileJim Cromie2006-06-281-0/+16
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platforn_device for use w de...Jim Cromie2006-06-281-17/+36
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: modernize driver init to 2.6 apiJim Cromie2006-06-281-12/+41
| * | | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie2006-06-281-17/+9Star