aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraWIP/15Oct2021Tom Rini13-308/+321
2021-10-15Merge branch '2021-10-15-Kconfig-migrations'Tom Rini240-321/+38
2021-10-15configs: Resync with savedefconfigTom Rini206-220/+17
2021-10-15Convert CONFIG_USB_EHCI_IS_TDI to KconfigMarek Behún26-61/+8
2021-10-15Drop CONFIG_USB_EHCI_KIRKWOODMarek Behún2-2/+0
2021-10-15Convert CONFIG_USB_EHCI_MXS to KconfigMarek Behún3-2/+7
2021-10-15Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún25-25/+25
2021-10-15Remove unused CONFIG_CONS_NONEPatrick Delaunay2-2/+0
2021-10-15Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7Patrick Delaunay3-3/+0
2021-10-15Remove unused CONFIG_NO_RELOCATIONPatrick Delaunay2-2/+0
2021-10-15am33x: Remove unused define CONFIG_MUSB_HOSTPatrick Delaunay2-8/+0
2021-10-15scripts: remove some configs in config_whitelist.txtPatrick Delaunay4-20/+5
2021-10-15Merge branch '2021-10-14-assorted-updates'Tom Rini14-34/+119
2021-10-14board/km: update MAINTAINERS filesHolger Brunck4-6/+5
2021-10-14pytest: Show a message when sandbox crashesSimon Glass2-12/+52
2021-10-14pci: Fix printf format for regionsPali Rohár1-1/+1
2021-10-14pci: Fix showing registersPali Rohár1-1/+1
2021-10-14pci: Fix showing barsPali Rohár1-0/+5
2021-10-14pci: Fix configuring BARsPali Rohár1-6/+25
2021-10-14pci: Skip configuring invalid P2P bridge devicesPali Rohár1-0/+9
2021-10-14pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár1-1/+2
2021-10-14pytest: Shorten traceback length by defaultSimon Glass2-0/+12
2021-10-14CI: Update to LLVM-13Tom Rini3-7/+7
2021-10-13ARM: tegra: Copy memory-region-names propertyThierry Reding1-1/+30
2021-10-13ARM: tegra: Refactor DT update helpersThierry Reding5-355/+149
2021-10-13ARM: tegra: Support EMC frequency tables on Tegra210Thierry Reding3-1/+3
2021-10-13ARM: tegra: Support multiple reserved memory regionsThierry Reding3-39/+126
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding10-34/+50
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding7-24/+21
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding10-24/+105
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding6-11/+18
2021-10-13fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding1-1/+1
2021-10-13Merge branch '2021-10-12-assorted-fixes-and-updates'Tom Rini8-71/+647
2021-10-12nvme: invalidate correct memory range after readWIP/2021-10-12-assorted-fixes-and-updatesStefan Agner1-3/+4
2021-10-12tools/image-host.c: Fix spelling of "expected".Vagrant Cascadian1-1/+1
2021-10-12rtc: ds1307: Handle oscillator-stop bit correctlyMark Tomlinson1-52/+20
2021-10-12fs: fat: check for buffer size before reading blocksRicardo Salveti1-13/+10
2021-10-12mtd: rawnand: Add Macronix raw NAND controller driverZhengxun Li3-0/+610
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer1-2/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini53-222/+301
2021-10-12Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini5-0/+238
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini68-750/+1315
2021-10-12test/py: Add usb gadget binding testPatrice Chotard1-0/+7
2021-10-12configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget supportPatrice Chotard1-0/+4
2021-10-12usb: sandbox: Add gadget callbacksPatrice Chotard1-0/+28
2021-10-12usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard1-0/+8
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard10-10/+13
2021-10-12ARM: dts: sama5d2: Add pwm0 definitionDan Sneddon1-0/+8
2021-10-12dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2Dan Sneddon1-0/+16
2021-10-12pwm: Add PWM driver for SAMA5D2Dan Sneddon3-0/+214