aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/eeepc-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-19eeepc-laptop: Port to new backlight interface selection APIHans de Goede1-3/+2
2014-12-18Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-99/+114
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring1-2/+1
2014-11-19eeepc-laptop: clean up control flow in eeepc_acpi_notifyFrans Klaver1-27/+26
2014-11-19eeepc-laptop: don't assume get_acpi succeedsFrans Klaver1-2/+3
2014-11-19eeepc-laptop: document fan_pwm conversionsFrans Klaver1-3/+13
2014-11-19eeepc-laptop: replace magic numbers with definesFrans Klaver1-6/+10
2014-11-19eeepc-laptop: define rfkill notifier nodes only onceFrans Klaver1-9/+13
2014-11-19eeepc-laptop: don't break user visible stringsFrans Klaver1-10/+7
2014-11-19eeepc-laptop: flatten control flowFrans Klaver1-44/+45
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22eeepc-laptop: clean up control flow in *_rfkill_notifierFrans Klaver1-29/+28
2014-09-19eeepc-laptop: store_cpufv: return error if set_acpi failsFrans Klaver1-1/+3
2014-09-19eeepc-laptop: check proper return values in get_cpufvFrans Klaver1-1/+4
2014-09-19eeepc-laptop: make fan1_input really read-onlyFrans Klaver1-9/+13
2014-09-19eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macrosFrans Klaver1-3/+9
2014-09-19eeepc-laptop: tell sysfs that the disp attribute is write-onlyFrans Klaver1-5/+9
2014-09-19eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macrosFrans Klaver1-3/+9
2014-09-19eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributesFrans Klaver1-30/+4
2014-09-19eeepc-laptop: change sysfs function names to API expectationsFrans Klaver1-14/+14
2014-09-19eeepc-laptop: clean up coding styleFrans Klaver1-3/+5
2014-09-18eeepc-laptop: simplify parse_arg()Paul Bolle1-18/+18
2014-08-16eeepc-laptop: rename _set and _get arguments in macroPaul Bolle1-4/+4
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-2/+1
2014-01-29Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-42/+10
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2014-01-21eeepc-laptop: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-42/+10
2014-01-14platform / x86: Use global PCI rescan-remove lockingRafael J. Wysocki1-0/+2
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-24eeepc-laptop: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui1-7/+1
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-1/+0
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-01-25platform/x86: (eeepc-laptop) Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-1/+1
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-3/+3
2012-09-13eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu1-4/+6
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-3/+10
2012-03-20eeepc-laptop: log unknown keysCorentin Chary1-3/+10
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2011-10-24platform-drivers-x86: eeepc-laptop: fix wrong test for successful registered led_classdevAxel Lin1-1/+1
2011-05-27eeepc: Use pr_warnJoe Perches1-10/+11
2011-05-09eeepc-laptop: Use ACPI handle to identify rfkill portMatthew Garrett1-16/+41
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi1-1/+1
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-07eeepc-laptop: add a getter for touchpad ledCorentin Chary1-0/+11
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1