Re: [PATCH v3 0/4] x86/efi: use binary units when printing

2016-01-23 Thread Andy Shevchenko
On Sat, Jan 23, 2016 at 6:34 PM, James Bottomley wrote: > On Sat, 2016-01-23 at 16:55 +0200, Andy Shevchenko wrote: >> 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 >> usin

Re: [PATCH v3 0/4] x86/efi: use binary units when printing

2016-01-23 Thread James Bottomley
On Sat, 2016-01-23 at 16:55 +0200, Andy Shevchenko wrote: > 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? Patch 2

[PATCH v3 0/4] x86/efi: use binary units when printing

2016-01-23 Thread 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 Jame