summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_protocols.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-03-29 18:56:03 -0400
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-30 14:17:40 -0700
commitec199ccdd2a3c215f5088052377f08a5855f560e (patch)
tree7eea075cd633de030dec63fa46e0a6f144a9c3d9 /drivers/staging/greybus/greybus_protocols.h
parent133e366bbee53c76596df5da4bf6b32d0d9cb364 (diff)
greybus: interface: clean up ES3-bootroom-quirk handling
Clean up handling of the ES3-bootrom quirks by adding an interface quirk-flags field that is set appropriately when we detect that the ES3 bootrom is running. Note that we need to reserve the DME_DIS_UNIPRO_BOOT_STARTED and DME_DIS_FALLBACK_UNIPRO_BOOT_STARTED status values for the ES3 bootrom, which does not support any CPort features (unlike later boot stages). Add a BOOTROM infix to the defines to make this more clear. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_protocols.h')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 31e772a61f48..8370cfead6f2 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -894,11 +894,11 @@ struct gb_svc_dme_peer_set_response {
#define DME_ATTR_ES3_INIT_STATUS 0x6101
/* Return value from init-status attributes listed above */
-#define DME_DIS_SPI_BOOT_STARTED 0x02
-#define DME_DIS_TRUSTED_SPI_BOOT_FINISHED 0x03
-#define DME_DIS_UNTRUSTED_SPI_BOOT_FINISHED 0x04
-#define DME_DIS_UNIPRO_BOOT_STARTED 0x06
-#define DME_DIS_FALLBACK_UNIPRO_BOOT_STARTED 0x09
+#define DME_DIS_SPI_BOOT_STARTED 0x02
+#define DME_DIS_TRUSTED_SPI_BOOT_FINISHED 0x03
+#define DME_DIS_UNTRUSTED_SPI_BOOT_FINISHED 0x04
+#define DME_DIS_BOOTROM_UNIPRO_BOOT_STARTED 0x06
+#define DME_DIS_BOOTROM_FALLBACK_UNIPRO_BOOT_STARTED 0x09
struct gb_svc_route_create_request {
__u8 intf1_id;