Re: [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

2023-02-02 Thread Greg Kroah-Hartman
On Fri, Feb 03, 2023 at 08:15:42AM +0100, Christoph Hellwig wrote: > On Fri, Jan 13, 2023 at 08:12:44AM +0100, Greg Kroah-Hartman wrote: > > Do you want all of these to go through a single tree, or can they go > > through the different driver subsystem trees? > > Looks like the big removal isn't g

Re: [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

2023-01-14 Thread Rob Landley
On 1/13/23 01:12, Greg Kroah-Hartman wrote: > On Fri, Jan 13, 2023 at 07:23:19AM +0100, Christoph Hellwig wrote: >> USB_OHCI_SH is a dummy option that never builds any code, remove it. >> >> Signed-off-by: Christoph Hellwig >> --- >> drivers/usb/host/Kconfig | 11 --- >> 1 file change

Re: [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

2023-01-13 Thread Geert Uytterhoeven
Hi Christoph, On Fri, Jan 13, 2023 at 7:23 AM Christoph Hellwig wrote: > USB_OHCI_SH is a dummy option that never builds any code, remove it. > > Signed-off-by: Christoph Hellwig Thanks for your patch! Nice catch! > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -548,17 +

Re: [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

2023-01-12 Thread Greg Kroah-Hartman
On Fri, Jan 13, 2023 at 07:23:19AM +0100, Christoph Hellwig wrote: > USB_OHCI_SH is a dummy option that never builds any code, remove it. > > Signed-off-by: Christoph Hellwig > --- > drivers/usb/host/Kconfig | 11 --- > 1 file changed, 11 deletions(-) > > diff --git a/drivers/usb/host/K