summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-04-10drm/i915: change intel_ddc_get_modes() function parametersZhenyu Wang8-35/+26
2010-04-10drm/i915: passing drm connector param for load detectionZhenyu Wang4-7/+14
2010-04-10drm/i915: Add new helper to return current attached encoder for connectorZhenyu Wang2-0/+26
2010-04-10drm/i915: Add new 'intel_connector' structureZhenyu Wang1-0/+6
2010-04-10drm/i915: more conversion from connector_list walk to encoder_listZhenyu Wang1-18/+18
2010-04-10drm/i915: use encoder_list for hotplug callbackZhenyu Wang1-4/+4
2010-04-10drm/i915: Convert some trace events to DEFINE_TRACELi Zefan1-61/+25
2010-04-10drm/i915: Configure the TV sense state correctly on GM45 to make TV detection...Zhao Yakui1-0/+9
2010-04-10drm/i915: Ignore LVDS EDID when it is unavailabe or invalidZhao Yakui2-4/+11
2010-04-03drm/i915: Add no_lvds entry for the Clientron U800Stefan Bader1-0/+8
2010-03-25drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt2-98/+103
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt11-663/+663
2010-03-25agp/intel: intel_845_driver is an agp driver!Daniel Vetter1-3/+0
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter10-94/+96
2010-03-25drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker2-3/+3
2010-03-25Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds3-5/+31
2010-03-25Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-03-25Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+37
2010-03-25Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+27
2010-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds6-7/+17
2010-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds11-105/+121
2010-03-25Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+62
2010-03-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds5-41/+16
2010-03-25lxfb: set the H- and V-SYNC polarity of the flatpanel outputMichael Grzeschik2-1/+11
2010-03-25mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-2/+1
2010-03-25c2port: fix device_create() return value checkJani Nikula1-2/+2
2010-03-25drivers/gpio/max730x.c: add license macroRichard Röjfors1-0/+4
2010-03-25rtc/mc13783: fix use after free bugUwe Kleine-König1-10/+13
2010-03-24i2c-scmi: Provide module aliases for automatic loadingDarrick J. Wong1-0/+1
2010-03-24i2c-scmi: Support IBM SMBus CMI devicesCrane Cai1-8/+23
2010-03-24acpi: Support IBM SMBus CMI devicesDarrick J. Wong1-0/+38
2010-03-24[S390] fix broken proc interface for sclp_asyncHans-Joachim Picht1-0/+1
2010-03-24[S390] sclp: avoid 64 bit divisionHeiko Carstens1-7/+7
2010-03-24[S390] dasd: check tsb validityStefan Haberland1-2/+2
2010-03-24[S390] dasd: fix alignment of transport mode recovery TCWStefan Weinhuber1-3/+4
2010-03-24[S390] zcore: CPU registers are not saved under LPARMichael Holzheu1-29/+2
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt1-51/+1
2010-03-23libata-sff: fix spurious IRQ handlingTejun Heo1-7/+36
2010-03-23SH: remove superfluous warning from the serial driverGuennadi Liakhovetski1-4/+0
2010-03-23SH: fix SCIFA SCASCR register bit definitionsGuennadi Liakhovetski1-1/+5
2010-03-23serial: sh-sci: fix SH-Mobile SH breakageMagnus Damm1-7/+22
2010-03-23pata_via: Add VIA VX900 supportJosephChan@via.com.tw1-0/+1
2010-03-22regulator: fix dangling pointersWolfram Sang3-3/+4
2010-03-22lp3971: Fix BUCK_VOL_CHANGE_SHIFT logicAxel Lin1-1/+1
2010-03-22lp3971: Fix setting val for LDO2 and LDO4Axel Lin1-1/+2
2010-03-22regulator: Get rid of lockdep warningAmeya Palande1-0/+1
2010-03-22regulator: handle kcalloc() failureDan Carpenter1-0/+5
2010-03-22Regulators: max8925-regulator - clean up driver data after removalDmitry Torokhov1-2/+4
2010-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds1-2/+13
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-137/+229