aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86/eeepc-laptop.c
AgeCommit message (Expand)Author
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-25platform/x86: (eeepc-laptop) Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman
2012-09-13eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()Jiang Liu
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds
2012-03-20eeepc-laptop: log unknown keysCorentin Chary
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu
2011-10-24platform-drivers-x86: eeepc-laptop: fix wrong test for successful registered ...Axel Lin
2011-05-27eeepc: Use pr_warnJoe Perches
2011-05-09eeepc-laptop: Use ACPI handle to identify rfkill portMatthew Garrett
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi
2011-03-22backlight: add backlight typeMatthew Garrett
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07eeepc-laptop: add a getter for touchpad ledCorentin Chary
2010-11-16backlight: constify backlight_opsLionel Debroux
2010-10-21platform-x86: sync eeepc-laptop and asus-laptopCorentin Chary
2010-08-03eeepc-laptop: fix hotplug_disabled module_param permissionsAxel Lin
2010-04-23eeepc-laptop: add missing sparse_keymap_freeCorentin Chary
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett
2010-02-28eeepc-laptop: check wireless hotplug eventsAlan Jenkins
2010-02-28eeepc-laptop: disable wireless hotplug for 1005PEAlan Jenkins
2010-01-16eeepc-laptop: disable wireless hotplug for 1201NCorentin Chary
2010-01-16eeepc-laptop: add hotplug_disable parameterCorentin Chary
2010-01-16eeepc-laptop: switch to using sparse keymap libraryDmitry Torokhov
2010-01-16eeepc-laptop: dmi blacklist to disable pci hotplug codeCorentin Chary
2010-01-16eeepc-laptop: disable cpu speed control on EeePC 701Alan Jenkins
2009-12-15Merge branch 'asus' into releaseLen Brown
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-09eeepc-laptop: re-add check for eeepc->backlight == NULLAlan Jenkins
2009-12-09eeepc-laptop: fix coding styleCorentin Chary
2009-12-09eeepc-laptop: map keys found on newer eeepcCorentin Chary
2009-12-09eeepc-laptop: callbacks should use "driver data" parameter or fieldAlan Jenkins
2009-12-09eeepc-laptop: revise namesAlan Jenkins
2009-12-09eeepc-laptop: code movementAlan Jenkins
2009-12-09eeepc-laptop: move platform device initialisation to a separate functionAlan Jenkins
2009-12-09eeepc-laptop: move platform driver registration out of eeepc_hotk_add()Alan Jenkins
2009-12-09eeepc-laptop: refactor notificationsAlan Jenkins
2009-12-09eeepc-laptop: simplify how the hwmon device reads values from the ECAlan Jenkins
2009-12-09eeepc-laptop: simplify acpi initializationAlan Jenkins
2009-12-09eeepc-laptop: no need to check argument of set_brightness()Alan Jenkins
2009-12-09eeepc-laptop: remove redundant NULL checksAlan Jenkins
2009-12-09eeepc-laptop: fix set_acpi() to return non-zero on failureAlan Jenkins
2009-12-09eeepc-laptop: fix potential leak (led_init() failure)Alan Jenkins
2009-12-09eeepc-laptop: fix led initialization orderAlan Jenkins
2009-12-09eeepc-laptop: fix value of pwm1_enable to match documentationAlan Jenkins
2009-12-09eeepc-laptop: set acpi_driver.ownerAlan Jenkins
2009-12-09eeepc-laptop: Remove uneccesary acpi_disabled checkAlan Jenkins
2009-12-09eeepc-laptop: Remove redundant NULL checksAlan Jenkins