From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Mon, 15 Oct 2007 12:47:02 +0200 Subject: [U-Boot-Users] [PATCH] drivers/usb : move usb drivers to drivers/usb In-Reply-To: <87r6jwacua.fsf@denx.de> 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> <20071014012853.0d88b1be@siona> <87r6jwacua.fsf@denx.de> Message-ID: <20071015124702.0f253426@dhcp-255-175.norway.atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 15 Oct 2007 12:31:25 +0200 Markus Klotzb?cher wrote: > I get your point, but I think U-Boot is somewhat different from linux > here. It might just as well be a architecture custodian or board > maintainer that that takes care of USB device XY. And as Wolfgang > pointed out custodians have to maintain code distributed across > different directories already (see POST layer). But there is a network core layer which is presumably maintained by someone, no? > But maybe it would make the upcoming kconfig system more intuitive if > a usb net driver was found under drivers-net instead of drivers-usb?! Yes, that too. The idea is that USB is just another bus; when you go looking for a driver for a specific network chip, you shouldn't have to care about what kind of bus(es) that chip can be hooked up to. H?vard