Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1467274 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-08-21 23:40 +0200 |
| Last post | 2016-08-21 23:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory Greg KH <gregkh@linuxfoundation.org> - 2016-08-21 23:40 +0200
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-08-21 23:40 +0200 |
| Subject | Re: [PATCH 1/3] include: linux: visorbus: Add visorbus to include/linux directory |
| Message-ID | <s8IDf-5Jn-5@gated-at.bofh.it> |
On Fri, Jun 10, 2016 at 11:23:54PM -0400, David Kershner wrote:
> Update include/linux to include the s-Par associated common include
> header files needed for the s-Par visorbus.
>
> Since we have now moved the include directories over to
> include/linux/visorbus this patch makes all of the visor
> drivers visorbus, visorinput, visornic, and visorhba use
> the new include folders.
>
> Signed-off-by: David Kershner <david.kershner@unisys.com>
> Reviewed-by: Tim Sell <Timothy.Sell@unisys.com>
> ---
> drivers/staging/unisys/MAINTAINERS | 2 +-
> drivers/staging/unisys/visorbus/Makefile | 2 --
> drivers/staging/unisys/visorbus/controlvmchannel.h | 2 +-
> drivers/staging/unisys/visorbus/vbuschannel.h | 3 ++-
> drivers/staging/unisys/visorbus/visorbus_main.c | 6 +++---
> drivers/staging/unisys/visorbus/visorchannel.c | 4 ++--
> drivers/staging/unisys/visorbus/visorchipset.c | 8 ++++----
> drivers/staging/unisys/visorbus/vmcallinterface.h | 5 ++---
> drivers/staging/unisys/visorhba/Makefile | 2 --
> drivers/staging/unisys/visorhba/visorhba_main.c | 5 ++---
> drivers/staging/unisys/visorinput/Makefile | 2 --
> drivers/staging/unisys/visorinput/visorinput.c | 6 +++---
> drivers/staging/unisys/visornic/Makefile | 2 --
> drivers/staging/unisys/visornic/visornic_main.c | 5 ++---
> .../staging/unisys/include => include/linux/visorbus}/channel.h | 0
> .../unisys/include => include/linux/visorbus}/channel_guid.h | 0
> .../unisys/include => include/linux/visorbus}/diagchannel.h | 0
> .../unisys/include => include/linux/visorbus}/guestlinuxdebug.h | 0
> .../staging/unisys/include => include/linux/visorbus}/iochannel.h | 0
> .../staging/unisys/include => include/linux/visorbus}/version.h | 0
> .../staging/unisys/include => include/linux/visorbus}/visorbus.h | 0
> 21 files changed, 22 insertions(+), 32 deletions(-)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/channel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/channel_guid.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/diagchannel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/guestlinuxdebug.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/iochannel.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/version.h (100%)
> rename {drivers/staging/unisys/include => include/linux/visorbus}/visorbus.h (100%)
>
> diff --git a/drivers/staging/unisys/MAINTAINERS b/drivers/staging/unisys/MAINTAINERS
> index 1f0425b..146a8c3 100644
> --- a/drivers/staging/unisys/MAINTAINERS
> +++ b/drivers/staging/unisys/MAINTAINERS
> @@ -1,5 +1,5 @@
> Unisys s-Par drivers
> M: David Kershner <sparmaintainer@unisys.com>
> S: Maintained
> -F: Documentation/s-Par/overview.txt
> +F: Documentation/visorbus.txt
> F: drivers/staging/unisys/
This MAINTAINERS change doesn't have anything to do with moving the .h
files around :(
Back to top | Article view | linux.kernel
csiph-web