aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-2029-73/+30
|\
| * video: change to new flag variablematt mooney2011-03-171-4/+1
| * scsi: change to new flag variablematt mooney2011-03-176-13/+7
| * rtc: change to new flag variablematt mooney2011-03-171-3/+1
| * rapidio: change to new flag variablematt mooney2011-03-172-7/+1
| * pps: change to new flag variablematt mooney2011-03-171-3/+1
| * net: change to new flag variablematt mooney2011-03-175-10/+6
| * misc: change to new flag variablematt mooney2011-03-172-6/+2
| * message: change to new flag variablematt mooney2011-03-171-1/+1
| * memstick: change to new flag variablematt mooney2011-03-173-11/+1
| * isdn: change to new flag variablematt mooney2011-03-171-1/+1
| * ieee802154: change to new flag variablematt mooney2011-03-171-1/+1
| * ide: change to new flag variablematt mooney2011-03-171-1/+1
| * hwmon: change to new flag variablematt mooney2011-03-171-3/+1
| * dma: change to new flag variablematt mooney2011-03-171-6/+2
| * char: change to new flag variablematt mooney2011-03-172-3/+3
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-206-32/+66
|\ \
| * | i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-03-202-2/+5
| * | i2c: Deprecate i2c_driver.attach_adapter and .detach_adapterJean Delvare2011-03-202-0/+5
| * | i2c-dev: Use standard bus notification mechanismJean Delvare2011-03-201-21/+39
| * | i2c: Export i2c_for_each_devJean Delvare2011-03-201-6/+14
| * | i2c: make i2c_get_adapter prototype clearerJean Delvare2011-03-201-2/+2
| * | i2c-boardinfo: Fix typo in commentWolfram Sang2011-03-201-1/+1
* | | r8169: fix a bug in rtl8169_init_phy()Eric Dumazet2011-03-201-2/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-03-1944-1877/+3210
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2011-03-184301-240706/+412248
| |\ \
| | * \ Merge branch 'tsc2005' into nextDmitry Torokhov2011-03-163-0/+768
| | |\ \
| | | * | Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov2011-03-161-48/+4
| | | * | Input: tsc2005 - add open/closeDmitry Torokhov2011-03-161-94/+124
| | | * | Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov2011-03-161-19/+81
| | | * | Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov2011-03-161-13/+1
| | | * | Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov2011-03-161-31/+27
| | | * | Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov2011-03-161-20/+16
| | | * | Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov2011-03-161-12/+13
| | | * | Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov2011-03-161-18/+28
| | | * | Input: tsc2005 - rework driver initialization codeDmitry Torokhov2011-03-161-110/+105
| | | * | Input: tsc2005 - set up bus type in input deviceDmitry Torokhov2011-03-161-0/+1
| | | * | Input: tsc2005 - set up parent deviceDmitry Torokhov2011-03-161-0/+1
| | | * | Input: tsc2005 - clear driver data after unbindingDmitry Torokhov2011-03-161-1/+4
| | | * | Input: tsc2005 - add module descriptionDmitry Torokhov2011-03-161-0/+1
| | | * | Input: tsc2005 - remove driver banner messageDmitry Torokhov2011-03-161-1/+0
| | | * | Input: tsc2005 - remove incorrect module aliasDmitry Torokhov2011-03-161-1/+0
| | | * | Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov2011-03-161-12/+12
| | | * | Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov2011-03-161-7/+12
| | | * | Input: introduce tsc2005 driverLauri Leukkunen2011-03-163-0/+725
| | * | | Input: xen-kbdfront - move to drivers/input/miscDmitry Torokhov2011-03-165-12/+14
| | * | | Input: xen-kbdfront - add grant reference for shared pageDaniel De Graaf2011-03-161-11/+28
| | * | | Input: xen-kbdfront - advertise either absolute or relative coordinatesOlaf Hering2011-03-161-20/+24
| | * | | Input: tc3589x-keypad - fix 'double const' warningDmitry Torokhov2011-03-151-11/+11
| | * | | Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm2011-03-151-0/+28