From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 16 Jan 2019 15:07:38 +0100 Subject: [U-Boot] [PATCH 1/3] mtd: spi: export functions to sf_internal.h In-Reply-To: <1547640475-26939-2-git-send-email-horatiu.vultur@microchip.com> References: <1547640475-26939-1-git-send-email-horatiu.vultur@microchip.com> <1547640475-26939-2-git-send-email-horatiu.vultur@microchip.com> Message-ID: <341ddd93-4a7e-d98d-772c-1f8b0624e1a4@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 16.01.19 um 13:07 schrieb Horatiu Vultur: > Expose the following functions: clean_bar, write_bar, spi_flash_std_write, > spi_flash_std_erase and spi_flash_std_probe to sf_internal.h to be able to > reuse them. > > Cc: Jagan Teki > Signed-off-by: Horatiu Vultur > --- > drivers/mtd/spi/sf_internal.h | 8 ++++++++ > drivers/mtd/spi/sf_probe.c | 8 ++++---- > drivers/mtd/spi/spi_flash.c | 4 ++-- > 3 files changed, 14 insertions(+), 6 deletions(-) > maybe you should wait with this series as there is on-going work to import spi-nor from Linux [1] [1] https://lists.denx.de/pipermail/u-boot/2018-December/350565.html -- - Daniel