aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/eeepc-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21platform-x86: sync eeepc-laptop and asus-laptopCorentin Chary1-7/+9
2010-08-03eeepc-laptop: fix hotplug_disabled module_param permissionsAxel Lin1-1/+1
2010-04-23eeepc-laptop: add missing sparse_keymap_freeCorentin Chary1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2010-02-28eeepc-laptop: check wireless hotplug eventsAlan Jenkins1-0/+18
2010-02-28eeepc-laptop: disable wireless hotplug for 1005PEAlan Jenkins1-1/+2
2010-01-16eeepc-laptop: disable wireless hotplug for 1201NCorentin Chary1-1/+1
2010-01-16eeepc-laptop: add hotplug_disable parameterCorentin Chary1-0/+10
2010-01-16eeepc-laptop: switch to using sparse keymap libraryDmitry Torokhov1-135/+51
2010-01-16eeepc-laptop: dmi blacklist to disable pci hotplug codeCorentin Chary1-5/+20
2010-01-16eeepc-laptop: disable cpu speed control on EeePC 701Alan Jenkins1-0/+87
2009-12-15Merge branch 'asus' into releaseLen Brown1-629/+786
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-09eeepc-laptop: re-add check for eeepc->backlight == NULLAlan Jenkins1-17/+25
2009-12-09eeepc-laptop: fix coding styleCorentin Chary1-3/+5
2009-12-09eeepc-laptop: map keys found on newer eeepcCorentin Chary1-0/+3
2009-12-09eeepc-laptop: callbacks should use "driver data" parameter or fieldAlan Jenkins1-198/+268
2009-12-09eeepc-laptop: revise namesAlan Jenkins1-128/+125
2009-12-09eeepc-laptop: code movementAlan Jenkins1-472/+462
2009-12-09eeepc-laptop: move platform device initialisation to a separate functionAlan Jenkins1-25/+39
2009-12-09eeepc-laptop: move platform driver registration out of eeepc_hotk_add()Alan Jenkins1-10/+15
2009-12-09eeepc-laptop: refactor notificationsAlan Jenkins1-32/+39