All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] sf: Cleanup
@ 2020-05-14 12:11 Jagan Teki
  2020-05-14 12:11 ` [PATCH 1/5] mtd: spi: Call sst_write in _write ops Jagan Teki
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Jagan Teki @ 2020-05-14 12:11 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-05-19 19:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 12:11 [PATCH 0/5] sf: Cleanup Jagan Teki
2020-05-14 12:11 ` [PATCH 1/5] mtd: spi: Call sst_write in _write ops Jagan Teki
2020-05-19 19:15   ` Jagan Teki
2020-05-14 12:11 ` [PATCH 2/5] cmd: sf Drop reassignment of new into flash Jagan Teki
2020-05-19 19:25   ` Jagan Teki
2020-05-14 12:11 ` [PATCH 3/5] env: sf: Preserve and free the previous flash Jagan Teki
2020-05-15  7:24   ` Pratyush Yadav
2020-05-15  7:44     ` Jagan Teki
2020-05-15  8:49       ` Pratyush Yadav
2020-05-18 12:06         ` Jagan Teki
2020-05-18 15:41           ` Pratyush Yadav
2020-05-14 12:11 ` [PATCH 4/5] mtd: sf: Drop plat from sf_probe Jagan Teki
2020-05-15  7:17   ` Pratyush Yadav
2020-05-19 19:32     ` Jagan Teki
2020-05-14 12:11 ` [PATCH 5/5] mtd: spi: Use IS_ENABLED to prevent ifdef Jagan Teki
2020-05-14 16:31   ` Daniel Schwierzeck
2020-05-15  4:27     ` Stefan Roese
2020-05-15  7:22       ` Rasmus Villemoes
2020-05-15  7:33         ` Rasmus Villemoes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.