WSL2-Linux-Kernel/drivers/staging/greybus
Viresh Kumar 3b858df01f greybus: arche: Remove unwanted headers and rearrange others
This removes few unwanted headers related to irq, interrupt, regulator,
spinlock, etc.

Also arrange the rest in alphabetical order to make it more readable.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2016-01-11 15:58:01 -08:00
..
Documentation greybus: interface: Fetch and expose version of interface's firmware 2015-12-30 13:13:04 -08:00
tools greybus: loopback_test: null terminate the dict structure 2015-12-17 18:17:07 -08:00
.gitignore greybus: tools: Add tools directory to greybus repo and add loopback 2015-12-17 18:17:07 -08:00
LICENSE
Makefile greybus: arche-platform: merge arche-apb-ctrl and arche-platform 2016-01-04 16:05:25 -08:00
README
arche-apb-ctrl.c greybus: arche: Remove unwanted headers and rearrange others 2016-01-11 15:58:01 -08:00
arche-platform.c greybus: arche: Remove unwanted headers and rearrange others 2016-01-11 15:58:01 -08:00
arche_platform.h greybus: arche-platform: merge arche-apb-ctrl and arche-platform 2016-01-04 16:05:25 -08:00
audio-codec.c
audio.h
bundle.c
bundle.h
camera.c greybus: camera: Add support for flags to stream_configure 2016-01-08 22:47:07 -08:00
connection.c greybus: connection: fix version-request error handling 2016-01-09 00:41:46 -08:00
connection.h
control.c greybus: interface: Fetch and expose version of interface's firmware 2015-12-30 13:13:04 -08:00
control.h greybus: interface: Fetch and expose version of interface's firmware 2015-12-30 13:13:04 -08:00
core.c greybus: core: fix greybus device matching 2016-01-09 00:41:46 -08:00
debugfs.c
devices
es2.c greybus: es2: clean up csi-config request 2015-12-22 12:59:02 -08:00
es2.h greybus: es2: Add support for CSI transmitter configuration 2015-12-21 16:35:27 -08:00
firmware.c greybus: firmware/bootrom: debug output from bootrom protocol 2016-01-09 00:44:20 -08:00
firmware.h
gpbridge.c
gpio.c
greybus.h greybus: core: add drvdata accessors 2016-01-09 00:41:46 -08:00
greybus_id.h
greybus_manifest.h
greybus_protocols.h greybus: camera: Add support for flags to stream_configure 2016-01-08 22:47:07 -08:00
greybus_trace.h
hd.c
hd.h
hid.c
i2c.c
interface.c greybus: interface: Fetch and expose version of interface's firmware 2015-12-30 13:13:04 -08:00
interface.h greybus: interface: Fetch and expose version of interface's firmware 2015-12-30 13:13:04 -08:00
kernel_ver.h
light.c
loopback.c
manifest.c
manifest.h
operation.c
operation.h
power_supply.c
protocol.c
protocol.h
pwm.c
raw.c
sdio.c
spi.c
svc.c greybus: svc: Replace link config hack with standard operation 2016-01-08 22:14:08 -08:00
svc.h greybus: svc: Replace link config hack with standard operation 2016-01-08 22:14:08 -08:00
uart.c
usb.c
vibrator.c

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>