summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-29slre: add myself as maintainerRasmus Villemoes
2025-05-29cmd: test: add support for =~ operatorRasmus Villemoes
2025-05-29board: rzg2l: Update MAINTAINERS fileMarek Vasut
2025-05-29board: rzg2l: Drop myself to reviewer for RZ/G2L boardsPaul Barker
2025-05-29ARM: renesas: Enable serial RX buffer on Renesas R-CarMarek Vasut
2025-05-27Subtree merge tag 'v6.15-dts' of dts repo [1] into dts/upstreamTom Rini
2025-05-27Revert "ext4fs: Fix: Read outside partition error"Tom Rini
2025-05-27Squashed 'dts/upstream/' changes from 955176a4ff59..fe2d6c49bb4eTom Rini
2025-05-27Merge tag 'dm-next-27may25' of git://git.denx.de/u-boot-dm into nextTom Rini
2025-05-27patman: Add basic documentation for new featuresSimon Glass
2025-05-27patman: Add tests for CseriesSimon Glass
2025-05-27patman: Implement the upstream subcommandSimon Glass
2025-05-27patman: Implement the series subcommandSimon Glass
2025-05-27patman: Update send function to return whether it sentSimon Glass
2025-05-27patman: Support aliases for commands and subcommandsSimon Glass
2025-05-27patman: Implement the patchwork subcommandSimon Glass
2025-05-27patman: Improve Series support for patchwork linksSimon Glass
2025-05-27patman: Introduce basic database support in SeriesSimon Glass
2025-05-27patman: Support returning the parsers to useSimon Glass
2025-05-27patman: Use -c to show patch commentsSimon Glass
2025-05-27patman: Enhance implementation of file-based defaultsSimon Glass
2025-05-27patman: Enhance patchwork interface to support CseriesSimon Glass
2025-05-27patman: Update status command support cover-letter infoSimon Glass
2025-05-27patman: Add a Cseries classSimon Glass
2025-05-27patman: Add a helper for managing cseriesSimon Glass
2025-05-27patman: Add a simple database implementationSimon Glass
2025-05-27patman: Avoid touching the system or local configSimon Glass
2025-05-27patman: Add a fourth series for testingSimon Glass
2025-05-27patman: Move common test code into a new moduleSimon Glass
2025-05-27patman: Add a test for collecting a PATCH prefixSimon Glass
2025-05-27patman: Use python3 with /usr/bin/envSimon Glass
2025-05-27u_boot_pylib: Add more functions to gitutilSimon Glass
2025-05-27patman: Deal with git safe-directory warningSimon Glass
2025-05-27u_boot_pylib: Correct pylint warnings in gitutilSimon Glass
2025-05-27patman: Support collecting all lines in the commit messageSimon Glass
2025-05-27patman: Tidy up function comments in the series moduleSimon Glass
2025-05-27patman: Move -H out of the send commandSimon Glass
2025-05-27patman: Move arguments for sent into the correct parserSimon Glass
2025-05-27patman: Split subparsers into their own functionsSimon Glass
2025-05-27patman: Add tests for helpSimon Glass
2025-05-27patman: Split parser creation from parsingSimon Glass
2025-05-27patman: Correct some pylint and asyncio issuesSimon Glass
2025-05-27patman: Use git to set up the test configSimon Glass
2025-05-27patman: Clean up creation of the git treeSimon Glass
2025-05-27patman: Use variables for series ID and titleSimon Glass
2025-05-27patman: Use .git as the git directorySimon Glass
2025-05-27patman: Use itr instead of lines for iteratorSimon Glass
2025-05-27patman: Correct use of str in codeSimon Glass
2025-05-27patman: Allow setting a git directory when sendingSimon Glass
2025-05-27patman: Allow setting the current directory when sendingSimon Glass