summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcsp - Don't build pcspkr when snd-pcsp is enabledStas Sergeev2008-04-241-0/+1
* [ALSA] Fix synchronize_irq() bugs, redundanciesJeff Garzik2008-04-242-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-235-12/+17
|\
| * iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler2008-04-231-1/+1
| * rt2x00: Select LEDS_CLASS.David S. Miller2008-04-231-5/+10
| * iwlwifi: Select LEDS_CLASS.David S. Miller2008-04-231-2/+6
| * leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller2008-04-231-1/+0Star
| * hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0Star
* | pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...Len Brown2008-04-231-4/+6
* | Fix cardbus resource allocationLinus Torvalds2008-04-231-15/+15
* | bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki2008-04-231-1/+2
* | Relax check on adding children of suspended devicesRafael J. Wysocki2008-04-231-9/+6Star
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-04-2311-0/+7405
|\ \
| * | [IA64] run drivers/misc/sgi-xp through scripts/checkpatch.plDean Nelson2008-04-237-391/+268Star
| * | [IA64] run rest drivers/misc/sgi-xp through scripts/LindentDean Nelson2008-04-233-506/+322Star
| * | [IA64] run some drivers/misc/sgi-xp through scripts/LindentDean Nelson2008-04-235-553/+396Star
| * | [IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson2008-04-2311-0/+7869
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-04-2231-570/+2247
|\ \ \
| * | | i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-2217-1/+29
| * | | i2c: New driver for the SuperH Mobile I2C bus controllerMagnus Damm2008-04-223-0/+511
| * | | i2c/scx200_acb: Don't use 0 as NULL pointerAdrian Bunk2008-04-221-1/+1
| * | | i2c-bfin-twi: Fix mismatch in add timer and delete timerHans Schillstrom2008-04-221-1/+2
| * | | i2c-bfin-twi: Just let i2c-bfin-twi driver depends on BLACKFINBryan Wu2008-04-221-2/+5
| * | | i2c-bfin-twi: Use simpler comment headers and strip out information that is m...Mike Frysinger2008-04-221-18/+4Star
| * | | i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful in...Bryan Wu2008-04-221-6/+6
| * | | i2c-bfin-twi: Add missing pin mux operationBryan Wu2008-04-221-0/+15
| * | | i2c-bfin-twi: Add platform_resource interface to support multi-port TWI contr...Bryan Wu2008-04-222-108/+177
| * | | i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c mast...Sonic Zhang2008-04-221-71/+114
| * | | i2c: Remove trailing whitespaces in busses/KconfigWolfram Sang2008-04-221-15/+15
| * | | i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-227-45/+45
| * | | i2c: Renesas SH7760 I2C master driverManuel Lauss2008-04-223-0/+587
| * | | i2c-dev: Split i2cdev_ioctlJean Delvare2008-04-221-161/+168
| * | | i2c-ibm_iic: Support building as an of_platform driverSean MacLennan2008-04-222-2/+187
| * | | i2c-ibm_iic: Change the log levelsSean MacLennan2008-04-221-5/+5
| * | | i2c: Add platform driver on top of the new pca-algorithmWolfram Sang2008-04-223-2/+312
| * | | i2c-algo-pca: Extend for future driversWolfram Sang2008-04-223-102/+63Star
| * | | i2c-algo-pca: Remove trailing whitespaces and unnecessary UTFWolfram Sang2008-04-222-23/+23
| * | | i2c: Remove the algorithm drivers from the config menuJean Delvare2008-04-221-34/+5Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-04-2211-203/+417
|\ \ \
| * | | HID: Suppress hidinput for Samsung IR controlRobert Schedel2008-04-221-0/+1
| * | | HID: remove 60x GTCO devices from blacklistJiri Kosina2008-04-221-21/+0Star
| * | | HID: WiseGroup 866 Dual Joypad needs output reports quirkJiri Kosina2008-04-221-1/+1
| * | | HID: ThrustMaster FF driver is no longer experimentalJiri Kosina2008-04-221-2/+2
| * | | HID: Logitech diNovo Mini pad supportJiri Kosina2008-04-221-0/+2
| * | | HID: fix race between open() and disconnect() in usbhidOliver Neukum2008-04-221-1/+3
| * | | HID: make hid_input_field and usbhid_modify_dquirk staticAdrian Bunk2008-04-222-4/+4
| * | | HID: pass numbered reports properly to hidrawJiri Kosina2008-04-221-2/+7
| * | | HID: fix misplaced rdesc quirkJiri Kosina2008-04-221-4/+3Star
| * | | HID: force feedback driver for Logitech Rumblepad 2Anssi Hannula2008-04-224-0/+128
| * | | HID: move wait from hid to usbhidJiri Slaby2008-04-222-9/+10