From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934992AbdEVSY2 (ORCPT ); Mon, 22 May 2017 14:24:28 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:34423 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933835AbdEVSYW (ORCPT ); Mon, 22 May 2017 14:24:22 -0400 Date: Mon, 22 May 2017 20:24:16 +0200 From: Ralph Sennhauser To: Andrew Lunn Cc: linux-arm-kernel@lists.infradead.org, Gregory Clement , Imre Kaloz , Jason Cooper , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/13] ARM: dts: armada-385-linksys: use binary unit prefixes Message-ID: <20170522202416.1c48d91a@gmail.com> In-Reply-To: <20170522150001.GM29447@lunn.ch> References: <20170521124903.11050-1-ralph.sennhauser@gmail.com> <20170521124903.11050-9-ralph.sennhauser@gmail.com> <20170522150001.GM29447@lunn.ch> Organization: none X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 May 2017 17:00:01 +0200 Andrew Lunn wrote: > On Sun, May 21, 2017 at 02:48:57PM +0200, Ralph Sennhauser wrote: > > Use IEEE 1541-2002 unit prefixes for sizes. > > Does ePAPR recommend this? Not directly, but the paper (v1.1) itself is using MiB as well which could be seen as a recommendation. SI and NIST to my knowledge explicitly state to not use SI prefixes for anything but powers of 10. Also as far as I'm aware any relevant standard body adopted / endorsed these. > > I think this looks ugly, so i would not do it. Needs getting used to indeed. I for myself I can say I've gotten over it by now. Grepping the Linux tree shows quite a few other examples of MiB so this one wont feel lonely either. Ralph