From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:13:17 +0100 Subject: [U-Boot] [PATCH v5 0/18] tegra: Add fdt definitions and USB driver In-Reply-To: <1327447272-30182-1-git-send-email-sjg@chromium.org> References: <1327447272-30182-1-git-send-email-sjg@chromium.org> Message-ID: <201202270013.17577.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > This series brings in the Linux kernel fdt file and provides a working > USB driver for Tegra2 Seaboard. > > (I have done this in one series since otherwise most of the fdt additions > will just look like dead code.) > > The driver requires CONFIG_OF_CONTROL and a device tree to operate. > > Some enhancements to fdtdec are required to make this easier, and these > are included in the series also. I have had to bring in basic GPIO > support due to the request to put the USB VBUS into the fdt. > > Since the kernel recently got a very minimal USB binding, I have started > with that and extended it where appropriate. > > Tegra likes to have cache-aligned buffers. I have dropped the patch which > implements this since we will solve this problem by making callers align > their buffers (as we did with MMC). > Hi, what's the status of this patch/patchset? Thanks M