| Commit message (Expand) | Author | Age | Files | Lines |
* | fujitsu-laptop.c: remove dead code | Adrian Bunk | 2007-10-25 | 1 | -3/+0 |
* | fujitsu-laptop: make 2 functions static | Adrian Bunk | 2007-10-25 | 1 | -2/+2 |
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -2/+2 |
* | more UTF-8 conversions | Marcin Garski | 2007-10-19 | 1 | -1/+1 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 1 | -1/+1 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-10-19 | 6 | -109/+715 |
|\ |
|
| * | Pull fujitsu-v3 into release branch | Len Brown | 2007-10-10 | 3 | -0/+374 |
| |\ |
|
| | * | fujitsu-laptop: create Fujitsu laptop platform specific driver | Jonathan Woithe | 2007-08-29 | 3 | -0/+374 |
| * | | Pull thinkpad into release branch | Len Brown | 2007-10-10 | 2 | -53/+191 |
| |\ \ |
|
| | * | | ACPI: thinkpad-acpi: skip blanks before the data when parsing sysfs | Henrique de Moraes Holschuh | 2007-10-10 | 1 | -0/+2 |
| | * | | ACPI: thinkpad-acpi: duplicate driver attributes to new hwmon pdrv | Henrique de Moraes Holschuh | 2007-09-25 | 2 | -1/+8 |
| | * | | ACPI: thinkpad-acpi: use a separate platform device for hwmon and name it (v2) | Henrique de Moraes Holschuh | 2007-09-25 | 2 | -13/+72 |
| | * | | ACPI: thinkpad-acpi: fix regression on HKEY LID event handling | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -2/+7 |
| | * | | ACPI: thinkpad-acpi: dequeue all pending hot key events at once (v2.2) | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -17/+34 |
| | * | | ACPI: thinkpad-acpi: check version of hot key firmware | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -5/+23 |
| | * | | ACPI: thinkpad-acpi: keep track of module state | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -1/+19 |
| | * | | ACPI: thinkpad-acpi: add mutex-based locking to input device event send path | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -0/+10 |
| | * | | ACPI: thinkpad-acpi: issue EV_SYNC after EV_SWITCH | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -1/+3 |
| | * | | ACPI: thinkpad-acpi: make room for more features in tp_features bitfield | Henrique de Moraes Holschuh | 2007-09-24 | 1 | -15/+15 |
| * | | | Pull sony-2.6.24 into release branch | Len Brown | 2007-10-10 | 1 | -56/+148 |
| |\ \ \ |
|
| | * | | | sony-laptop: old Vaio models contain 2 IO port entries | Mattia Dongili | 2007-08-24 | 1 | -56/+148 |
| * | | | | sony-laptop/thinkpad-acpi: fix INPUT=n build | Andreas Herrmann | 2007-09-18 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | get rid of input BIT* duplicate defines | Jiri Slaby | 2007-10-19 | 2 | -7/+7 |
* | | | | Misc: phantom, improved data passing | Jiri Slaby | 2007-10-19 | 1 | -18/+76 |
* | | | | Misc: phantom, add comment about openhaptics | Jiri Slaby | 2007-10-19 | 1 | -0/+1 |
* | | | | Misc: phantom, synchronize_irq() on suspend | Jiri Slaby | 2007-10-19 | 1 | -0/+2 |
* | | | | Driver for the Atmel on-chip SSC on AT32AP and AT91 | Hans-Christian Egtvedt | 2007-10-17 | 3 | -0/+187 |
* | | | | Map volume and brightness events on thinkpads | Jeremy Katz | 2007-10-15 | 1 | -8/+8 |
* | | | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 | Linus Torvalds | 2007-10-14 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | hwmon: Convert from class_device to device | Tony Jones | 2007-10-10 | 2 | -2/+2 |
| |/ / / |
|
* | | | | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -7/+2 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-10-12 | 2 | -73/+122 |
|\ \ \ \ |
|
| * | | | | [POWERPC] Sky Cpu and Nexus: use seq_file/single_open on proc interface | Cyrill Gorcunov | 2007-10-03 | 2 | -44/+74 |
| * | | | | [POWERPC] Sky Cpu: use C99 style for struct init | Cyrill Gorcunov | 2007-10-03 | 1 | -12/+9 |
| * | | | | [POWERPC] Sky Cpu and Nexus: check for create_proc_entry ret code | Cyrill Gorcunov | 2007-10-03 | 1 | -2/+12 |
| * | | | | [POWERPC] Sky Cpu and Nexus: check for platform_get_resource retcode | Cyrill Gorcunov | 2007-10-03 | 2 | -1/+11 |
| * | | | | [POWERPC] Sky Cpu and Nexus: include io.h | Cyrill Gorcunov | 2007-10-03 | 2 | -0/+2 |
| * | | | | [POWERPC] Sky Cpu and Nexus: code style improvement | Cyrill Gorcunov | 2007-10-03 | 2 | -31/+31 |
| |/ / / |
|
* / / / | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 2007-10-10 | 3 | -4/+4 |
|/ / / |
|
* | | | Pull thinkpad into release branch | Len Brown | 2007-09-17 | 3 | -77/+88 |
|\ \ \ |
|
| * | | | ACPI: thinkpad-acpi: bump up version to 0.16 | Henrique de Moraes Holschuh | 2007-09-17 | 1 | -1/+1 |
| * | | | ACPI: thinkpad-acpi: revert new 2.6.23 CONFIG_THINKPAD_ACPI_INPUT_ENABLED option | Henrique de Moraes Holschuh | 2007-09-17 | 3 | -76/+87 |
| | |/
| |/| |
|
* / | | msi-laptop: replace ',' with ';' | Jonathan Woithe | 2007-08-29 | 1 | -1/+1 |
|/ / |
|
* | | Pull events into release branch | Len Brown | 2007-08-25 | 3 | -12/+20 |
|\ \ |
|
| * | | ACPI: Schedule /proc/acpi/event for removal | Len Brown | 2007-08-23 | 3 | -7/+7 |
| * | | ACPI: don't duplicate input events on netlink | Zhang Rui | 2007-08-23 | 1 | -6/+14 |
* | | | Pull sony into release branch | Len Brown | 2007-08-25 | 1 | -6/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | sony-laptop: call sonypi_compat_init earlier | Mattia Dongili | 2007-08-24 | 1 | -6/+9 |
| * | | sony-laptop: enable Vaio FZ events | Mattia Dongili | 2007-08-24 | 1 | -0/+9 |
| |/ |
|