[U-Boot-Users] [PATCH] drivers/usb : move usb drivers to drivers/usb
Markus Klotzbücher
mk at denx.de
Fri Oct 12 09:49:17 CEST 2007
Jean-Christophe,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> writes:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> drivers/Makefile | 11 -----------
> drivers/usb/Makefile | 8 +++++++-
> drivers/{ => usb}/isp116x-hcd.c | 0
> drivers/{ => usb}/isp116x.h | 0
> drivers/{ => usb}/sl811.h | 0
> drivers/{ => usb}/sl811_usb.c | 0
> drivers/{ => usb}/usb_ohci.c | 0
> drivers/{ => usb}/usb_ohci.h | 0
> drivers/{ => usb}/usbdcore.c | 0
> drivers/{ => usb}/usbdcore_ep0.c | 0
> drivers/{ => usb}/usbdcore_mpc8xx.c | 0
> drivers/{ => usb}/usbdcore_omap1510.c | 0
> 12 files changed, 7 insertions(+), 12 deletions(-)
> rename drivers/{ => usb}/isp116x-hcd.c (100%)
> rename drivers/{ => usb}/isp116x.h (100%)
> rename drivers/{ => usb}/sl811.h (100%)
> rename drivers/{ => usb}/sl811_usb.c (100%)
> rename drivers/{ => usb}/usb_ohci.c (100%)
> rename drivers/{ => usb}/usb_ohci.h (100%)
> rename drivers/{ => usb}/usbdcore.c (100%)
> rename drivers/{ => usb}/usbdcore_ep0.c (100%)
> rename drivers/{ => usb}/usbdcore_mpc8xx.c (100%)
> rename drivers/{ => usb}/usbdcore_omap1510.c (100%)
We had an discussion some time ago on how and where to put the different
parts of the U-Boot USB stack. Basically we agreed to move all usb code
to drivers/usb/ but furthermore we wanted to structure it in a similar
way as the linux kernel does. Please see the following thread:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/28154/focus=28177
Can restructure the drivers like this?
Best regards
Markus Klotzbuecher
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
More information about the U-Boot
mailing list