From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 31 Mar 2009 21:21:17 +0200 Subject: [U-Boot] [PATCH 10/13] at91: move usb driver to drivers/usb In-Reply-To: <3efb10970903311128t2b9ac2dn4d4b1ee9022a855b@mail.gmail.com> References: <1238193026-12564-2-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-3-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-4-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-5-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-6-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-7-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-8-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-9-git-send-email-plagnioj@jcrosoft.com> <1238193026-12564-10-git-send-email-plagnioj@jcrosoft.com> <3efb10970903311128t2b9ac2dn4d4b1ee9022a855b@mail.gmail.com> Message-ID: <20090331192117.GF24923@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:28 Tue 31 Mar , Remy Bohmer wrote: > Hello, > > > ?drivers/usb/Makefile ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ? ?1 + > > ?.../at91/usb.c => drivers/usb/atmel_usb.c ? ? ? ? ?| ? ?0 > > ?rename cpu/arm926ejs/at91/usb.c => drivers/usb/atmel_usb.c (100%) > > Same here, this is architecture specific code, why move it to generic code? it's the at91 usb drivers and we need to have it in the driver/usb and it's not at91/arm926 specific but it's also shared with the at91rm9200 so I move to drivers usb please note that the RM9200 will be move to the at91 API next release Best Regards, J.