greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere
authorSandeep Patil <patil_sandeep@projectara.com>
Thu, 19 May 2016 15:52:39 +0000 (08:52 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 19 May 2016 17:09:13 +0000 (10:09 -0700)
commite54b106dd1be50377fe8365392466e080b659ab6
tree42857d8b2a4088717d76a6daff6000bb66cd2080
parente16715c135d80aafea867849f938b080d4f4eadb
greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhere

The 'gpbridge' name didn't relaly reflect what the bus is; which
is a bus for bridged-phy devices. So, rename all instances
of 'gpbridge' to more appropriate 'gbphy'

Testing Done:
Build and boot tested. 'lsgb' will stop displaying 'GPBridge' devices
until I change the library to reflect this change.

Signed-off-by: Sandeep Patil <patil_sandeep@projectara.com>
Suggested-by: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
14 files changed:
drivers/staging/greybus/Makefile
drivers/staging/greybus/gbphy.c [new file with mode: 0644]
drivers/staging/greybus/gbphy.h [new file with mode: 0644]
drivers/staging/greybus/gpbridge.c [deleted file]
drivers/staging/greybus/gpbridge.h [deleted file]
drivers/staging/greybus/gpio.c
drivers/staging/greybus/i2c.c
drivers/staging/greybus/interface.c
drivers/staging/greybus/loopback.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