[U-Boot] [RESEND PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation

2019-04-24 Thread Rajat Srivastava
Maximum write size in a single write operation in spi_nor_write_data() function can be equal to slave tx buffer, which is adjusted in spi_mem_adjust_op_size() and write operation gets fragmented. Previously data write for the above fragmentation didn't incorporate write enable and status checks.

[U-Boot] [RESEND PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation

2019-04-18 Thread Rajat Srivastava
Maximum write size in a single write operation in spi_nor_write_data() function can be equal to slave tx buffer, which is adjusted in spi_mem_adjust_op_size() and write operation gets fragmented. Previously data write for the above fragmentation didn't incorporate write enable and status checks.

[U-Boot] [RESEND PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation

2019-04-18 Thread Rajat Srivastava
Maximum write size in a single write operation in spi_nor_write_data() function can be equal to slave tx buffer, which is adjusted in spi_mem_adjust_op_size() and write operation gets fragmented. Previously data write for the above fragmentation didn't incorporate write enable and status checks.