From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 08 Oct 2013 15:23:22 -0600 Subject: [U-Boot] [PATCH] Tegra: T1x4: SPI: Use a common name (t1x4) for SPI driver In-Reply-To: <1381180830-30450-1-git-send-email-twarren@nvidia.com> References: <1381180830-30450-1-git-send-email-twarren@nvidia.com> Message-ID: <525477CA.4080603@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 10/07/2013 03:20 PM, Tom Warren wrote: > Tegra124 is compatible w/T114 SPI, so try to commonize as > much as possible. Please don't do this. It's pointless churn. There's nothing wrong with a driver for a HW block that was introduced in Tegra114 being named Tegra114. The new naming isn't any more correct; if we were to introduce a new Tegra235 chip that shared this IP block, would be have to rename the files to tegra1x4_235_spi.c?