On Fri, Aug 12, 2011 at 11:39:38AM +0200, Manuel Lauss wrote: > Alchemy chips have one or more registers which control access > to the usb blocks as well as PHY configuration. I don't want > the OHCI/EHCI glues to know about the different registers and bits; > new arch code hides the gory details of USB configuration from them. > > Cc: linux-usb@xxxxxxxxxxxxxxx > Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> (USB glue parts) > Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxxxxxxx> > --- > CC'ed Greg for an Ack on the USB glue parts. I'd like this to go through the > MIPS tree since other changes in it depend on it. Fine with me on the USB portions, you are just deleting code, which I like :) But should the "common" USB code really live under arch/mips/alchemy/ ? The goal is to move driver code out of arch/ and into drivers/. Why are you moving stuff backwards here? greg k-h