aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-03-243-5/+31
|\
| * OMAP: DSS2: panel-generic: re-implement mode changingTomi Valkeinen2010-03-151-0/+22
| * OMAP: DSS2: initialize dss clk sources properlyTomi Valkeinen2010-03-151-0/+3
| * OMAP: DSS2: VRAM: Fix early_param for vramThomas Weber2010-03-101-5/+6
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-241-1/+1
|\ \
| * | pxa168fb: fix incorrect resource calculationDan Carpenter2010-03-221-1/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-242-7/+37
|\ \ \
| * | | libata-sff: fix spurious IRQ handlingTejun Heo2010-03-231-7/+36
| * | | pata_via: Add VIA VX900 supportJosephChan@via.com.tw2010-03-221-0/+1
* | | | Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-242-12/+27
|\ \ \ \
| * | | | SH: remove superfluous warning from the serial driverGuennadi Liakhovetski2010-03-231-4/+0
| * | | | SH: fix SCIFA SCASCR register bit definitionsGuennadi Liakhovetski2010-03-231-1/+5
| * | | | serial: sh-sci: fix SH-Mobile SH breakageMagnus Damm2010-03-231-7/+22
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-03-246-7/+17
|\ \ \ \
| * | | | regulator: fix dangling pointersWolfram Sang2010-03-223-3/+4
| * | | | lp3971: Fix BUCK_VOL_CHANGE_SHIFT logicAxel Lin2010-03-221-1/+1
| * | | | lp3971: Fix setting val for LDO2 and LDO4Axel Lin2010-03-221-1/+2
| * | | | regulator: Get rid of lockdep warningAmeya Palande2010-03-221-0/+1
| * | | | regulator: handle kcalloc() failureDan Carpenter2010-03-221-0/+5
| * | | | Regulators: max8925-regulator - clean up driver data after removalDmitry Torokhov2010-03-221-2/+4
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-03-2411-105/+121
|\ \ \ \
| * | | | drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt2010-03-231-51/+1
| * | | | drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter2010-03-181-2/+5
| * | | | drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2010-03-182-0/+22
| * | | | agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt2010-03-181-2/+7
| * | | | agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt2010-03-181-1/+24
| * | | | drm/i915: fix small leak on overlay error pathDan Carpenter2010-03-171-4/+9
| * | | | drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson2010-03-171-9/+12
| * | | | drm/i915: Fix check with IS_GEN6Zhenyu Wang2010-03-172-4/+4
| * | | | drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches2010-03-171-2/+3
| * | | | drm/i915: Enable VS timer dispatch.Eric Anholt2010-03-172-0/+9
| * | | | drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2010-03-172-2/+2
| * | | | drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth2010-03-171-5/+0
| * | | | drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt2010-03-171-23/+23
* | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-242-8/+62
|\ \ \ \ \
| * | | | | i2c-scmi: Provide module aliases for automatic loadingDarrick J. Wong2010-03-241-0/+1
| * | | | | i2c-scmi: Support IBM SMBus CMI devicesCrane Cai2010-03-241-8/+23
| * | | | | acpi: Support IBM SMBus CMI devicesDarrick J. Wong2010-03-241-0/+38
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-03-245-41/+16
|\ \ \ \ \
| * | | | | [S390] fix broken proc interface for sclp_asyncHans-Joachim Picht2010-03-241-0/+1
| * | | | | [S390] sclp: avoid 64 bit divisionHeiko Carstens2010-03-241-7/+7
| * | | | | [S390] dasd: check tsb validityStefan Haberland2010-03-241-2/+2
| * | | | | [S390] dasd: fix alignment of transport mode recovery TCWStefan Weinhuber2010-03-241-3/+4
| * | | | | [S390] zcore: CPU registers are not saved under LPARMichael Holzheu2010-03-241-29/+2
| |/ / / /
* | | | | lxfb: set the H- and V-SYNC polarity of the flatpanel outputMichael Grzeschik2010-03-242-1/+11
* | | | | mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
* | | | | c2port: fix device_create() return value checkJani Nikula2010-03-241-2/+2
* | | | | drivers/gpio/max730x.c: add license macroRichard Röjfors2010-03-241-0/+4
* | | | | rtc/mc13783: fix use after free bugUwe Kleine-König2010-03-241-10/+13
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds2010-03-221-2/+13
|\ \ \ \