From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 24 Jan 2014 10:08:14 -0700 Subject: [U-Boot] [PATCH 3/6] ARM: tegra: rename OUT_CLK_SOURCE_* In-Reply-To: <20140124134707.GB25720@ulmo.nvidia.com> References: <1390422036-31947-1-git-send-email-swarren@wwwdotorg.org> <1390422036-31947-3-git-send-email-swarren@wwwdotorg.org> <20140124134707.GB25720@ulmo.nvidia.com> Message-ID: <52E29DFE.5010805@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 01/24/2014 06:47 AM, Thierry Reding wrote: > On Wed, Jan 22, 2014 at 01:20:33PM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> OUT_CLK_SOURCE_ are currently named after the number of bits the mask >> they represent includes. However, bit count is not the only possible >> variable; bit position may also vary. Rename OUT_CLK_SOURCE_ to >> OUT_CLK_SOURCE_31_30_ and OUT_CLK_SOURCE4_ to OUT_CLK_SOURCE_31_28 to >> more completely describe exactly what they represent, without having to > > Nit: I think you should pick either "completely" or "exactly". Complete and exact mean different things.