aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/compal-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-12/+6
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-07-11platform/x86: compal-laptop: constify attribute_group structures.Arvind Yadav1-1/+1
2015-10-03compal-laptop: Add charge control limitRoald Frederickx1-1/+42
2015-06-19compal-laptop: Port to new backlight interface selection APIHans de Goede1-2/+2
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski1-11/+18
2015-03-13power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski1-1/+1
2015-03-13compal-laptop: Check return value of power_supply_registerKrzysztof Kozlowski1-1/+3
2015-03-13compal-laptop: Fix leaking hwmon deviceKrzysztof Kozlowski1-3/+3
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-16compal-laptop: correct invalid hwmon nameRoald Frederickx1-1/+1
2014-01-21compal-laptop: Use devm_hwmon_device_register_with_groupsGuenter Roeck1-29/+23
2014-01-21compal-laptop: Replace SENSOR_DEVICE_ATTR with DEVICE_ATTRGuenter Roeck1-33/+33
2014-01-21compal-laptop: Use devm_kzalloc to allocate local data structureGuenter Roeck1-7/+2
2013-09-05platform: x86: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-09-05platform: replace strict_strto*() with kstrto*()Jingoo Han1-2/+4
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
2012-03-20compal-laptop: switch to using use MODULE_DEVICE_TABLEDmitry Torokhov1-13/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-07-07drivers/platform/x86: Fix memory leakAndre Bartke1-1/+3
2011-05-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds1-13/+9
2011-05-29Merge branch 'ec-cleanup' into releaseLen Brown1-7/+7
2011-05-27compal-laptop: Convert printks to pr_<level>Joe Perches1-13/+9
2011-04-01ACPI EC: remove dead codeThomas Renninger1-6/+6
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi1-1/+1
2011-03-28platform-driver-x86: fix wrong merge for compal-laptop.cAxel Lin1-3/+3
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-07Support KHLB2 in the compal laptop driverAlbert Astals Cid1-0/+8
2010-08-16platform/x86: move rfkill for Dell Mini 1012 to compal-laptopVictor van den Elzen1-0/+9
2010-08-03compal-laptop/fujitsu-laptop/msi-laptop: make dmi_check_cb to return 1 instead of 0Axel Lin1-1/+1
2010-08-03compal-laptop: add JHL90, battery & hwmon interfaceRoald Frederickx1-105/+822
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-4/+7
2010-02-25compal-laptop: Replace sysfs support with rfkill supportMario Limonciello1-138/+63
2010-02-25compal-laptop: Add support for known Compal made Dell laptopsMario Limonciello1-0/+46
2009-12-12drop explicit include of autoconf.hSam Ravnborg1-1/+0
2008-12-19create drivers/platform/x86/ from drivers/misc/Len Brown1-0/+406