Searched hist:"84 a6273f04fd19cad189c8327d0c3c17a053ab8b" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/x86/ |
H A D | toshiba_acpi.c | diff 84a6273f04fd19cad189c8327d0c3c17a053ab8b Wed Mar 26 03:38:29 CET 2014 Azael Avalos <coproscefalo@gmail.com> toshiba_acpi: Add System Configuration Interface
SCI stands for System Configuration Interface, which aim is to conceal differences in hardware between different models.
This patch introduces four new calls: sci_open, sci_close, sci_read and sci_write, along with its definitions and return codes which will be used by later patches.
More information about the SCI can be found at Jonathan Buzzard's website [1].
[1] http://www.buzzard.me.uk/toshiba/docs.html
Signed-off-by: Azael Avalos <coproscefalo@gmail.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
|