summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorMark Greer <mgreer@animalcreek.com>2015-11-04 09:47:22 -0700
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-04 20:30:47 -0800
commit357499df455d30290860a23a33b2eb723f9597ac (patch)
treefabf571cfdcb94ff8a37fee2cde1ff0a85d937a7 /drivers/staging/greybus/greybus_manifest.h
parentddc88eff2b0848e9c95bc4c39b53c52ed7991285 (diff)
downloadlinux-357499df455d30290860a23a33b2eb723f9597ac.tar.bz2
greybus: i2s: Remove deprecated I2S Bridged-PHY Protocol
The Greybus I2S Bridged-PHY Protocol is deprecated so remove all support for it from the Greybus code. CC: Vaibhav Agarwal <vaibhav.agarwal@linaro.org> Signed-off-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_manifest.h')
-rw-r--r--drivers/staging/greybus/greybus_manifest.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index 687adf2cb645..f29f470909c9 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -32,7 +32,7 @@ enum greybus_protocol {
GREYBUS_PROTOCOL_SDIO = 0x07,
GREYBUS_PROTOCOL_BATTERY = 0x08,
GREYBUS_PROTOCOL_PWM = 0x09,
- GREYBUS_PROTOCOL_I2S_MGMT = 0x0a,
+ /* 0x0a is unused */
GREYBUS_PROTOCOL_SPI = 0x0b,
GREYBUS_PROTOCOL_DISPLAY = 0x0c,
GREYBUS_PROTOCOL_CAMERA = 0x0d,
@@ -40,8 +40,8 @@ enum greybus_protocol {
GREYBUS_PROTOCOL_LIGHTS = 0x0f,
GREYBUS_PROTOCOL_VIBRATOR = 0x10,
GREYBUS_PROTOCOL_LOOPBACK = 0x11,
- GREYBUS_PROTOCOL_I2S_RECEIVER = 0x12,
- GREYBUS_PROTOCOL_I2S_TRANSMITTER = 0x13,
+ /* 0x12 is unused */
+ /* 0x13 is unused */
GREYBUS_PROTOCOL_SVC = 0x14,
GREYBUS_PROTOCOL_FIRMWARE = 0x15,
/* ... */
@@ -60,7 +60,7 @@ enum greybus_class_type {
GREYBUS_CLASS_SDIO = 0x07,
GREYBUS_CLASS_BATTERY = 0x08,
GREYBUS_CLASS_PWM = 0x09,
- GREYBUS_CLASS_I2S = 0x0a,
+ /* 0x0a is unused */
GREYBUS_CLASS_SPI = 0x0b,
GREYBUS_CLASS_DISPLAY = 0x0c,
GREYBUS_CLASS_CAMERA = 0x0d,
@@ -68,8 +68,8 @@ enum greybus_class_type {
GREYBUS_CLASS_LIGHTS = 0x0f,
GREYBUS_CLASS_VIBRATOR = 0x10,
GREYBUS_CLASS_LOOPBACK = 0x11,
- GREYBUS_CLASS_I2S_RECEIVER = 0x12,
- GREYBUS_CLASS_I2S_TRANSMITTER = 0x13,
+ /* 0x12 is unused */
+ /* 0x13 is unused */
GREYBUS_CLASS_SVC = 0x14,
GREYBUS_CLASS_FIRMWARE = 0x15,
/* ... */