aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/ideapad-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-1/+9
2015-06-19ideapad-laptop: Port to new backlight interface selection APIHans de Goede1-1/+2
2015-06-15ideapad: fix software rfkill settingArnd Bergmann1-1/+2
2015-06-01ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blockedDmitry Tunin1-0/+7
2015-05-03ideapad_laptop: Add Lenovo G40-30 to devices without radio switchPhilippe Coval1-0/+7
2014-12-18Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-2/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring1-2/+1
2014-10-27quirk for Lenovo Yoga 3: no rfkill switchStephan Mueller1-0/+7
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-02ideapad-laptop: Constify DMI table for real!Mathias Krause1-2/+2
2014-08-28Revert "ideapad-laptop: Disable touchpad interface on Yoga models"Hans de Goede1-27/+0
2014-08-16ideapad-laptop: Constify DMI table and other r/o variablesMathias Krause1-2/+2
2014-08-16ideapad-laptop: Disable touchpad interface on Yoga modelsHans de Goede1-0/+27
2014-08-16ideapad-laptop: Change Lenovo Yoga 2 series rfkill handlingHans de Goede1-14/+27
2014-06-10ideapad_laptop: Introduce the use of the managed version of kzallocHimangi Saraogi1-5/+3
2014-06-10ideapad-laptop: Blacklist rfkill control on the Lenovo Yoga 2 11Hans de Goede1-5/+18
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-2/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-11-20platform:x86: Remove OOM message after input_allocate_deviceJoe Perches1-3/+1
2013-09-25ideapad_laptop: convert ideapad device/driver to platform busZhang Rui1-102/+92
2013-09-25ideapad_laptop: remove ideapad_handle and ideapad_privZhang Rui1-45/+69
2013-09-25ideapad_laptop: convert internal function calls to use ideapad_private as parameterZhang Rui1-17/+21
2013-09-25ideapad_laptop: introduce struct acpi_device pointer to ideapad_private structureZhang Rui1-23/+25
2013-09-25ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific codeZhang Rui1-0/+4
2013-05-08Add support for fan button on Ideapad Z580Maxim Mikityanskiy1-1/+5
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-7/+6
2012-09-21ideapad: convert to module_acpi_driver()Mika Westerberg1-13/+1
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 3)Maxim Mikityanskiy1-3/+40
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 2)Maxim Mikityanskiy1-0/+35
2012-08-20ideapad: add Lenovo IdeaPad Z570 support (part 1)Maxim Mikityanskiy1-0/+32
2012-06-26ideapad: uninitialized data in ideapad_acpi_add()Dan Carpenter1-3/+3
2012-05-31ideapad: generate valid key event onlyIke Panhc1-1/+5
2012-05-31ideapad: remove unused define and fix a typoIke Panhc1-2/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-10-24ideapad: remove sysfs node for cfgIke Panhc1-12/+0
2011-10-24ideapad: add debugfs supportIke Panhc1-0/+152
2011-10-24ideapad: add event for Novo keyIke Panhc1-2/+19
2011-10-24ideapad: change parameter of ideapad_sync_rfk_stateIke Panhc1-4/+3
2011-10-24ideapad: define vpc commandsIke Panhc1-16/+41
2011-10-24[PATCH] ideapad: Check if acpi already handle backlight power to avoid a page faultRene Bollford1-0/+2
2011-08-05platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideapad_acpi_add error pathAxel Lin1-1/+2
2011-08-05ideapad: add backlight driverIke Panhc1-6/+117
2011-08-05ideapad: let camera_power node invisiable if no cameraIke Panhc1-0/+18
2011-08-05ideapad: define cfg bits and create sysfs node for cfgIke Panhc1-16/+35
2011-05-27ideapad-laptop: Add pr_fmtJoe Perches1-0/+2
2011-03-11ideapad: read brightness setting on brightness key notifyIke Panhc1-0/+2
2011-01-07ideapad: pass ideapad_priv as argument (part 2)Ike Panhc1-42/+29
2011-01-07ideapad: pass ideapad_priv as argument (part 1)Ike Panhc1-26/+28