greybus: add pwm protocol driver
authorMatt Porter <mporter@linaro.org>
Thu, 13 Nov 2014 14:14:13 +0000 (09:14 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 14 Nov 2014 21:10:21 +0000 (13:10 -0800)
commit34c6507ca8e675ca0afa11ca0076d108027b0b2f
treef5a46e448aa0c90ed254b41f9629021be1603a2b
parent5d2207e7047ebd110307f5f60c440f7119f999b8
greybus: add pwm protocol driver

Add a PWM driver that implements the Greybus PWM protocol.

Signed-off-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/greybus_manifest.h
drivers/staging/greybus/protocol.c
drivers/staging/greybus/protocol.h
drivers/staging/greybus/pwm-gb.c [new file with mode: 0644]