]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
toshiba_acpi: Rename hci_raw to tci_raw
authorAzael Avalos <coproscefalo@gmail.com>
Tue, 30 Sep 2014 02:40:07 +0000 (20:40 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Tue, 30 Sep 2014 20:51:07 +0000 (13:51 -0700)
commit258c590326a9340bc63a46f890e8601d37bde4d7
tree6d81ad1a1945369e4d4178ad3dd2e593262432eb
parenta666b6ffbc9b6705a3ced704f52c3fe9ea8bf959
toshiba_acpi: Rename hci_raw to tci_raw

The function name hci_raw was used before to reflect
a raw (read/write) call to Toshiba's Hardware
Configuration Interface (HCI), however, since the
introduction of the System Configuration Interface
(SCI), that "name" no longer applies.

This patch changes the name of that function to
tci_raw (for Toshiba Configuration Interface), and
change the comments about it.

Also, the HCI_WORDS definition was changed to TCI_RAW,
to better reflect that we're no longer using pure HCI
calls, but a combination of HCI and SCI, which form
part of the Toshiba Configuration Interface.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c