]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/staging/greybus/Makefile
greybus: gpb: Create a "GP Bridge" kernel module
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 24 Dec 2014 21:01:43 +0000 (13:01 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 2 Jan 2015 21:05:42 +0000 (13:05 -0800)
commite1308c1fb675878ace7a489c50b2ae52c598d294
treedf7056c211b94ecd80121734eaff86c25727beb0
parent7dd26263248c6c567c05772959d4d6a21240daa8
greybus: gpb: Create a "GP Bridge" kernel module

This bundles together the existing GP Bridged PHY protocols that were
part of the Greybus core: USB, UART, SDIO, PWM, and GPIO.  This is now a
stand-alone kernel module.  More logic will be moving here in the future
to handle bridged devices.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/staging/greybus/Makefile
drivers/staging/greybus/core.c
drivers/staging/greybus/gpb.c [new file with mode: 0644]
drivers/staging/greybus/protocol.c
drivers/staging/greybus/protocol.h