aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-next-5jan23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/05Jan2022Tom Rini2023-01-0522-143/+368
|\
| * patman: add '--get-maintainer-script' argumentMaxim Cournoyer2023-01-057-40/+127
| * patman: additionally honor a local .patman config fileMaxim Cournoyer2023-01-053-5/+94
| * patman: fail early in Setup when provided config file does not existMaxim Cournoyer2023-01-051-1/+5
| * patman: set the default config_fname argument value to NoneMaxim Cournoyer2023-01-052-5/+6
| * patman: import gitutil module where it is neededMaxim Cournoyer2023-01-052-5/+6
| * patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer2023-01-051-14/+14
| * patman: fix pep8 warnings in settings moduleMaxim Cournoyer2023-01-051-17/+21
| * patman: document default 'send' commandMaxim Cournoyer2023-01-051-1/+2
| * patman: document how to run test suite via pytestMaxim Cournoyer2023-01-051-0/+6
| * patman: hide the 'test' command unless test data is availableMaxim Cournoyer2023-01-052-3/+10
| * patman: add pytest configuration fileMaxim Cournoyer2023-01-051-0/+2
| * patman: rename main script to __main__.pyMaxim Cournoyer2023-01-053-2/+2
| * patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer2023-01-051-1/+1
| * patman: locate test data files via __file__ and pathlibMaxim Cournoyer2023-01-051-2/+6
| * patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer2023-01-051-41/+65
| * patman: locate README.rst via importlibMaxim Cournoyer2023-01-051-5/+3
| * patman: fix installation of README.rst data fileMaxim Cournoyer2023-01-051-1/+1
| * patman: remove extraneous importsMaxim Cournoyer2023-01-051-4/+1
| * test:dm:fix typoYuepeng Xing2023-01-058-10/+10
| * patman: Switch to setuptoolsSean Anderson2023-01-051-1/+1
|/
* Merge branch '2023-01-02-platform-updates' into nextTom Rini2023-01-0240-204/+731
|\
| * arm: s5p4418: dm_serial: remove old code / add DEBUG_UARTWIP/2023-01-02-platform-updatesStefan Bosch2023-01-024-36/+9
| * arm: s5p4418: dm_serial: switch to DM_SERIALStefan Bosch2023-01-023-2/+12
| * arm: s5p4418: dm_serial: add uarts to dtsStefan Bosch2023-01-023-0/+117
| * arm: s5p4418: dm_serial: add driver source codeStefan Bosch2023-01-022-0/+95
| * board/pg_wcom: rework defconfigHolger Brunck2023-01-024-8/+16
| * board: ti: common: board_detect: Fix EEPROM read quirk for 2-byteNeha Malcom Francis2023-01-021-12/+34
| * Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driverLokanathan, Raaj2023-01-021-0/+1
| * serial: Use -EAGAIN in getc and putcPali Rohár2023-01-024-36/+28
| * serial: Do not write additional \r before \n for dm_serial driversPali Rohár2023-01-022-6/+0
| * rtc: add ht1380 driverSergei Antonov2023-01-024-0/+340
| * arm: uniphier: use DM_TIMER of arm a9 global timerDai Okamura2023-01-027-43/+10
| * pinctrl: uniphier: add ethernet TX pin data for PXs3Dai Okamura2023-01-021-1/+19
| * pinctrl: uniphier: add check if pins are validDai Okamura2023-01-021-0/+3
| * dts: synquacer: Drop unused and undocumented GPIO 'base' propertyRob Herring2023-01-021-1/+0
| * dts: synquacer: Drop unused and undocumented SPI propertiesRob Herring2023-01-021-2/+0
| * powerpc: dts: keymile: Deduplicate binman codePali Rohár2023-01-021-20/+2
| * dts: synquacer: Fix idle-states 'entry-method' valueRob Herring2023-01-021-1/+1
| * dts: synquacer: Fix "arm, armv7-timer-mem" node address sizesRob Herring2023-01-021-5/+5
| * dts: synquacer: Use generic node namesRob Herring2023-01-023-7/+7
| * dts: synquacer: Drop CPU 'arm,armv8' compatiblesRob Herring2023-01-021-24/+24
| * arm: dts: ti: k3-am64-mcu: Add pinctrlChristian Gmeiner2023-01-021-0/+8
|/
* Merge branch '2022-12-31-cmd-source-support-specifying-config-name' into nextTom Rini2022-12-318-33/+162
|\
| * cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson2022-12-317-28/+81
| * cmd: source: Clean up a few linesSean Anderson2022-12-311-6/+4
| * treewide: Use NULL for script image nameSean Anderson2022-12-312-2/+2
| * test: Add test for source commandSean Anderson2022-12-312-0/+71
| * image: Add fallback for fit_config_verifySean Anderson2022-12-311-0/+7
|/
* Merge branch '2022-12-23-complete-phase1-CONFIG-migration' into nextTom Rini2022-12-23679-2325/+1760
|\