From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Sun, 14 Oct 2007 01:28:53 +0200 Subject: [U-Boot-Users] [PATCH] drivers/usb : move usb drivers to drivers/usb In-Reply-To: <20071013151426.GA4259@game.jcrosoft.org> References: <1192091549-25875-7-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-8-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-9-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-10-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-11-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-12-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-13-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-14-git-send-email-plagnioj@jcrosoft.com> <1192091549-25875-15-git-send-email-plagnioj@jcrosoft.com> <87sl4gydqa.fsf@denx.de> <20071013151426.GA4259@game.jcrosoft.org> Message-ID: <20071014012853.0d88b1be@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 13 Oct 2007 17:14:26 +0200 plagnioj at jcrosoft.com wrote: > drivers/usb/serial/ > > - e.g. serial support FWIW, Linux seems to be moving away from this structure. USB networking drivers are now under drivers/net, for example. Rationale (from the commit log): It is preferable to group drivers by usage (net, scsi, ATA, ...) than by bus. When reviewing drivers, the [PCI|USB|PCMCIA|...] maintainer is probably less qualified on networking issues than a networking maintainer. Also, from a practical standpoint, chips often appear on multiple buses, which is why we do not put drivers into drivers/pci/net. which doesn't necessarily mean that u-boot should do the same, but I think we should consider it. Besides, how many USB serial drivers apart from CDC are there, really? H?vard