mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Additional error checking for barebox_update
@ 2018-10-08  6:35 Andrey Smirnov
  2018-10-08  6:35 ` [PATCH v2 1/4] bbu: Expose bbu_find_handler_by_*() functions Andrey Smirnov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrey Smirnov @ 2018-10-08  6:35 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This is a follow up to discussion [1]. Hopefull all of the patches are
self-explanatory enough.

Feedback is welcome!

Changes since [v1]:

    - Move handler lookup out of barebox_update() in order to avoid
      making calls to bbu_handler_by_*() twice

Thanks,
Andrey Smirnov

[v1] http://lists.infradead.org/pipermail/barebox/2018-September/034865.html
[1] http://lists.infradead.org/pipermail/barebox/2018-August/034573.html

Andrey Smirnov (4):
  bbu: Expose bbu_find_handler_by_*() functions
  bbu: Add "handler" parameter to barebox_update()
  bbu: command: Make sure specified update handler exists
  bbu: Simplify bbu_find_handler_by_device()

 commands/barebox-update.c       | 41 +++++++++++++++++++++++++---
 common/bbu.c                    | 47 +++++++--------------------------
 drivers/usb/gadget/f_fastboot.c |  6 +++--
 include/bbu.h                   |  5 ++--
 4 files changed, 55 insertions(+), 44 deletions(-)

-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-10-08  8:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  6:35 [PATCH v2 0/4] Additional error checking for barebox_update Andrey Smirnov
2018-10-08  6:35 ` [PATCH v2 1/4] bbu: Expose bbu_find_handler_by_*() functions Andrey Smirnov
2018-10-08  6:35 ` [PATCH v2 2/4] bbu: Add "handler" parameter to barebox_update() Andrey Smirnov
2018-10-08  6:35 ` [PATCH v2 3/4] bbu: command: Make sure specified update handler exists Andrey Smirnov
2018-10-08  6:35 ` [PATCH v2 4/4] bbu: Simplify bbu_find_handler_by_device() Andrey Smirnov
2018-10-08  8:08 ` [PATCH v2 0/4] Additional error checking for barebox_update Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox