summaryrefslogtreecommitdiff
path: root/drivers/acpi/ec_sys.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-01-22ACPI: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-28/+8
2018-01-04ACPI: EC: Fix debugfs_create_*() usageGeert Uytterhoeven1-1/+1
2016-03-09ACPI / EC: Deny write access unless requested by module paramOleg Drokin1-0/+3
2015-10-04ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'Viresh Kumar1-1/+1
2014-01-06ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.cRashika1-1/+1
2013-06-19ACPI / EC: access user space with get_user()/put_user()Vasiliy Kulikov1-4/+14
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-10-31acpi: add module.h to files implicitly using/relying on it.Paul Gortmaker1-0/+1
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2011-03-18ACPI: Remove the unused EC sysdev classRafael J. Wysocki1-4/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-03acpi ec_sys: Be more cautious about ec write accessThomas Renninger1-7/+24
2010-08-03ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the ECThomas Renninger1-0/+86
2010-08-03ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger1-0/+57