From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 24 Feb 2014 11:43:15 -0700 Subject: [U-Boot] [PATCH v4 3/3] usb: tegra: combine header file In-Reply-To: <219d49b77dcd874738a794b5e3e8078fe8f6ccbb.1393101695.git.stefan@agner.ch> References: <219d49b77dcd874738a794b5e3e8078fe8f6ccbb.1393101695.git.stefan@agner.ch> Message-ID: <530B92C3.1070808@wwwdotorg.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 02/22/2014 01:53 PM, Stefan Agner wrote: > Combine the Tegra USB header file into one header file for all SoCs. > Use ifdef to account for the difference, especially Tegra20 is quite > different from newer SoCs. This avoids duplication especially > between Tegra30 and newer devices. > > Reviewed-by: Stephen Warren > Signed-off-by: Stefan Agner > --- > arch/arm/include/asm/arch-tegra/usb.h | 214 +++++++++++++++++++++++++++++++ > arch/arm/include/asm/arch-tegra114/usb.h | 156 ---------------------- > arch/arm/include/asm/arch-tegra20/usb.h | 160 ----------------------- > arch/arm/include/asm/arch-tegra30/usb.h | 168 ------------------------ > board/nvidia/common/board.c | 1 - > drivers/usb/host/ehci-tegra.c | 1 - Are you planning on sending a later patch which removes arch/arm/include/asm/arch-tegra124/usb.h too?