summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* drivers/misc: Move misplaced pci_dev_put'sJulia Lawall2007-11-151-4/+6
* fujitsu-laptop.c: remove dead codeAdrian Bunk2007-10-251-3/+0Star
* fujitsu-laptop: make 2 functions staticAdrian Bunk2007-10-251-2/+2
* typo fixesMatt LaPlante2007-10-201-2/+2
* more UTF-8 conversionsMarcin Garski2007-10-191-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-196-109/+715
|\
| * Pull fujitsu-v3 into release branchLen Brown2007-10-103-0/+374
| |\
| | * fujitsu-laptop: create Fujitsu laptop platform specific driverJonathan Woithe2007-08-293-0/+374
| * | Pull thinkpad into release branchLen Brown2007-10-102-53/+191
| |\ \
| | * | ACPI: thinkpad-acpi: skip blanks before the data when parsing sysfsHenrique de Moraes Holschuh2007-10-101-0/+2
| | * | ACPI: thinkpad-acpi: duplicate driver attributes to new hwmon pdrvHenrique de Moraes Holschuh2007-09-252-1/+8
| | * | ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it (v2)Henrique de Moraes Holschuh2007-09-252-13/+72
| | * | ACPI: thinkpad-acpi: fix regression on HKEY LID event handlingHenrique de Moraes Holschuh2007-09-241-2/+7
| | * | ACPI: thinkpad-acpi: dequeue all pending hot key events at once (v2.2)Henrique de Moraes Holschuh2007-09-241-17/+34
| | * | ACPI: thinkpad-acpi: check version of hot key firmwareHenrique de Moraes Holschuh2007-09-241-5/+23
| | * | ACPI: thinkpad-acpi: keep track of module stateHenrique de Moraes Holschuh2007-09-241-1/+19
| | * | ACPI: thinkpad-acpi: add mutex-based locking to input device event send pathHenrique de Moraes Holschuh2007-09-241-0/+10
| | * | ACPI: thinkpad-acpi: issue EV_SYNC after EV_SWITCHHenrique de Moraes Holschuh2007-09-241-1/+3
| | * | ACPI: thinkpad-acpi: make room for more features in tp_features bitfieldHenrique de Moraes Holschuh2007-09-241-15/+15
| * | | Pull sony-2.6.24 into release branchLen Brown2007-10-101-56/+148
| |\ \ \
| | * | | sony-laptop: old Vaio models contain 2 IO port entriesMattia Dongili2007-08-241-56/+148
| * | | | sony-laptop/thinkpad-acpi: fix INPUT=n buildAndreas Herrmann2007-09-181-0/+2
| | |/ / | |/| |
* | | | get rid of input BIT* duplicate definesJiri Slaby2007-10-192-7/+7
* | | | Misc: phantom, improved data passingJiri Slaby2007-10-191-18/+76
* | | | Misc: phantom, add comment about openhapticsJiri Slaby2007-10-191-0/+1
* | | | Misc: phantom, synchronize_irq() on suspendJiri Slaby2007-10-191-0/+2
* | | | Driver for the Atmel on-chip SSC on AT32AP and AT91Hans-Christian Egtvedt2007-10-173-0/+187
* | | | Map volume and brightness events on thinkpadsJeremy Katz2007-10-151-8/+8
* | | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-10-142-2/+2
|\ \ \ \
| * | | | hwmon: Convert from class_device to deviceTony Jones2007-10-102-2/+2
| |/ / /
* | | | Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-7/+2Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-122-73/+122
|\ \ \ \
| * | | | [POWERPC] Sky Cpu and Nexus: use seq_file/single_open on proc interfaceCyrill Gorcunov2007-10-032-44/+74
| * | | | [POWERPC] Sky Cpu: use C99 style for struct initCyrill Gorcunov2007-10-031-12/+9Star
| * | | | [POWERPC] Sky Cpu and Nexus: check for create_proc_entry ret codeCyrill Gorcunov2007-10-031-2/+12
| * | | | [POWERPC] Sky Cpu and Nexus: check for platform_get_resource retcodeCyrill Gorcunov2007-10-032-1/+11
| * | | | [POWERPC] Sky Cpu and Nexus: include io.hCyrill Gorcunov2007-10-032-0/+2
| * | | | [POWERPC] Sky Cpu and Nexus: code style improvementCyrill Gorcunov2007-10-032-31/+31
| |/ / /
* / / / drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-103-4/+4
|/ / /
* | | Pull thinkpad into release branchLen Brown2007-09-173-77/+88
|\ \ \
| * | | ACPI: thinkpad-acpi: bump up version to 0.16Henrique de Moraes Holschuh2007-09-171-1/+1
| * | | ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED optionHenrique de Moraes Holschuh2007-09-173-76/+87
| | |/ | |/|
* / | msi-laptop: replace ',' with ';'Jonathan Woithe2007-08-291-1/+1
|/ /
* | Pull events into release branchLen Brown2007-08-253-12/+20
|\ \
| * | ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-233-7/+7
| * | ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-6/+14
* | | Pull sony into release branchLen Brown2007-08-251-6/+18
|\ \ \ | | |/ | |/|
| * | sony-laptop: call sonypi_compat_init earlierMattia Dongili2007-08-241-6/+9