[U-Boot] Please pull u-boot-cfi-flash/master

Hi Tom,
please pull the CFI cleanup patches from Mario.
Thanks, Stefan
The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 18:26:00 -0500)
are available in the Git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git
for you to fetch changes up to d9a356972b7504e2e1b0a2b61ddc25a4452502e6:
cfi_flash: Always define cfi_flash_num_flash_banks (2018-01-29 07:48:59 +0100)
---------------------------------------------------------------- Mario Six (26): cfi_flash: Fix space between function name and parenthesis cfi_flash: Fix style of pointer declarations cfi_flash: Fix Parenthesis spacing cfi_flash: Fix whitespace with casting cfi_flash: Fix indent of case statements cfi_flash: Fix spacing around casts/operators cfi_flash: Fix missing/superfluous lines cfi_flash: Remove braces for single-statement blocks cfi_flash: Fix logical continuations cfi_flash: Use __func__ macro instead of function name cfi_flash: Fix comment style cfi_flash: Remove unnecessary braces cfi_flash: Add missing braces in blocks cfi_flash: Fix spelling of "Unknown" cfi_flash: Fix else after break cfi_flash: Fix placement of brace cfi_flash: Remove return from void function cfi_flash: Remove assignments from if conditions cfi_flash: Use u8 pointers instead of void pointers cfi_flash: Fix strings split across lines cfi_flash: Rename camel-case variables flash: Fix spelling of "ERR_TIMOUT" cfi_flash: Bound-check index before array access cfi_flash: Fix long lines cfi_flash: Fix indention cfi_flash: Always define cfi_flash_num_flash_banks
board/cobra5272/flash.c | 2 +- common/flash.c | 4 +- drivers/mtd/cfi_flash.c | 966 +++++++++++++++++++++++----------------------- drivers/mtd/pic32_flash.c | 6 +- include/flash.h | 2 +- 5 files changed, 492 insertions(+), 488 deletions(-)

On Mon, Jan 29, 2018 at 01:35:14PM +0100, Stefan Roese wrote:
Hi Tom,
please pull the CFI cleanup patches from Mario.
Thanks, Stefan
The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 18:26:00 -0500)
are available in the Git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git
for you to fetch changes up to d9a356972b7504e2e1b0a2b61ddc25a4452502e6:
cfi_flash: Always define cfi_flash_num_flash_banks (2018-01-29 07:48:59 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefan Roese
-
Tom Rini