aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-10Merge branch '2022-06-10-assorted-platform-updates' into nextWIP/10Jun2022-nextTom Rini85-31/+7352
2022-06-10doc: ti: Add readme for AM62x SKVignesh Raghavendra2-0/+232
2022-06-10configs: Add configs for AM62x SKVignesh Raghavendra4-0/+249
2022-06-10arm: dts: Add support for AM62-SKNishanth Menon5-0/+2582
2022-06-10board: ti: Introduce the basic files to support AM62 SK boardSuman Anna4-0/+107
2022-06-10arm: dts: Introduce base AM62 SoC dtsi filesSuman Anna6-0/+849
2022-06-10firmware: ti_sci_static_data: add static DMA chan dataVignesh Raghavendra1-0/+13
2022-06-10dma: ti: Add PSIL data for AM62x DMASSVignesh Raghavendra4-0/+54
2022-06-10arm: mach-k3: am62: Introduce autogenerated SoC dataSuman Anna7-0/+464
2022-06-10arm: mach-k3: Introduce the basic files to support AM62Suman Anna9-3/+415
2022-06-10soc: ti: k3-socinfo: Add entry for AM62X SoC familySuman Anna1-0/+4
2022-06-10dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62Suman Anna1-0/+3
2022-06-10drivers: mmc: am654_sdhci: Add new compatible for AM62 SoCAswath Govindraju1-0/+4
2022-06-10rng: nuvoton: Add NPCM7xx rng driverJim Liu3-0/+164
2022-06-10configs: am65_evm_r5_usb*_defconfig: Sync the checks for size of image and st...Aswath Govindraju2-0/+10
2022-06-10arm: mach-k3: am6_init: Fix the path and value's length in the fixup performe...Aswath Govindraju1-2/+2
2022-06-10arm: dts: k3-am654-r5-base-board: Fix the dt properties in usb0 instanceAswath Govindraju2-1/+2
2022-06-10spi: synquacer: simplify tx completion checkingMasahisa Kojima1-6/+4
2022-06-10spi: synquacer: DMSTART bit must not be set while transferringMasahisa Kojima1-3/+5
2022-06-10spi: synquacer: wait until slave is deselectedMasahisa Kojima1-0/+7
2022-06-10spi: synquacer: busy variable must be initialized before useMasahisa Kojima1-1/+1
2022-06-10pinctrl: nuvoton: Add NPCM7xx pinctrl driverJim Liu5-0/+1620
2022-06-10ARM: omap3: evm: Fix 'fitImage' bootingDerald D. Woods1-2/+5
2022-06-10ARM: omap3: evm: Complete DM_I2C migrationDerald D. Woods1-2/+2
2022-06-10ARM: omap3: evm: Power on MMC when setting up PMICDerald D. Woods1-7/+1
2022-06-10arm: bcmbca: introduce the bcmbca architecture and 47622 SOCWilliam Zhang15-0/+315
2022-06-10configs: j721e_evm_defconfig: Add HBMC related configsVaishnav Achath3-0/+23
2022-06-10ti: j721e: enable hyperflash spl fixup for j721eVaishnav Achath1-3/+54
2022-06-10configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASEVaishnav Achath1-0/+2
2022-06-10arm: k3: sysfw-loader: add hyperflash supportVaishnav Achath1-0/+28
2022-06-10arm: dts: k3-j721e-common-proc-board: enable hyperflash mux sel GPIOVaishnav Achath1-0/+11
2022-06-10arm: dts: k3-j721e-common-proc-board-u-boot: enable HyperFlash in SPLVaishnav Achath1-0/+24
2022-06-10arm: dts: k3-j721e-r5-common-proc-board: Add HyperFlash nodeVaishnav Achath1-0/+45
2022-06-10arm: dts: k3-j721e-som-p0: Add HyperFlash nodeVaishnav Achath1-0/+32
2022-06-10arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller nodeVaishnav Achath1-1/+19
2022-06-09Merge branch '2022-06-09-add-support-for-nvmem-api' into nextTom Rini26-29/+436
2022-06-08test: Load mac address using misc deviceWIP/2022-06-08-add-support-for-nvmem-apiSean Anderson2-1/+11
2022-06-08test: Load mac address using RTCSean Anderson2-1/+18
2022-06-08test: Load mac address with i2c eepromSean Anderson3-1/+13
2022-06-08net: Add support for reading mac addresses from nvmem cellsSean Anderson1-4/+9
2022-06-08sandbox: Enable NVMEMSean Anderson5-0/+6
2022-06-08misc: Add support for nvmem cellsSean Anderson7-0/+311
2022-06-08misc: i2c_eeprom: Add fallbacksSean Anderson1-0/+24
2022-06-08misc: i2c_eeprom: Make i2c_eeprom_write use a const bufSean Anderson2-2/+4
2022-06-08net: dsa: Fix segmentation fault if master fails to probeSean Anderson1-2/+4
2022-06-08sandbox: Move some mac addresses to device treeSean Anderson2-4/+4
2022-06-08sandbox: Remove eth2addr from environmentSean Anderson1-1/+0
2022-06-08sandbox: net: Remove fake-host-hwaddrSean Anderson4-16/+2
2022-06-08test: eth: Add test for ethernet addressesSean Anderson1-0/+29
2022-06-08sandbox: net: Add mac address for eth8 to environmentSean Anderson1-0/+1