staging: greybus: move core include files to include/linux/greybus/
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 05:54:27 +0000 (07:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Aug 2019 17:02:59 +0000 (19:02 +0200)
commitec0ad868173da8a75121f9dc116a5d5478ff614d
tree7e43809be8ee2e9f9fb8c9ed0a80de9d1c737b18
parent9c31973907fb157ac91f61f479e8bf43bb43aded
staging: greybus: move core include files to include/linux/greybus/

With the goal of moving the core of the greybus code out of staging, the
include files need to be moved to include/linux/greybus.h and
include/linux/greybus/

Cc: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: Vaibhav Agarwal <vaibhav.sr@gmail.com>
Cc: Rui Miguel Silva <rmfrfs@gmail.com>
Cc: David Lin <dtwlin@gmail.com>
Cc: "Bryan O'Donoghue" <pure.logic@nexus-software.ie>
Cc: greybus-dev@lists.linaro.org
Cc: devel@driverdev.osuosl.org
Acked-by: Mark Greer <mgreer@animalcreek.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Alex Elder <elder@kernel.org>
Link: https://lore.kernel.org/r/20190825055429.18547-8-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
66 files changed:
drivers/staging/greybus/arche-platform.c
drivers/staging/greybus/audio_apbridgea.c
drivers/staging/greybus/audio_codec.h
drivers/staging/greybus/audio_gb.c
drivers/staging/greybus/authentication.c
drivers/staging/greybus/bootrom.c
drivers/staging/greybus/bundle.c
drivers/staging/greybus/bundle.h [deleted file]
drivers/staging/greybus/camera.c
drivers/staging/greybus/connection.c
drivers/staging/greybus/connection.h [deleted file]
drivers/staging/greybus/control.c
drivers/staging/greybus/control.h [deleted file]
drivers/staging/greybus/core.c
drivers/staging/greybus/debugfs.c
drivers/staging/greybus/es2.c
drivers/staging/greybus/firmware.h
drivers/staging/greybus/fw-core.c
drivers/staging/greybus/fw-download.c
drivers/staging/greybus/fw-management.c
drivers/staging/greybus/gbphy.c
drivers/staging/greybus/gpio.c
drivers/staging/greybus/greybus.h [deleted file]
drivers/staging/greybus/greybus_id.h [deleted file]
drivers/staging/greybus/greybus_manifest.h [deleted file]
drivers/staging/greybus/greybus_protocols.h [deleted file]
drivers/staging/greybus/hd.c
drivers/staging/greybus/hd.h [deleted file]
drivers/staging/greybus/hid.c
drivers/staging/greybus/i2c.c
drivers/staging/greybus/interface.c
drivers/staging/greybus/interface.h [deleted file]
drivers/staging/greybus/light.c
drivers/staging/greybus/log.c
drivers/staging/greybus/loopback.c
drivers/staging/greybus/manifest.c
drivers/staging/greybus/manifest.h [deleted file]
drivers/staging/greybus/module.c
drivers/staging/greybus/module.h [deleted file]
drivers/staging/greybus/operation.c
drivers/staging/greybus/operation.h [deleted file]
drivers/staging/greybus/power_supply.c
drivers/staging/greybus/pwm.c
drivers/staging/greybus/raw.c
drivers/staging/greybus/sdio.c
drivers/staging/greybus/spi.c
drivers/staging/greybus/spilib.c
drivers/staging/greybus/svc.c
drivers/staging/greybus/svc.h [deleted file]
drivers/staging/greybus/svc_watchdog.c
drivers/staging/greybus/uart.c
drivers/staging/greybus/usb.c
drivers/staging/greybus/vibrator.c
include/linux/greybus.h [new file with mode: 0644]
include/linux/greybus/bundle.h [new file with mode: 0644]
include/linux/greybus/connection.h [new file with mode: 0644]
include/linux/greybus/control.h [new file with mode: 0644]
include/linux/greybus/greybus_id.h [new file with mode: 0644]
include/linux/greybus/greybus_manifest.h [new file with mode: 0644]
include/linux/greybus/greybus_protocols.h [new file with mode: 0644]
include/linux/greybus/hd.h [new file with mode: 0644]
include/linux/greybus/interface.h [new file with mode: 0644]
include/linux/greybus/manifest.h [new file with mode: 0644]
include/linux/greybus/module.h [new file with mode: 0644]
include/linux/greybus/operation.h [new file with mode: 0644]
include/linux/greybus/svc.h [new file with mode: 0644]