greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 22 Dec 2015 16:34:33 +0000 (22:04 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 22 Dec 2015 21:00:52 +0000 (13:00 -0800)
commitb32a5c5346bdaac0ad6ef12cb444a9ad69d2b24b
treee8a8d94bc6f0e8060043be90f214265bd4604e0f
parenta5a7723a0d3762387fc765e69f0ab61fd4d47f00
greybus: interface: Prefix DDBL1 attributes with ddbl1_ instead of unipro_

The Device descriptor block Level 1 (DDBL1) attributes are specified by
the MIPI standard and prefixing them with 'unipro_' isn't the best thing
to do. They should be prefixed with DDBL1 instead.

To make it more readable/clear:
- rename macros and variable by prefixing them with ddbl1_.
- write full names for mfg and prod ids as manufacturer and product ids.
- replace mfg (manufacturing) with mfr (manufacturer)

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/firmware.c
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/interface.h
drivers/staging/greybus/svc.c