[U-Boot] [PATCH v7 0/4] sf: Add MTD layer support

Jagan Teki jteki at openedev.com
Tue Jun 23 09:25:03 CEST 2015


On 23 June 2015 at 09:27, Heiko Schocher denx <hs at denx.de> wrote:
> Hello Jagan,
>
> Am 22.06.2015 um 22:00 schrieb Jagan Teki:
>>
>> Just resend the whole series with below changes,
>> Changes for v7:
>>         - Add more notes on commit message
>>         - Update the info for CONFIG_SPI_FLASH_MTD in README
>>         - Remove ^ character in sf erase line sf help text
>>         - Update starting character in commit message heads with capitals
>>
>> Heiko and Daniel - send your comments on this series once all clear
>> I will push on my tree.
>
>
> Ok, from my side, thanks!
>
> bye,
> Heiko
>
>>
>> thanks!
>> Jagan.
>>
>> Daniel Schwierzeck (1):
>>    mtd, spi: Add MTD layer driver
>>
>> Heiko Schocher (3):
>>    mtd, nand: Move common functions from cmd_nand.c to common place
>>    spi, sf: Use offset and size in sf cmd from mtdpartition
>>    mtd, spi: Check if flash pointer is used
>>
>>   README                        |   9 +++
>>   common/cmd_nand.c             | 148
>> +++++++++---------------------------------
>>   common/cmd_onenand.c          |  19 ++----
>>   common/cmd_sf.c               |  61 +++++++++--------
>>   common/cmd_test.c             |  12 +---
>>   drivers/mtd/Makefile          |   4 +-
>>   drivers/mtd/mtd_uboot.c       |  99 ++++++++++++++++++++++++++++
>>   drivers/mtd/spi/Makefile      |   1 +
>>   drivers/mtd/spi/sf_internal.h |   5 ++
>>   drivers/mtd/spi/sf_mtd.c      | 104 +++++++++++++++++++++++++++++
>>   drivers/mtd/spi/sf_probe.c    |  11 ++--
>>   include/linux/mtd/mtd.h       |   5 ++
>>   include/vsprintf.h            |   2 +
>>   lib/vsprintf.c                |  16 +++++
>>   14 files changed, 323 insertions(+), 173 deletions(-)
>>   create mode 100644 drivers/mtd/mtd_uboot.c
>>   create mode 100644 drivers/mtd/spi/sf_mtd.c

Applied to u-boot-spi/master

thanks!
-- 
Jagan | openedev.


More information about the U-Boot mailing list