All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] A few little patches
@ 2020-04-08 14:32 Simon Glass
  2020-04-08 14:32 ` [PATCH v5 1/6] test: Add the beginnings of some string tests Simon Glass
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Simon Glass @ 2020-04-08 14:32 UTC (permalink / raw)
  To: u-boot

This series collects together a few patches I have been carrying for a
while.

The first two pathces are split out of the acpi series since they don't
really relate to ACPI.

Changes in v5:
- Drop change to FAT
- Add new tests for copying an empty string
- Use size_t instead of int, require caller to use SIZE_MAX
- Update the algorithm to avoid dealing with -1

Changes in v4:
- Add a new patch with some string tests
- Add a new patch to convert a string to upper case

Simon Glass (6):
  test: Add the beginnings of some string tests
  lib: Add a function to convert a string to upper case
  usb: Update struct usb_device to indicate speed enum
  uuid: Use const char * where possible
  pci: Add a macro to convert BDF from linux to U-Boot
  dm: mmc: Update mmc_get_mmc_dev() to use const *

 drivers/mmc/mmc-uclass.c |   2 +-
 include/mmc.h            |   2 +-
 include/pci.h            |   3 +
 include/test/suites.h    |   1 +
 include/usb.h            |   2 +-
 include/uuid.h           |   8 ++-
 include/vsprintf.h       |  12 ++++
 lib/strto.c              |   8 +++
 lib/uuid.c               |   6 +-
 test/Makefile            |   1 +
 test/cmd_ut.c            |   5 ++
 test/str_ut.c            | 115 +++++++++++++++++++++++++++++++++++++++
 12 files changed, 157 insertions(+), 8 deletions(-)
 create mode 100644 test/str_ut.c

-- 
2.26.0.292.g33ef6b2f38-goog

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

end of thread, other threads:[~2020-04-26 11:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 14:32 [PATCH v5 0/6] A few little patches Simon Glass
2020-04-08 14:32 ` [PATCH v5 1/6] test: Add the beginnings of some string tests Simon Glass
2020-04-08 17:53   ` Heinrich Schuchardt
2020-04-26 11:26   ` Tom Rini
2020-04-08 14:32 ` [PATCH v5 2/6] lib: Add a function to convert a string to upper case Simon Glass
2020-04-08 18:17   ` Heinrich Schuchardt
2020-04-26 11:26   ` Tom Rini
2020-04-08 14:32 ` [PATCH v5 3/6] usb: Update struct usb_device to indicate speed enum Simon Glass
2020-04-08 14:43   ` Marek Vasut
2020-04-08 14:32 ` [PATCH v5 4/6] uuid: Use const char * where possible Simon Glass
2020-04-26 11:26   ` Tom Rini
2020-04-08 14:32 ` [PATCH v5 5/6] pci: Add a macro to convert BDF from linux to U-Boot Simon Glass
2020-04-26 11:26   ` Tom Rini
2020-04-08 14:33 ` [PATCH v5 6/6] dm: mmc: Update mmc_get_mmc_dev() to use const * Simon Glass
2020-04-10  1:34   ` Jaehoon Chung
2020-04-26 11:26   ` Tom Rini

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.