]> git.karo-electronics.de Git - linux-beck.git/commit
greybus: gbphy: Remove protocol specific version handling
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 30 May 2016 06:01:53 +0000 (11:31 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 1 Jun 2016 05:02:58 +0000 (22:02 -0700)
commit64060fe95458f22bac7327b2ee8dc5ce9e488d44
treeb17a641e46226ed8a4635963964ccae6f609938e
parent5e569115e9b9d4af631589b9d9cc5227a660b008
greybus: gbphy: Remove protocol specific version handling

We should be using the generic version handling at bundle level, instead
of at protocol level for bridged PHY devices as well.

The bundle version handling is already in place, though it is *not* used
today as we haven't bumped the version of control protocol yet.

Remove protocol specific handling for bridged PHY devices.

Tested on EVT 1.5 with gpbridge-test module. No nuttx changes are
required with this.

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/connection.h
drivers/staging/greybus/gbphy.c
drivers/staging/greybus/gbphy.h
drivers/staging/greybus/gpio.c
drivers/staging/greybus/greybus_protocols.h
drivers/staging/greybus/i2c.c
drivers/staging/greybus/pwm.c
drivers/staging/greybus/sdio.c
drivers/staging/greybus/spi.c
drivers/staging/greybus/uart.c
drivers/staging/greybus/usb.c