aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-15configs: Resync with savedefconfigWIP/2021-10-15-Kconfig-migrationsTom 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-15scripts: remove CONFIG_IS_ENABLED in config_whitelist.txtPatrick Delaunay1-1/+0
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-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
2021-10-12sunxi: Enable DM_I2C for all sunxi boardsSamuel Holland2-3/+1
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland8-154/+100
2021-10-12sunxi: pmic_bus: Use the DM PMIC interface when possibleSamuel Holland2-0/+21
2021-10-12sunxi: pmic_bus: Clean up preprocessor conditionsSamuel Holland1-51/+39
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland10-196/+309
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland8-134/+240
2021-10-12sunxi: pmic_bus: Fix Kconfig dependenciesSamuel Holland1-1/+2
2021-10-12sunxi: Select SUN8I_RSB more carefullySamuel Holland3-2/+5
2021-10-12sunxi: Only initialize legacy I2C when enabledSamuel Holland1-1/+1
2021-10-12power: pmic: Add a driver for X-Powers AXP PMICsSamuel Holland3-0/+53