summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds155-7209/+14018
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+130
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds5-13/+128
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds23-157/+6704
2010-05-21Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+197
2010-05-21Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds40-165/+209
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds14-323/+4135
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds58-254/+440
2010-05-21Fix networking tree iscsi_tcp.c mis-mergeLinus Torvalds1-1/+1
2010-05-21i2c-nforce2: Remove redundant error messages on ACPI conflictChase Douglas1-6/+4
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten32-37/+32
2010-05-21i2c-algo-pca: Fix coding style issuesFarid Hammane1-18/+18
2010-05-21i2c-dev: Fix all coding style issuesFarid Hammane1-15/+15
2010-05-21i2c-core: Fix some coding style issuesFarid Hammane1-45/+45
2010-05-21i2c-gpio: Move initialization code to subsys_initcall()Marek Szyprowski1-1/+1
2010-05-21i2c-parport: Make template structure constJean Delvare1-1/+1
2010-05-21i2c-dev: Remove unnecessary castsH Hartley Sweeten1-3/+3
2010-05-21at24: Fall back to byte or word reads if neededJean Delvare1-11/+48
2010-05-21i2c-stub: Expose the default functionality flagsJean Delvare1-4/+5
2010-05-21i2c/scx200_acb: Make PCI device ids constantJean Delvare1-1/+1
2010-05-21i2c-i801: Fix all checkpatch warningsIvo Manca1-10/+10
2010-05-21i2c-i801: All newer devices have all the optional featuresJean Delvare1-12/+6
2010-05-21i2c-i801: Let the user disable selected driver featuresJean Delvare1-1/+20
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger1-1/+1
2010-05-21pci: check caps from sysfs file open to read device dependent config spaceChris Wright1-1/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright43-117/+184
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman1-9/+12
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman3-6/+6
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2-14/+72
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen1-1/+9
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach1-3/+22
2010-05-21firmware loader: do not allocate firmare id separatelyDmitry Torokhov1-13/+4
2010-05-21firmware loader: split out builtin firmware handlingDmitry Torokhov1-26/+50
2010-05-21firmware loader: rely on driver core to create class attributeDmitry Torokhov1-35/+24
2010-05-21firmware class: export nowait to userspaceJohannes Berg1-5/+11
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+1
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner4-3/+4
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman1-4/+4
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2-2/+10
2010-05-21driver core: module.c: Use kasprintfJulia Lawall1-3/+1
2010-05-21Driver core: don't initialize wakeup flagsAlan Stern1-1/+0
2010-05-21driver-core: fix potential race condition in drivers/base/dd.cStefani Seibold1-2/+2
2010-05-21Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki1-3/+2
2010-05-21firmware_class: fix memory leak - free allocated pagesDavid Woodhouse1-6/+20
2010-05-21drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich1-1/+1
2010-05-21serial: Tidy REMOTE_DEBUGChristoph Egger1-222/+1
2010-05-21serial: isicomm: handle running out of slotsDan Carpenter1-1/+7
2010-05-21serial: bfin_sport_uart: Use resource size to fix off-by-one errorTobias Klauser1-2/+1
2010-05-21tty: fix obsolete comment on tty_insert_flip_string_fixed_flagJohan Hovold1-1/+1
2010-05-21serial: Add driver for the Altera UARTTobias Klauser3-0/+602