[U-Boot] [PATCH 09/13] s3c64xx: move usb driver to drivers/usb

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue Mar 31 21:24:24 CEST 2009


On 20:26 Tue 31 Mar     , Remy Bohmer wrote:
> Hello Jean-Christophe,
> 
> 2009/3/27 Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>:
> > add CONFIG_USB_S3C64XX to activate the driver
> >
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> > ---
> >  cpu/arm1176/s3c64xx/Makefile                       |    1 -
> >  drivers/usb/Makefile                               |    1 +
> >  .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c     |    0
> >  include/configs/smdk6400.h                         |    1 +
> >  4 files changed, 2 insertions(+), 1 deletions(-)
> >  rename cpu/arm1176/s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c (100%)
> 
> Why do you want to move all these processor specific code into generic
> driver code?
IMHO it's a usb drivers and it's place is not in the cpu but in the drivers/usb/
even if it's just the USB init

Best Regards,
J.


More information about the U-Boot mailing list