Re: [PATCH v2 1/8] usb: Add MA-USB Host kernel module

From: Alan Stern
Date: Wed Feb 26 2020 - 09:48:08 EST


On Wed, 26 Feb 2020, 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@xxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 7 +++
> drivers/usb/Kconfig | 2 +
> drivers/usb/Makefile | 2 +
> drivers/usb/mausb_host/Kconfig | 14 +++++
> drivers/usb/mausb_host/Makefile | 13 +++++
> drivers/usb/mausb_host/mausb_host.c | 90 +++++++++++++++++++++++++++++
> drivers/usb/mausb_host/utils.c | 85 +++++++++++++++++++++++++++
> drivers/usb/mausb_host/utils.h | 40 +++++++++++++
> 8 files changed, 253 insertions(+)
> create mode 100644 drivers/usb/mausb_host/Kconfig
> create mode 100644 drivers/usb/mausb_host/Makefile
> create mode 100644 drivers/usb/mausb_host/mausb_host.c
> create mode 100644 drivers/usb/mausb_host/utils.c
> create mode 100644 drivers/usb/mausb_host/utils.h
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f27f40d22bb..6088f9aa640a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10226,6 +10226,13 @@ W: https://linuxtv.org
> S: Maintained
> F: drivers/media/radio/radio-maxiradio*
> +MA USB HOST DRIVER
> +M: Vladimir Stankovic <vladimir.stankovic@xxxxxxxxxxxxxxx>
> +L: mausb-host-devel@xxxxxxxxxxxxxxx
> +W: https://www.displaylink.com
> +S: Maintained
> +F: drivers/usb/mausb_host/*
> +

You should mention somewhere (certainly in the patch description and in
MAINTAINERS, maybe other places as well) that MA is an abbreviation for
Media-Agnostic. Otherwise people will wonder what on earth it is.

Alan Stern