[U-Boot] [PATCH v4 17/29] sf: Tidy up public and private header files
Simon Glass
sjg at chromium.org
Thu Oct 23 05:04:22 CEST 2014
On 13 October 2014 23:42, Simon Glass <sjg at chromium.org> wrote:
> Since spi_flash.h is supposed to be the public API for SPI flash, move
> private things to sf_internal.h. Also tidy up a few comment nits.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Add spi.h header to 3 sh boards
> - Rebase to master
>
> Changes in v2: None
>
> board/buffalo/lsxl/lsxl.c | 3 +-
> board/renesas/sh7752evb/sh7752evb.c | 1 +
> board/renesas/sh7753evb/sh7753evb.c | 1 +
> board/renesas/sh7757lcr/sh7757lcr.c | 1 +
> common/cmd_sf.c | 1 +
> drivers/mtd/spi/ramtron.c | 1 +
> drivers/mtd/spi/sf_internal.h | 67 +++++++++++++++++++++++++++++++++----
> drivers/mtd/spi/spi_spl_load.c | 1 +
> include/spi_flash.h | 57 +++----------------------------
> 9 files changed, 73 insertions(+), 60 deletions(-)
>
Applied to u-boot-dm/master.
More information about the U-Boot
mailing list