aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Merge tag 'u-boot-nand-20230104' of https://source.denx.de/u-boot/custodians/...WIP/06Jan2023Tom Rini8-108/+604
2023-01-06Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini44-107/+4841
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-05reset: at91: Add reset driver for basic assert/deassert operationsSergiu Moga4-9/+151
2023-01-05ARM: at91: add sama7 SFR definitionsCristian Birsan1-0/+59
2023-01-05ARM: dts: sama5d27_wlsom1_ek: Add pinctrl nodes for USB DT nodesSergiu Moga1-0/+25
2023-01-05ARM: dts: sama5d2_icp: Add pinctrl nodes for USB related DT nodesSergiu Moga1-0/+22
2023-01-05ARM: dts: sama7g5ek: Add pinctrl, gpio and phy properties for USBSergiu Moga1-0/+35
2023-01-05ARM: dts: sama7g5: Add USB and UTMI DT nodesSergiu Moga1-1/+74
2023-01-05dt-bindings: clk: at91: Define additional UTMI related clocksSergiu Moga1-0/+5
2023-01-05dt-bindings: reset: add sama7g5 definitionsSergiu Moga1-0/+10
2023-01-05ARM: dts: sam9x60ek: Add pinctrl and gpio properties for USBSergiu Moga1-0/+21
2023-01-05ARM: dts: sam9x60_curiosity: Add pinctrl and gpio properties for USBSergiu Moga1-0/+21
2023-01-05ARM: dts: sam9x60: Add OHCI and EHCI DT nodesSergiu Moga1-0/+18
2023-01-04mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros3-2/+51
2023-01-04dt-bindings: mtd: Add ti, elm DT binding documentationRoger Quadros1-0/+72
2023-01-04mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMCRoger Quadros1-1/+2
2023-01-04mtd: rawnand: omap_gpmc: Add SPL NAND supportRoger Quadros3-1/+46
2023-01-04mtd: rawnand: omap_gpmc: support u-boot driver modelRoger Quadros2-1/+64
2023-01-04dt-bindings: mtd: Add ti, gpmc-nand DT binding documentationRoger Quadros1-0/+129
2023-01-04mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbtRoger Quadros1-1/+17
2023-01-04mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correctionRoger Quadros1-102/+223
2023-01-04configs: sam9x60: add mmc config for sdmmc1Mihai Sain2-0/+93
2023-01-04board: at91: sam9x60: set blue led on at boot timeMihai Sain2-0/+19
2023-01-03ARM: dts: at91: sam9x60: add sdhci1 node and pinctrlMihai Sain1-0/+25
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