[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200902060744.GA142357@kroah.com>
Date: Wed, 2 Sep 2020 08:07:44 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Matthias Kaehlcke <mka@...omium.org>
Cc: linux-kernel@...r.kernel.org,
Ravi Chandra Sadineni <ravisadineni@...omium.org>,
Douglas Anderson <dianders@...omium.org>,
Bastien Nocera <hadess@...ess.net>,
Krzysztof Kozlowski <krzk@...nel.org>,
Stephen Boyd <swboyd@...omium.org>, linux-usb@...r.kernel.org,
Alan Stern <stern@...land.harvard.edu>,
"Alexander A. Klimov" <grandmaster@...klimov.de>,
Masahiro Yamada <masahiroy@...nel.org>
Subject: Re: [RFC PATCH] USB: misc: Add usb_hub_pwr driver
On Tue, Sep 01, 2020 at 01:21:43PM -0700, Matthias Kaehlcke wrote:
> diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile
> index da39bddb0604..2bd02388ca62 100644
> --- a/drivers/usb/misc/Makefile
> +++ b/drivers/usb/misc/Makefile
> @@ -31,3 +31,4 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o
>
> obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga/
> obj-$(CONFIG_USB_LINK_LAYER_TEST) += lvstest.o
> +obj-$(CONFIG_USB_HUB_PWR) += usb_hub_pwr.o usb_hub_psupply.o
Why is this 2 files? Why can't it just be one?
And isn't this much the same thing as many of the other "misc" hub
controller drivers we have?
And to make it easier to review, can you split out the device tree
descriptions so that the DT maintainers can review that?
thanks,
greg k-h
Powered by blists - more mailing lists