summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915/sdvo: Add dot crawl propertyChris Wilson2010-08-091-0/+24
| * drm/i915/sdvo: Add missing TV filtersChris Wilson2010-08-092-384/+308
| * drm/i915/sdvo: Check for allocation failure when constructing propertiesChris Wilson2010-08-091-2/+38
| * drm/i915/sdvo: Use an integer mapping for supported tv format modesChris Wilson2010-08-091-23/+11
| * drm/i915/sdvo: Propagate errors from reading/writing control bus.Chris Wilson2010-08-092-552/+380
| * drm/i915: Subclass intel_connector.Chris Wilson2010-08-092-147/+130
| * drm/i915: Subclass intel_encoder.Chris Wilson2010-08-0910-997/+896
| * drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling.Chris Wilson2010-08-092-3/+5
| * drm/i915: Remove useless message when disabling "Big FIFO" on PineViewChris Wilson2010-08-091-8/+3
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-212-8/+5
|\ \
| * | mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck2010-08-201-0/+1
| * | mtd: nand: Fix regression in BBM detectionBrian Norris2010-08-191-7/+3
| * | pxa3xx: fix ns2cycle equationAxel Lin2010-08-181-1/+1
* | | drivers/scsi/qla4xxx: fix buildAndrew Morton2010-08-202-2/+2
* | | drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park2010-08-201-3/+3
* | | sdhci: add no hi-speed bit quirk supportKyungmin Park2010-08-202-1/+4
* | | s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park2010-08-201-1/+1
* | | revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton2010-08-202-78/+11
* | | matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary2010-08-201-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-08-185-6/+20
|\ \ \
| * | | USB HID: Add ID for eGalax Multitouch used in JooJoo tabletChris Ball2010-08-163-0/+11
| * | | HID: hiddev: fix memory corruption due to invalid intfdataJiri Kosina2010-08-131-2/+3
| * | | HID: hiddev: protect against disconnect/NULL-dereference raceChris Ball2010-08-131-2/+4
| * | | HID: picolcd: correct ordering of framebuffer freeingBruno Prémont2010-08-061-1/+1
| * | | HID: picolcd: testing the wrong variableDan Carpenter2010-08-061-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-183-35/+69
|\ \ \ \
| * | | | tty: fix fu_list abuseNick Piggin2010-08-182-35/+55
| * | | | fs: cleanup files_lock lockingNick Piggin2010-08-182-9/+23
| * | | | fs: fs_struct rwlock to spinlockNick Piggin2010-08-181-4/+4
| | |/ / | |/| |
* | | | mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König2010-08-181-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-08-181-0/+1
|\ \ \ \
| * | | | m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer2010-08-181-0/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-184-47/+48
|\ \ \ \
| * | | | md raid-1/10 Fix bio_rw bit manipulations againNeilBrown2010-08-182-6/+6
| * | | | md: provide appropriate return value for spare_active functions.NeilBrown2010-08-183-15/+21
| * | | | md: Notify sysfs when RAID1/5/10 disk is In_sync.Adrian Drzewiecki2010-08-183-0/+3
| * | | | Update recovery_offset even when external metadata is used.NeilBrown2010-08-181-26/+18
| |/ / /
* | | | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-185-4/+6
|\ \ \ \
| * | | | of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-172-0/+2
| * | | | of: Fix missing includesGrant Likely2010-08-162-2/+2
| * | | | ata: update for of_device to platform_device replacementStephen Rothwell2010-08-161-2/+2
| |/ / /
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-171-4/+7
|\ \ \ \
| * | | | vt,console,kdb: preserve console_blanked while in kdbJason Wessel2010-08-161-0/+3
| * | | | vt: fix regression warnings from KMS mergeJason Wessel2010-08-161-4/+4
| |/ / /
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-175-91/+117
|\ \ \ \
| * | | | platform/x86: move rfkill for Dell Mini 1012 to compal-laptopVictor van den Elzen2010-08-162-0/+16
| * | | | thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboardsJens Taprogge2010-08-161-1/+1
| * | | | thinkpad-acpi: add support for model-specific keymapsHenrique de Moraes Holschuh2010-08-161-18/+42
| * | | | thinkpad-acpi: lock down size of hotkey keymapHenrique de Moraes Holschuh2010-08-161-4/+15
| * | | | thinkpad-acpi: untangle ACPI/vendor backlight selectionHenrique de Moraes Holschuh2010-08-161-22/+20