mbox series

[0/5] sf: Cleanup

Message ID 20200514121145.28737-1-jagan@amarulasolutions.com
Headers show
Series sf: Cleanup | expand

Message

Jagan Teki May 14, 2020, 12:11 p.m. UTC
Cleanup of SF, no precise functionality changes. 

Any inputs?
Jagan.

Jagan Teki (5):
  mtd: spi: Call sst_write in _write ops
  cmd: sf Drop reassignment of new into flash
  env: sf: Preserve and free the previous flash
  mtd: sf: Drop plat from sf_probe
  mtd: spi: Use IS_ENABLED to prevent ifdef

 cmd/sf.c                       |  3 ---
 drivers/mtd/spi/sf_internal.h  | 10 ++++++++++
 drivers/mtd/spi/sf_probe.c     | 19 ++++++++-----------
 drivers/mtd/spi/spi-nor-core.c | 13 +++++++------
 env/sf.c                       | 18 ++++++++++--------
 5 files changed, 35 insertions(+), 28 deletions(-)