1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:00 2024 -0600
  4. ae31efc cli: allow users to determine history buffer allocation method by Hanyuan Zhao · Tue Mar 05 15:37:35 2024 +0800
  5. 13c54e7 cli: panic when failed to allocate memory for the history buffer by Hanyuan Zhao · Tue Mar 05 15:37:33 2024 +0800
  6. 479f54a getchar(): Correct usage by Tom Rini · Tue Jan 09 17:57:16 2024 -0500
  7. 6210f6d command: Allocate history buffer using calloc() by Marek Vasut · Sat Dec 02 21:52:30 2023 +0100
  8. b949131 cli: Add a function to set up a new cread by Simon Glass · Sun Oct 01 19:13:17 2023 -0600
  9. 3e9bc77 cli: Allow command completion to be disabled by Simon Glass · Sun Oct 01 19:13:16 2023 -0600
  10. 1c67ae4 cli: Allow history to be disabled by Simon Glass · Sun Oct 01 19:13:15 2023 -0600
  11. 9f07109 cli: Terminate the string in cread_line_process_ch() by Simon Glass · Sun Oct 01 19:13:14 2023 -0600
  12. 2f13ae5 cli: Create a function to process characters by Simon Glass · Sun Oct 01 19:13:13 2023 -0600
  13. c8d7ac7 cli: Unindent some code in cread_line() by Simon Glass · Sun Oct 01 19:13:12 2023 -0600
  14. 07627c5 cli: Convert cread_line() to use a struct for the main vars by Simon Glass · Sun Oct 01 19:13:11 2023 -0600
  15. 9e6201e cli: Use unsigned int instead of unsigned long by Simon Glass · Sun Oct 01 19:13:10 2023 -0600
  16. 415f32d cli: Implement delete-word in cread_line() by Simon Glass · Sun Oct 01 19:13:09 2023 -0600
  17. c0734c3 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · Sun Oct 01 19:13:08 2023 -0600
  18. 4dc73c4 cli: Drop some #ifdefs in cli_readline by Simon Glass · Sun Oct 01 19:13:07 2023 -0600
  19. 4c0bf97 cli: Add a command to show cmdline history by Simon Glass · Sun Oct 01 19:13:06 2023 -0600
  20. 043d0fd cli: Move simple readline into a function by Simon Glass · Sun Oct 01 19:13:05 2023 -0600
  21. 26e0cab cli: Correct handling of invalid escape sequences in cread_line() by Simon Glass · Tue Mar 28 08:34:14 2023 +1300
  22. 7646d5b cli: Move readline character-processing to a state machine by Simon Glass · Fri Jan 06 08:52:20 2023 -0600
  23. 3bd2b13 Revert "cli_readline: Only insert printable chars" by Pali Rohár · Wed Nov 02 00:40:46 2022 +0100
  24. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  25. 5d5efec cli: Reduce size of readline buffers in SPL by Sean Anderson · Tue Aug 30 16:40:37 2022 -0400
  26. 0e40cf1 cli: support bracketed paste by Heinrich Schuchardt · Mon Feb 07 19:14:02 2022 +0100
  27. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  28. 4ed1363 cli_readline: Only insert printable chars by Steve Bennett · Sun Nov 22 14:58:45 2020 +1000
  29. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  30. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  31. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  32. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  33. f0017d2 cli: handle getch error by Patrick Delaunay · Fri Aug 03 13:38:45 2018 +0200
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  35. e0aea63 common: cli_readline: Improve command line editing by James Byrne · Tue Aug 16 18:16:28 2016 +0100
  36. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · Mon Jun 29 09:10:46 2015 +0200
  37. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  38. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  39. 66b8c8b Split out simple parser and readline into separate files by Simon Glass · Thu Apr 10 20:01:26 2014 -0600