All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Introduce fastboot oem board command
@ 2024-04-08 10:15 Alexey Romanov
  2024-04-08 10:15 ` [PATCH v3 1/1] fastboot: introduce 'oem board' subcommand Alexey Romanov
  2024-04-16  8:05 ` [PATCH v3 0/1] Introduce fastboot oem board command Mattijs Korpershoek
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Romanov @ 2024-04-08 10:15 UTC (permalink / raw)
  To: sjg, hs, sean.anderson, dimorinny, mkorpershoek, patrick.delaunay
  Cc: kernel, u-boot, Alexey Romanov

Changes V1 -> V2 [1]:
  - Added an example of using the command as requested
    by Sean Anderson [2].

Changes V2 -> V3 [3]:
  - Rebase over uboot/master.
  - Add documentation.
  - Remove example added in V2 [1].

Links:
    [1] https://lore.kernel.org/all/20231228152522.83291-1-avromanov@salutedevices.com/
    [2] https://lore.kernel.org/all/72ac233d-c18d-4f57-bc66-451fe0bd2997@seco.com/
    [3] https://lore.kernel.org/all/20240201092027.6258-1-avromanov@salutedevices.com/

Alexey Romanov (1):
  fastboot: introduce 'oem board' subcommand

 doc/android/fastboot.rst      | 18 ++++++++++++++++++
 drivers/fastboot/Kconfig      |  7 +++++++
 drivers/fastboot/fb_command.c | 30 ++++++++++++++++++++++++++++++
 include/fastboot.h            |  1 +
 4 files changed, 56 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-16  8:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 10:15 [PATCH v3 0/1] Introduce fastboot oem board command Alexey Romanov
2024-04-08 10:15 ` [PATCH v3 1/1] fastboot: introduce 'oem board' subcommand Alexey Romanov
2024-04-09  9:44   ` Mattijs Korpershoek
2024-04-09 14:44   ` Quentin Schulz
2024-04-16  8:05 ` [PATCH v3 0/1] Introduce fastboot oem board command Mattijs Korpershoek

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.