[U-Boot] [PATCH v2 0/6] sf: SST changes, Byte program
Bin Meng
bmeng.cn at gmail.com
Fri Dec 12 16:01:39 CET 2014
Hi Jagan,
On Fri, Dec 12, 2014 at 10:09 PM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> On 12 December 2014 at 19:36, Jagannadha Sutradharudu Teki
> <jagannadh.teki at gmail.com> wrote:
>> This patch-set added byte program support for sst flashes
>> and some implementation changes in sf to support array slow
>> and byte program specific controllers.
>>
>> Changes for v2:
>> - commit message fixes
>>
>> Bin Meng (3):
>> spi: sf: Support byte program for sst spi flash
>> x86: ich-spi: Set the rx operation mode for ich 7
>> x86: ich-spi: Set the tx operation mode for ich 7
>>
>> Jagannadha Sutradharudu Teki (2):
>> sf: Fix look for the fastest read command
>> sf: Enable byte program support
>>
>> Simon Glass (1):
>> spi: Fix flag collision for SST_WP
>>
>> drivers/mtd/spi/sf_internal.h | 22 ++++++---
>> drivers/mtd/spi/sf_ops.c | 31 +++++++++++++
>> drivers/mtd/spi/sf_params.c | 102 +++++++++++++++++++++---------------------
>> drivers/mtd/spi/sf_probe.c | 9 +++-
>> drivers/spi/ich.c | 9 ++++
>> include/spi.h | 1 +
>> 6 files changed, 114 insertions(+), 60 deletions(-)
>
> Bin, these will push as part of a PR - let me know for any missing's
Looks good to me. Thanks for taking care of these.
> Simon, any plan to take these on your branch or shall I send a PR from my side?
>
> thanks!
> --
> Jagan.
Regards,
Bin
More information about the U-Boot
mailing list