All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] x86/efi: use binary units when printing
@ 2016-01-23 14:55 Andy Shevchenko
  2016-01-23 14:55 ` [PATCH v3 1/4] lib/string_helpers: export string_units_{2,10} for others Andy Shevchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 52+ messages in thread
From: Andy Shevchenko @ 2016-01-23 14:55 UTC (permalink / raw)
  To: James Bottomley, Matt Fleming, Thomas Gleixner, Ingo Molnar,
	H . Peter Anvin, linux-efi, Rasmus Villemoes, Andrew Morton,
	linux-kernel @ vger . kernel . org
  Cc: Andy Shevchenko

The patch series exports the arrays of binary and decimal units as it's
described by IEC.

First user of it is EFI code which would print sizes and other values using
binary prefix.

James, is this now okay to you?

Matt, I suppose we need to update the stuff in your tree.

Since v2:
- address James comment (don't nail array size)
- fix a title and commit message for patch 3 to be in align with the change

Andy Shevchenko (3):
  lib/string_helpers: export string_units_{2,10} for others
  lib/string_helpers: fix indentation in few places
  x86/efi: Use proper units in efi_find_mirror()

Robert Elliott (1):
  x86/efi: print size in binary units in efi_print_memmap

 arch/x86/platform/efi/efi.c    | 27 ++++++++++++++++++---------
 include/linux/string_helpers.h |  3 +++
 lib/string_helpers.c           | 26 ++++++++++++++------------
 3 files changed, 35 insertions(+), 21 deletions(-)

-- 
2.7.0.rc3

^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2016-01-28 11:15 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-23 14:55 [PATCH v3 0/4] x86/efi: use binary units when printing Andy Shevchenko
2016-01-23 14:55 ` [PATCH v3 1/4] lib/string_helpers: export string_units_{2,10} for others Andy Shevchenko
2016-01-23 16:14   ` James Bottomley
2016-01-23 16:14     ` James Bottomley
2016-01-23 16:58     ` Andy Shevchenko
2016-01-23 16:58       ` Andy Shevchenko
2016-01-23 14:55 ` [PATCH v3 2/4] lib/string_helpers: fix indentation in few places Andy Shevchenko
2016-01-23 14:55 ` [PATCH v3 3/4] x86/efi: print size in binary units in efi_print_memmap Andy Shevchenko
2016-01-23 16:44   ` James Bottomley
2016-01-23 16:44     ` James Bottomley
2016-01-23 17:18     ` Andy Shevchenko
2016-01-23 17:18       ` Andy Shevchenko
2016-01-23 18:03       ` James Bottomley
2016-01-23 18:03         ` James Bottomley
2016-01-25  8:31         ` Andy Shevchenko
2016-01-25  8:31           ` Andy Shevchenko
2016-01-25 15:25           ` James Bottomley
2016-01-25 15:25             ` James Bottomley
2016-01-23 18:12       ` James Bottomley
2016-01-23 18:12         ` James Bottomley
2016-01-23 20:29         ` One Thousand Gnomes
2016-01-23 20:43           ` H. Peter Anvin
2016-01-23 20:43             ` H. Peter Anvin
2016-01-25 18:02     ` Elliott, Robert (Persistent Memory)
2016-01-25 18:02       ` Elliott, Robert (Persistent Memory)
2016-01-25 18:56       ` James Bottomley
2016-01-25 18:56         ` James Bottomley
2016-01-25 19:28         ` Andy Shevchenko
2016-01-25 19:28           ` Andy Shevchenko
2016-01-25 19:45           ` James Bottomley
2016-01-25 19:45             ` James Bottomley
2016-01-25 20:01             ` Andy Shevchenko
2016-01-25 20:01               ` Andy Shevchenko
2016-01-25 20:18               ` James Bottomley
2016-01-25 20:18                 ` James Bottomley
2016-01-25 20:37               ` Elliott, Robert (Persistent Memory)
2016-01-25 20:37                 ` Elliott, Robert (Persistent Memory)
2016-01-26 11:50                 ` Matt Fleming
2016-01-26 11:59                   ` Andy Shevchenko
2016-01-26 11:59                     ` Andy Shevchenko
2016-01-28  9:29                     ` Matt Fleming
2016-01-28  9:29                       ` Matt Fleming
2016-01-28 11:15                       ` Andy Shevchenko
2016-01-28 11:15                         ` Andy Shevchenko
2016-01-25 20:44               ` James Bottomley
2016-01-25 20:44                 ` James Bottomley
2016-01-23 14:55 ` [PATCH v3 4/4] x86/efi: Use proper units in efi_find_mirror() Andy Shevchenko
2016-01-23 14:55   ` Andy Shevchenko
2016-01-23 16:34 ` [PATCH v3 0/4] x86/efi: use binary units when printing James Bottomley
2016-01-23 16:34   ` James Bottomley
2016-01-23 17:20   ` Andy Shevchenko
2016-01-23 17:20     ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.