summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirkAdam Lee2013-09-051-3/+10
* thinkpad_acpi: return -NODEV while operating uninitialized LEDsAdam Lee2013-09-051-2/+8
* platform / thinkpad: Remove deprecated hotkey_report_mode parameterThomas Renninger2013-07-151-29/+0
* ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-11/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+2
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* | thinkpad-acpi: kill hotkey_thread_mutexOleg Nesterov2013-04-171-10/+0
|/
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-03-031-5/+12
|\
| * drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040Richard Hartmann2013-02-271-3/+8
| * thinkpad-acpi: enable loading module with new B-series Lenovo BIOSManoj Iyer2013-02-241-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-2/+1
|\ \ | |/ |/|
| * thinkpad_acpi: don't use [delayed_]work_pending()Tejun Heo2012-12-281-2/+1
* | Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* sections: fix section conflicts in drivers/platform/x86Andi Kleen2012-10-061-1/+1
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-15/+5
|\
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-15/+5
* | thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter2012-09-131-6/+7
* | thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDORManoj Iyer2012-08-171-0/+7
* | platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+2
|/
* thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdevLi Dongyang2012-07-281-2/+1
* thinkpad_acpi: Fix a memory leak during module exitLi Dongyang2012-07-281-0/+1
* thinkpad_acpi: Flush the workqueue before freeing tpacpi_ledsLi Dongyang2012-07-281-0/+1
* thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routinesRafael J. Wysocki2012-07-011-5/+6
* thinkpad_acpi: Drop pm_message_t arguments from suspend routinesRafael J. Wysocki2012-07-011-6/+6
* thinkpad-acpi: fix issuing duplicated key events for brightness up/downAlex Hung2012-05-311-1/+1
* thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOSManoj Iyer2012-03-261-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-8/+8
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-9/+6
|\
| * freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-211-9/+6
* | switch procfs to umode_t useAl Viro2012-01-031-2/+2
|/
* thinkpad_acpi: Fix printk typo 'bluestooth'Paul Bolle2011-10-071-1/+1
* Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-051-1/+10
* thinkpad-acpi: handle HKEY 0x4010, 0x4011 eventsHenrique de Moraes Holschuh2011-07-071-9/+35
* thinkpad-acpi: handle some new HKEY 0x60xx eventsHenrique de Moraes Holschuh2011-07-071-5/+23
* thinkpad_acpi: Convert printks to pr_<level>Joe Perches2011-05-271-284/+188
* thinkpad_acpi: Correct !CONFIG_THINKPAD_ACPI_VIDEO warningJoe Perches2011-05-271-9/+9
* thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.Manoj Iyer2011-05-091-2/+4
* thinkpad-acpi fails to load with newer Thinkpad X201s BIOSKeith Packard2011-04-121-2/+1
* platform-drivers: x86: fix common misspellingsLucas De Marchi2011-03-281-2/+2
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+1
* thinkpad_acpi: Always report scancodes for hotkeysSeth Forshee2011-02-211-6/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+0
| |\
| * | backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | ACPI Thinkpad: We must always call va_end() after va_start() but do not do so...Jesper Juhl2011-01-071-0/+1
* | | drivers/platform/x86: Remove unnecessary semicolonsJoe Perches2011-01-071-1/+1
| |/ |/|
* | drivers/platform/x86/thinkpad_acpi.c: delete double assignmentJulia Lawall2010-11-241-1/+0
|/
OpenPOWER on IntegriCloud