pandora-u-boot.git
2025-05-29 Tom RiniMerge patch series "Start removing <env.h> from headers...
2025-05-29 Tom Riniinclude/command.h: Drop <env.h>
2025-05-29 Tom Riniglobal: Avoid indirect inclusion of <env.h> from <comma...
2025-05-29 Tom Rinigpio: pca953x: Add missing <asm/byteorder.h>
2025-05-29 Tom Rinicmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>
2025-05-29 Tom Riniglobal: Add <linux/string.h> instead of long indirect...
2025-05-29 Tom RiniMerge patch series "regex patches"
2025-05-29 Rasmus Villemoesdoc: document test command
2025-05-29 Rasmus Villemoestest: slre: add tests for character ranges
2025-05-29 Rasmus Villemoesslre: implement support for ranges in character classes
2025-05-29 Rasmus Villemoestest: slre: add test cases for escape char in character...
2025-05-29 Rasmus Villemoesslre: fix matching of escape sequence used inside chara...
2025-05-29 Rasmus Villemoesslre: refactor is_any_but()
2025-05-29 Rasmus Villemoestest: slre: add some (negative) character class tests
2025-05-29 Rasmus Villemoestest: slre: add more test cases
2025-05-29 Rasmus Villemoesslre: drop wrong "anchored" optimization
2025-05-29 Rasmus Villemoestest: slre: add tests for regex library
2025-05-29 Rasmus Villemoesslre: add myself as maintainer
2025-05-29 Rasmus Villemoescmd: test: add support for =~ operator
2025-05-27 Tom RiniSubtree merge tag 'v6.15-dts' of dts repo [1] into...
2025-05-27 Tom RiniSquashed 'dts/upstream/' changes from 955176a4ff59...
2025-05-27 Tom RiniMerge tag 'dm-next-27may25' of git://git.denx.de/u...
2025-05-27 Simon Glasspatman: Add basic documentation for new features
2025-05-27 Simon Glasspatman: Add tests for Cseries
2025-05-27 Simon Glasspatman: Implement the upstream subcommand
2025-05-27 Simon Glasspatman: Implement the series subcommand
2025-05-27 Simon Glasspatman: Update send function to return whether it sent
2025-05-27 Simon Glasspatman: Support aliases for commands and subcommands
2025-05-27 Simon Glasspatman: Implement the patchwork subcommand
2025-05-27 Simon Glasspatman: Improve Series support for patchwork links
2025-05-27 Simon Glasspatman: Introduce basic database support in Series
2025-05-27 Simon Glasspatman: Support returning the parsers to use
2025-05-27 Simon Glasspatman: Use -c to show patch comments
2025-05-27 Simon Glasspatman: Enhance implementation of file-based defaults
2025-05-27 Simon Glasspatman: Enhance patchwork interface to support Cseries
2025-05-27 Simon Glasspatman: Update status command support cover-letter...
2025-05-27 Simon Glasspatman: Add a Cseries class
2025-05-27 Simon Glasspatman: Add a helper for managing cseries
2025-05-27 Simon Glasspatman: Add a simple database implementation
2025-05-27 Simon Glasspatman: Avoid touching the system or local config
2025-05-27 Simon Glasspatman: Add a fourth series for testing
2025-05-27 Simon Glasspatman: Move common test code into a new module
2025-05-27 Simon Glasspatman: Add a test for collecting a PATCH prefix
2025-05-27 Simon Glasspatman: Use python3 with /usr/bin/env
2025-05-27 Simon Glassu_boot_pylib: Add more functions to gitutil
2025-05-27 Simon Glasspatman: Deal with git safe-directory warning
2025-05-27 Simon Glassu_boot_pylib: Correct pylint warnings in gitutil
2025-05-27 Simon Glasspatman: Support collecting all lines in the commit...
2025-05-27 Simon Glasspatman: Tidy up function comments in the series module
2025-05-27 Simon Glasspatman: Move -H out of the send command
2025-05-27 Simon Glasspatman: Move arguments for sent into the correct parser
2025-05-27 Simon Glasspatman: Split subparsers into their own functions
2025-05-27 Simon Glasspatman: Add tests for help
2025-05-27 Simon Glasspatman: Split parser creation from parsing
2025-05-27 Simon Glasspatman: Correct some pylint and asyncio issues
2025-05-27 Simon Glasspatman: Use git to set up the test config
2025-05-27 Simon Glasspatman: Clean up creation of the git tree
2025-05-27 Simon Glasspatman: Use variables for series ID and title
2025-05-27 Simon Glasspatman: Use .git as the git directory
2025-05-27 Simon Glasspatman: Use itr instead of lines for iterator
2025-05-27 Simon Glasspatman: Correct use of str in code
2025-05-27 Simon Glasspatman: Allow setting a git directory when sending
2025-05-27 Simon Glasspatman: Allow setting the current directory when sending
2025-05-27 Simon Glasspatman: Add all files to __init__.py
2025-05-27 Simon Glassu_boot_pylib: Speed up determining the upstream branch
2025-05-27 Simon Glassu_boot_pylib: Provide directories to gitutil functions
2025-05-27 Simon Glassu_boot_pylib: Tidy up quoting of cc and to
2025-05-27 Simon Glassu_boot_pylib: Support a fatal level in tout
2025-05-27 Simon Glasspatman: Update Series.ShowActions() to pass alias
2025-05-27 Simon Glasspatman: Pass aliases to Series.MakeCcFile()
2025-05-27 Simon Glasspatman: Pass the alias dict into gitutil.email_patches()
2025-05-27 Simon Glasspatman: Pass the alias dict into gitutil.build_email_list()
2025-05-27 Simon Glasspatman: Untangle settings from gitutil
2025-05-27 Simon Glasspatman: Drop the old status code
2025-05-27 Simon Glasspatman: Use a pager when outputting status
2025-05-27 Simon Glasspatman: Provide an option to run in single-threaded...
2025-05-27 Simon Glasspatman: Switch over to asyncio
2025-05-27 Simon Glasspatman: Use defaultdict directly
2025-05-27 Simon Glasspatman: Add more information to Patch
2025-05-27 Simon Glasspatman: Show patches in yellow
2025-05-27 Simon Glasspatman: Simplify test_find_new_responses()
2025-05-27 Simon Glasspatman: Adjust how the fake request() function is provided
2025-05-27 Simon Glasspatman: Split out the processing of find_new_responses()
2025-05-27 Simon Glasspatman: Split up check_and_show_status()
2025-05-27 Simon Glasspatman: Rename check_patchwork_status()
2025-05-27 Simon Glasspatman: Add reading of series and patch status
2025-05-27 Simon Glasspatman: Move Patch and Review to patchwork module
2025-05-27 Simon Glasspatman: Create a module for handling patchwork
2025-05-27 Simon GlassCI: Add a dependency file for patman
2025-05-27 Simon Glasspatman: Move code for sending into its own module
2025-05-27 Simon Glasspatman: Support extra test features
2025-05-27 Simon Glasspatman: Tidy up the start-up code
2025-05-27 Simon Glasspatman: Rename test_basic() in test_checkpatch
2025-05-27 Simon Glasspatman: Correct a stray quote
2025-05-27 Simon Glasstools: Plumb in capture control
2025-05-27 Simon Glassu_boot_pylib: Allow disabling colour output
2025-05-27 Simon Glassu_boot_pylib: Avoid concurrent execution of only one...
2025-05-27 Simon Glassu_boot_pylib: Add a pager
2025-05-27 Simon Glassu_boot_pylib: Improve ANSI-colour output with backgrounds
2025-05-27 Simon Glassu_boot_pylib: Allow control of capturing
next