linux/drivers/staging/greybus
Johan Hovold 2b14daba1d greybus: bundle: use hexadecimal notation for class attribute
Use hexadecimal notation for class-attribute value.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2015-11-25 15:27:06 -08:00
..
Documentation greybus: Documentation/sysfs-bus-greybus: update the bus ABI documentation 2015-11-25 15:27:06 -08:00
.gitignore
Android.mk
LICENSE
Makefile greybus: Audio: Add skeleton code for GB virtual codec driver 2015-11-23 16:38:22 -08:00
README
audio-codec.c greybus: Audio: Add skeleton code for GB virtual codec driver 2015-11-23 16:38:22 -08:00
audio.h greybus: Audio: Add skeleton code for GB virtual codec driver 2015-11-23 16:38:22 -08:00
bundle.c greybus: bundle: use hexadecimal notation for class attribute 2015-11-25 15:27:06 -08:00
bundle.h greybus: bundle.h: add a private field to struct gb_bundle 2015-10-19 12:09:10 -07:00
connection.c greybus: connection: fix cport-id range 2015-11-23 19:23:27 -08:00
connection.h greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
control.c greybus: control: remove unused request handler 2015-11-02 11:26:44 -08:00
control.h
core.c greybus: interface: rename vendor and product attributes 2015-11-25 15:27:06 -08:00
db3-platform.c greybus: db3-platform: get rid of redundant gpio tests 2015-10-22 14:05:21 -07:00
debugfs.c
devices
endo.c greybus: use decimal notation for interface and cport ids 2015-11-11 09:18:28 -08:00
endo.h greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
es2.c greybus: es2: remove fake vendor/product ids 2015-11-16 22:18:52 -08:00
firmware.c greybus: interface: rename vendor and product attributes 2015-11-25 15:27:06 -08:00
firmware.h
gpbridge.c greybus: hid: hid should not be part of the bridged-phy driver. 2015-11-05 18:00:29 -08:00
gpio.c greybus: gpio: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
greybus.h greybus: add class matching macro 2015-11-21 17:15:35 -08:00
greybus_id.h greybus: fix vendor and product matching 2015-11-21 17:15:35 -08:00
greybus_manifest.h greybus: audio: Allocate protocol and class values 2015-11-16 22:18:52 -08:00
greybus_protocols.h greybus: power_supply: rework and operation changes 2015-11-12 16:12:55 -08:00
greybus_trace.h greybus: es1: Remove the (now) unused es1 driver 2015-11-16 22:18:52 -08:00
hd.c greybus: hd: fix cport-count check 2015-11-23 19:23:27 -08:00
hd.h greybus: hd: fix host-device life time issues 2015-11-04 20:35:18 -08:00
hid.c greybus: hid: hid should not be part of the bridged-phy driver. 2015-11-05 18:00:29 -08:00
i2c.c greybus: i2c: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
interface.c greybus: interface: add interface_id attribute 2015-11-25 15:27:06 -08:00
interface.h greybus: interface: rename vendor and product attributes 2015-11-25 15:27:06 -08:00
kernel_ver.h greybus: power_supply: rework and operation changes 2015-11-12 16:12:55 -08:00
light.c greybus: light: fix class-device parent 2015-11-11 09:18:28 -08:00
loopback.c greybus: loopback: allocate a response even for a 0-byte request 2015-11-19 16:02:41 -08:00
manifest.c greybus: manifest: simplify descriptor address calculation 2015-11-23 19:23:47 -08:00
manifest.h
module.c greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
module.h greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
operation.c greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
operation.h greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
power_supply.c greybus: power_supply: rework and operation changes 2015-11-12 16:12:55 -08:00
protocol.c greybus: protocol: use the bundle struct device instead of the connector 2015-10-19 12:09:10 -07:00
protocol.h greybus: hid: hid should not be part of the bridged-phy driver. 2015-11-05 18:00:29 -08:00
pwm.c greybus: pwm: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
raw.c greybus: raw: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
sdio.c greybus: sdio: some cleanups in command function 2015-10-19 12:06:44 -07:00
spi.c greybus: spi: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
svc.c greybus: interface: rename vendor and product attributes 2015-11-25 15:27:06 -08:00
svc.h greybus: hd: rename host-device structure 2015-11-04 20:25:57 -08:00
uart.c greybus: uart: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
usb.c greybus: usb: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00
vibrator.c greybus: vibrator: use the bundle struct device instead of the connector 2015-10-15 09:19:15 -07:00

README

Greybus kernel code

To build against the running kernel (odds are you don't want this):
	make

To build against a specific kernel source tree (odds are you want this):
	KERNELDIR=/home/some/random/place make

Any questions / concerns about this code base, please email:
	Greg Kroah-Hartman <greg@kroah.com>