]> git.karo-electronics.de Git - karo-tx-linux.git/commit
toshiba_acpi: Add System Configuration Interface
authorAzael Avalos <coproscefalo@gmail.com>
Wed, 26 Mar 2014 02:38:29 +0000 (20:38 -0600)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sun, 6 Apr 2014 15:48:54 +0000 (11:48 -0400)
commitb0ead006a0df38960f3b8ee84e383c7f4ceed28d
treea2ae8339f91befac3d636faf5fd563799aa5d455
parent3b2db932282f721fdda5fe592fafc4acdfec91dc
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>
drivers/platform/x86/toshiba_acpi.c