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

2009-03-31 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970903311126u1b97c3dbi5193e85473351...@mail.gmail.com> you wrote: > > Why do you want to move all these processor specific code into generic > driver code? Indeed. That makes no sense to me. Please stop here, Jean-Christophe. Best regards, Wolfgang Denk -

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

2009-03-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:26 Tue 31 Mar , Remy Bohmer wrote: > Hello Jean-Christophe, > > 2009/3/27 Jean-Christophe PLAGNIOL-VILLARD : > > add CONFIG_USB_S3C64XX to activate the driver > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > >  cpu/arm1176/s3c64xx/Makefile                       |    1 -

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

2009-03-31 Thread Remy Bohmer
Hello Jean-Christophe, 2009/3/27 Jean-Christophe PLAGNIOL-VILLARD : > add CONFIG_USB_S3C64XX to activate the driver > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- >  cpu/arm1176/s3c64xx/Makefile                       |    1 - >  drivers/usb/Makefile                               |    1

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

2009-03-27 Thread Jean-Christophe PLAGNIOL-VILLARD
add CONFIG_USB_S3C64XX to activate the driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- cpu/arm1176/s3c64xx/Makefile |1 - drivers/usb/Makefile |1 + .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c |0 include/configs/s