[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200515130208.GB1937631@kroah.com>
Date: Fri, 15 May 2020 15:02:08 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Vladimir Stankovic <vladimir.stankovic@...playlink.com>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
mausb-host-devel@...playlink.com
Subject: Re: [PATCH v6 1/8] usb: Add MA-USB Host kernel module
On Fri, May 15, 2020 at 02:34:55PM +0200, Vladimir Stankovic wrote:
> Added utility macros, kernel device creation and cleanup, functions for
> handling log formatting and a placeholder module for MA-USB Host device
> driver.
>
> Signed-off-by: Vladimir Stankovic <vladimir.stankovic@...playlink.com>
> ---
> MAINTAINERS | 7 +++++
> drivers/usb/Kconfig | 2 ++
> drivers/usb/Makefile | 1 +
> drivers/usb/host/mausb/Kconfig | 15 +++++++++
> drivers/usb/host/mausb/Makefile | 10 ++++++
> drivers/usb/host/mausb/mausb_core.c | 24 +++++++++++++++
> drivers/usb/host/mausb/utils.c | 47 +++++++++++++++++++++++++++++
> drivers/usb/host/mausb/utils.h | 15 +++++++++
> 8 files changed, 121 insertions(+)
> create mode 100644 drivers/usb/host/mausb/Kconfig
> create mode 100644 drivers/usb/host/mausb/Makefile
> create mode 100644 drivers/usb/host/mausb/mausb_core.c
> create mode 100644 drivers/usb/host/mausb/utils.c
> create mode 100644 drivers/usb/host/mausb/utils.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 091ec22c1a23..9b7b79215f47 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10343,6 +10343,13 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/radio/radio-maxiradio*
>
> +MEDIA AGNOSTIC (MA) USB HOST DRIVER
> +M: Vladimir Stankovic <vladimir.stankovic@...playlink.com>
> +L: mausb-host-devel@...playlink.com
Please just do this on the linux-usb mailing list, why have a whole new
list for just a single small driver?
thanks,
greg k-h
Powered by blists - more mailing lists