aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/ec_sys.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Gravatar Thomas Gleixner 1-2/+1
2019-01-22ACPI: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-28/+8
2018-01-04ACPI: EC: Fix debugfs_create_*() usageGravatar Geert Uytterhoeven 1-1/+1
2016-03-09ACPI / EC: Deny write access unless requested by module paramGravatar Oleg Drokin 1-0/+3
2015-10-04ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'Gravatar Viresh Kumar 1-1/+1
2014-01-06ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.cGravatar Rashika 1-1/+1
2013-06-19ACPI / EC: access user space with get_user()/put_user()Gravatar Vasiliy Kulikov 1-4/+14
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-7/+1
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-1/+1
2011-10-31acpi: add module.h to files implicitly using/relying on it.Gravatar Paul Gortmaker 1-0/+1
2011-07-16ACPI: constify ops structsGravatar Vasiliy Kulikov 1-1/+1
2011-03-18ACPI: Remove the unused EC sysdev classGravatar Rafael J. Wysocki 1-4/+0
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-03acpi ec_sys: Be more cautious about ec write accessGravatar Thomas Renninger 1-7/+24
2010-08-03ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the ECGravatar Thomas Renninger 1-0/+86
2010-08-03ACPI: Provide /sys/kernel/debug/ec/...Gravatar Thomas Renninger 1-0/+57