aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/26Jan2022Tom Rini9-70/+962
2022-01-26usb: gadget: Add CDC ACM functionLoic Poulain5-0/+686
2022-01-26lib/circbuf: Make circbuf selectable symbolLoic Poulain2-1/+10
2022-01-26usb: ehci: dm: Convert i.MX28 ehci code to driver modelLukasz Majewski1-0/+184
2022-01-26usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})Lukasz Majewski1-50/+62
2022-01-26usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DMLukasz Majewski1-21/+21
2022-01-26usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28Lukasz Majewski1-3/+4
2022-01-25Merge branch '2022-01-24-assorted-updates'Tom Rini213-560/+1022
2022-01-24configs: Resync with savedefconfigTom Rini199-210/+155
2022-01-24moveconfig: Fix some pylint errorsSimon Glass1-96/+110
2022-01-24moveconfig: Use a function to read filesSimon Glass1-50/+63
2022-01-24moveconfig: Use a function to write filesSimon Glass1-18/+23
2022-01-24moveconfig: Drop check for old PythonSimon Glass1-9/+1
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass1-109/+112
2022-01-24moveconfig: Use single quotesSimon Glass1-36/+36
2022-01-24moveconfig: Allow querying board configurationSimon Glass2-6/+105
2022-01-24moveconfig: Allow adding unit testsSimon Glass1-0/+9
2022-01-24moveconfig: Sort the optionsSimon Glass1-10/+12
2022-01-24moveconfig: Read the database in a separate functionSimon Glass1-29/+49
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass1-4/+5
2022-01-24test: fix pylint warnings in test_env.pyHeinrich Schuchardt1-8/+12
2022-01-24Makefile: Add a pylint checker to the buildSimon Glass5-1/+351
2022-01-24tools: Add init files for Python toolsSimon Glass3-0/+0
2022-01-24patman: Update the list of modulesSimon Glass1-3/+6
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass1-1/+1
2022-01-24.gitignore: Ignore any html coverage directorySimon Glass1-0/+3
2022-01-24pci: iproc: Set all 24 bits of PCI class codePali Rohár1-5/+4
2022-01-24Merge branch '2022-01-24-assorted-fixes-and-updates'Tom Rini16-50/+80
2022-01-24cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma3-6/+13
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt1-3/+4
2022-01-24MAINTAINERS: Update e-mail in Xen maintainershipAnastasiia Lukianenko1-1/+1
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka6-23/+42
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka1-1/+0
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka4-8/+8
2022-01-24misc: mark write buffer constJohn Keeping2-2/+2
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger1-2/+10
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger1-5/+0
2022-01-24vexpress64: semi_defconfig: disable CRC32 supportAndre Przywara1-0/+1
2022-01-24Merge tag 'u-boot-stm32-20220124' of https://source.denx.de/u-boot/custodians...WIP/24Jan2022Tom Rini30-684/+1510
2022-01-24configs: stm32mp15: Enable OF_BOARD flagPatrice Chotard1-0/+1
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay1-6/+6
2022-01-24board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay1-2/+4
2022-01-24stm32mp: fix board_get_alt_info_mmc()Heinrich Schuchardt1-1/+1
2022-01-24ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12Marek Vasut10-424/+917
2022-01-24ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12Marek Vasut9-224/+503
2022-01-24arm: dts: stm32mp15: alignment with v5.16Patrick Delaunay3-14/+15
2022-01-24stm32mp: correct the dependency for bootcount configsPatrick Delaunay1-1/+1
2022-01-24stm32mp: remove the bootcount activationPatrick Delaunay2-9/+0
2022-01-24ARM: dts: stm32: Add DFU support for DHCOR recoveryMarek Vasut3-2/+61
2022-01-24arm: stm32mp: Fix USB boot device reportMarek Vasut1-1/+1