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