From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933479AbbFWQvp (ORCPT ); Tue, 23 Jun 2015 12:51:45 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58530 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754568AbbFWQvh (ORCPT ); Tue, 23 Jun 2015 12:51:37 -0400 Date: Sat, 2 May 2015 16:59:47 +0200 From: Pavel Machek To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] Show proper respect for Heinrich Hertz by using the correct unit for frequency Message-ID: <20150502145947.GA8156@xo-6d-61-c0.localdomain> References: <20150511131952.GD2067@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511131952.GD2067@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > The SI unit of frequency is Hertz, named after Heinrich Hertz, and is > given the symbol "Hz" to denote this. "hz" is not the unit of frequency, > and is in fact meaningless. > > Fix arch/arm to correctly use "Hz", thereby acknowledging Heinrich Hertz > contribution to the modern world. > > --- a/arch/arm/mach-ixp4xx/include/mach/platform.h > +++ b/arch/arm/mach-ixp4xx/include/mach/platform.h > @@ -74,7 +74,7 @@ extern unsigned long ixp4xx_exp_bus_size; > /* > * Clock Speed Definitions. > */ > -#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66Mhzi APB BUS */ > +#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66MHzi APB BUS */ > #define IXP4XX_UART_XTAL 14745600 > Speaking about meaningless... What is MHzi supposed to mean? ACK for the rest. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 2 May 2015 16:59:47 +0200 From: Pavel Machek Subject: Re: [PATCH] Show proper respect for Heinrich Hertz by using the correct unit for frequency Message-ID: <20150502145947.GA8156@xo-6d-61-c0.localdomain> References: <20150511131952.GD2067@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150511131952.GD2067@n2100.arm.linux.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+robherring2=gmail.com@lists.infradead.org To: Russell King - ARM Linux Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-ID: Hi! > The SI unit of frequency is Hertz, named after Heinrich Hertz, and is > given the symbol "Hz" to denote this. "hz" is not the unit of frequency, > and is in fact meaningless. > > Fix arch/arm to correctly use "Hz", thereby acknowledging Heinrich Hertz > contribution to the modern world. > > --- a/arch/arm/mach-ixp4xx/include/mach/platform.h > +++ b/arch/arm/mach-ixp4xx/include/mach/platform.h > @@ -74,7 +74,7 @@ extern unsigned long ixp4xx_exp_bus_size; > /* > * Clock Speed Definitions. > */ > -#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66Mhzi APB BUS */ > +#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66MHzi APB BUS */ > #define IXP4XX_UART_XTAL 14745600 > Speaking about meaningless... What is MHzi supposed to mean? ACK for the rest. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: pavel@ucw.cz (Pavel Machek) Date: Tue, 23 Jun 2015 16:52:00 -0000 Subject: [PATCH] Show proper respect for Heinrich Hertz by using the correct unit for frequency In-Reply-To: <20150511131952.GD2067@n2100.arm.linux.org.uk> References: <20150511131952.GD2067@n2100.arm.linux.org.uk> Message-ID: <20150502145947.GA8156@xo-6d-61-c0.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi! > The SI unit of frequency is Hertz, named after Heinrich Hertz, and is > given the symbol "Hz" to denote this. "hz" is not the unit of frequency, > and is in fact meaningless. > > Fix arch/arm to correctly use "Hz", thereby acknowledging Heinrich Hertz > contribution to the modern world. > > --- a/arch/arm/mach-ixp4xx/include/mach/platform.h > +++ b/arch/arm/mach-ixp4xx/include/mach/platform.h > @@ -74,7 +74,7 @@ extern unsigned long ixp4xx_exp_bus_size; > /* > * Clock Speed Definitions. > */ > -#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66Mhzi APB BUS */ > +#define IXP4XX_PERIPHERAL_BUS_CLOCK (66) /* 66MHzi APB BUS */ > #define IXP4XX_UART_XTAL 14745600 > Speaking about meaningless... What is MHzi supposed to mean? ACK for the rest. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html