summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-0747-65/+65
|\
| * trivial: Add a space (and a comma) to a printk in 8250 driverPaul Bolle2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in usb.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in qla1280.cNick Andrew2009-01-061-2/+2
| * trivial: Fix misspelling of "firmware" in a100u2w.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in megaraid.cNick Andrew2009-01-061-2/+2
| * trivial: Fix misspelling of "firmware" in ql4_mbx.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in acpi_memhotplug.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in ipw2100.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelling of "firmware" in atmel.cNick Andrew2009-01-061-1/+1
| * trivial: Fix misspelled firmware in KconfigNick Andrew2009-01-061-1/+1
| * trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-0610-12/+12
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-0624-37/+37
| * trivial: fix singal -> signal typoFrederik Schwarzer2009-01-061-1/+1
| * trivial: Fix incorrect use of "loose" in event.cNick Andrew2009-01-061-1/+1
| * trivial: rtc-stk17ta8: fix sparse warningHannes Eder2009-01-061-1/+1
| * trivial: rtc-ds1511: fix sparse warningHannes Eder2009-01-061-1/+1
* | HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina2009-01-071-0/+2
* | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-01-0610-39/+397
|\ \
| * | drm: fix ordering of driver unload vs agp unload.Dave Airlie2009-01-071-3/+3
| * | drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-072-14/+40
| * | drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt2009-01-071-1/+1
| * | drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt2009-01-077-7/+322
| * | drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2009-01-072-8/+22
| * | drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt2009-01-071-6/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-01-0646-521/+2944
|\ \ \ | |/ / |/| |
| * | Input: i8042 - add Dell Vostro 1510 to nomux listJiri Kosina2009-01-061-0/+7
| * | Merge branch 'next' into for-linusDmitry Torokhov2008-12-3046-521/+2937
| |\ \
| | * | Input: gtco - use USB endpoint APIJulia Lawall2008-12-301-1/+1
| | * | Input: add support for Maple controller as a joystickAdrian McMenamin2008-12-303-0/+206
| | * | Input: atkbd - broaden the Dell DMI signaturesMatthew Garrett2008-12-301-0/+9
| | * | Input: HIL drivers - add MODULE_ALIAS()Helge Deller2008-12-303-1/+3
| | * | Input: add support for enhanced rotary controller on pxa930 and pxa935Yong Yao2008-12-293-0/+222
| | * | Input: add support for trackball on pxa930 and pxa935Yong Yao2008-12-293-13/+289
| | * | Input: add da9034 touchscreen supportEric Miao2008-12-233-0/+398
| | * | Input: ads7846 - strict_strtoul takes unsigned longHarvey Harrison2008-12-231-1/+1
| | * | Input: make some variables and functions staticRoel Kluin2008-12-202-2/+2
| | * | Input: add tsc2007 based touchscreen driverKwangwoo Lee2008-12-203-0/+393
| | * | Input: psmouse - add module parameters to control OLPC touchpad delaysPaul Fox2008-12-201-4/+28
| | * | Input: i8042 - add Gigabyte M912 netbook to noloop exception tableOzan Çağlayan2008-12-201-0/+8
| | * | Input: atkbd - Samsung NC10 key repeat fixStuart Hopkins2008-12-201-0/+25
| | * | Input: atkbd - add keyboard quirk for HP Pavilion ZV6100 laptopRikard Ljungstrand2008-12-201-0/+26
| | * | Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov2008-12-20754-7642/+16241
| | |\ \
| | * | | Input: libps2 - handle 0xfc responses from devicesDmitry Torokhov2008-11-241-4/+16
| | * | | Input: add support for Wacom W8001 penabled serial touchscreenJaya Kumar2008-11-243-0/+339
| | * | | Input: synaptics - report multi-taps only if supported by the devicePeter Hutterer2008-11-201-6/+10
| | * | | Input: add joystick driver for Walkera WK-0701 RC transmitterPeter Popovec2008-11-193-0/+305
| | * | | Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai2008-11-191-2/+2
| | * | | Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROMNuno Lucas2008-11-191-3/+2
| | * | | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-3010-17/+15