Re: [PATCH 7/9] staging: greybus: move core include files to include/linux/greybus/

2019-08-27 Thread Mark Greer
On Sun, Aug 25, 2019 at 07:54:27AM +0200, Greg Kroah-Hartman wrote:
> 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 
> Cc: Johan Hovold 
> Cc: Alex Elder 
> Cc: Vaibhav Agarwal 
> Cc: Mark Greer 
> Cc: Viresh Kumar 
> Cc: Rui Miguel Silva 
> Cc: David Lin 
> Cc: "Bryan O'Donoghue" 
> Cc: greybus-...@lists.linaro.org
> Cc: de...@driverdev.osuosl.org
> Signed-off-by: Greg Kroah-Hartman 
> ---

Acked-by: Mark Greer 


Re: [PATCH 7/9] staging: greybus: move core include files to include/linux/greybus/

2019-08-25 Thread Viresh Kumar
On 25-08-19, 07:54, Greg Kroah-Hartman wrote:
> 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 
> Cc: Johan Hovold 
> Cc: Alex Elder 
> Cc: Vaibhav Agarwal 
> Cc: Mark Greer 
> Cc: Viresh Kumar 
> Cc: Rui Miguel Silva 
> Cc: David Lin 
> Cc: "Bryan O'Donoghue" 
> Cc: greybus-...@lists.linaro.org
> Cc: de...@driverdev.osuosl.org
> Signed-off-by: Greg Kroah-Hartman 

Acked-by: Viresh Kumar 

-- 
viresh


[PATCH 7/9] staging: greybus: move core include files to include/linux/greybus/

2019-08-24 Thread Greg Kroah-Hartman
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 
Cc: Johan Hovold 
Cc: Alex Elder 
Cc: Vaibhav Agarwal 
Cc: Mark Greer 
Cc: Viresh Kumar 
Cc: Rui Miguel Silva 
Cc: David Lin 
Cc: "Bryan O'Donoghue" 
Cc: greybus-...@lists.linaro.org
Cc: de...@driverdev.osuosl.org
Signed-off-by: Greg Kroah-Hartman 
---
 drivers/staging/greybus/arche-platform.c  |  2 +-
 drivers/staging/greybus/audio_apbridgea.c |  3 +--
 drivers/staging/greybus/audio_codec.h |  4 +---
 drivers/staging/greybus/audio_gb.c|  4 +---
 drivers/staging/greybus/authentication.c  |  3 +--
 drivers/staging/greybus/bootrom.c |  2 +-
 drivers/staging/greybus/bundle.c  |  2 +-
 drivers/staging/greybus/camera.c  |  2 +-
 drivers/staging/greybus/connection.c  |  2 +-
 drivers/staging/greybus/control.c |  2 +-
 drivers/staging/greybus/core.c|  2 +-
 drivers/staging/greybus/debugfs.c |  3 +--
 drivers/staging/greybus/es2.c |  3 +--
 drivers/staging/greybus/firmware.h|  2 +-
 drivers/staging/greybus/fw-core.c |  2 +-
 drivers/staging/greybus/fw-download.c |  2 +-
 drivers/staging/greybus/fw-management.c   |  2 +-
 drivers/staging/greybus/gbphy.c   |  2 +-
 drivers/staging/greybus/gpio.c|  2 +-
 drivers/staging/greybus/hd.c  |  2 +-
 drivers/staging/greybus/hid.c |  3 +--
 drivers/staging/greybus/i2c.c |  2 +-
 drivers/staging/greybus/interface.c   |  2 +-
 drivers/staging/greybus/light.c   |  4 +---
 drivers/staging/greybus/log.c |  3 +--
 drivers/staging/greybus/loopback.c|  5 +---
 drivers/staging/greybus/manifest.c|  2 +-
 drivers/staging/greybus/module.c  |  2 +-
 drivers/staging/greybus/operation.c   |  2 +-
 drivers/staging/greybus/power_supply.c|  3 +--
 drivers/staging/greybus/pwm.c |  2 +-
 drivers/staging/greybus/raw.c |  3 +--
 drivers/staging/greybus/sdio.c|  2 +-
 drivers/staging/greybus/spi.c |  2 +-
 drivers/staging/greybus/spilib.c  |  2 +-
 drivers/staging/greybus/svc.c |  3 +--
 drivers/staging/greybus/svc_watchdog.c|  2 +-
 drivers/staging/greybus/uart.c|  2 +-
 drivers/staging/greybus/usb.c |  2 +-
 drivers/staging/greybus/vibrator.c|  3 +--
 .../greybus => include/linux}/greybus.h   | 24 +--
 .../linux}/greybus/bundle.h   |  0
 .../linux}/greybus/connection.h   |  0
 .../linux}/greybus/control.h  |  0
 .../linux}/greybus/greybus_id.h   |  0
 .../linux}/greybus/greybus_manifest.h |  0
 .../linux}/greybus/greybus_protocols.h|  0
 .../staging => include/linux}/greybus/hd.h|  0
 .../linux}/greybus/interface.h|  0
 .../linux}/greybus/manifest.h |  0
 .../linux}/greybus/module.h   |  0
 .../linux}/greybus/operation.h|  0
 .../staging => include/linux}/greybus/svc.h   |  0
 53 files changed, 52 insertions(+), 71 deletions(-)
 rename {drivers/staging/greybus => include/linux}/greybus.h (89%)
 rename {drivers/staging => include/linux}/greybus/bundle.h (100%)
 rename {drivers/staging => include/linux}/greybus/connection.h (100%)
 rename {drivers/staging => include/linux}/greybus/control.h (100%)
 rename {drivers/staging => include/linux}/greybus/greybus_id.h (100%)
 rename {drivers/staging => include/linux}/greybus/greybus_manifest.h (100%)
 rename {drivers/staging => include/linux}/greybus/greybus_protocols.h (100%)
 rename {drivers/staging => include/linux}/greybus/hd.h (100%)
 rename {drivers/staging => include/linux}/greybus/interface.h (100%)
 rename {drivers/staging => include/linux}/greybus/manifest.h (100%)
 rename {drivers/staging => include/linux}/greybus/module.h (100%)
 rename {drivers/staging => include/linux}/greybus/operation.h (100%)
 rename {drivers/staging => include/linux}/greybus/svc.h (100%)

diff --git a/drivers/staging/greybus/arche-platform.c 
b/drivers/staging/greybus/arche-platform.c
index 6eb842040c22..eebf0deb39f5 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -19,8 +19,8 @@
 #include 
 #include 
 #include 
+#include 
 #include "arche_platform.h"
-#include "greybus.h"
 
 #if IS_ENABLED(CONFIG_USB_HSIC_USB3613)
 #include 
diff --git a/drivers/staging/greybus/audio_apbridgea.c 
b/drivers/staging/greybus/audio_apbridgea.c
index 7ebb1bde5cb7..26117e390deb 100644
--- a/drivers/staging/greybus/audio_apbridgea.c
+++ b/drivers/staging/greybus/audio_apbridgea.c
@@ -5,8 +5,7 @@
  * Copyright 2015-2016 Google Inc.
  */