aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62Suman Anna2022-06-101-0/+3
* drivers: mmc: am654_sdhci: Add new compatible for AM62 SoCAswath Govindraju2022-06-101-0/+4
* rng: nuvoton: Add NPCM7xx rng driverJim Liu2022-06-103-0/+164
* configs: am65_evm_r5_usb*_defconfig: Sync the checks for size of image and st...Aswath Govindraju2022-06-102-0/+10
* arm: mach-k3: am6_init: Fix the path and value's length in the fixup performe...Aswath Govindraju2022-06-101-2/+2
* arm: dts: k3-am654-r5-base-board: Fix the dt properties in usb0 instanceAswath Govindraju2022-06-102-1/+2
* spi: synquacer: simplify tx completion checkingMasahisa Kojima2022-06-101-6/+4
* spi: synquacer: DMSTART bit must not be set while transferringMasahisa Kojima2022-06-101-3/+5
* spi: synquacer: wait until slave is deselectedMasahisa Kojima2022-06-101-0/+7
* spi: synquacer: busy variable must be initialized before useMasahisa Kojima2022-06-101-1/+1
* pinctrl: nuvoton: Add NPCM7xx pinctrl driverJim Liu2022-06-105-0/+1620
* ARM: omap3: evm: Fix 'fitImage' bootingDerald D. Woods2022-06-101-2/+5
* ARM: omap3: evm: Complete DM_I2C migrationDerald D. Woods2022-06-101-2/+2
* ARM: omap3: evm: Power on MMC when setting up PMICDerald D. Woods2022-06-101-7/+1
* arm: bcmbca: introduce the bcmbca architecture and 47622 SOCWilliam Zhang2022-06-1015-0/+315
* configs: j721e_evm_defconfig: Add HBMC related configsVaishnav Achath2022-06-103-0/+23
* ti: j721e: enable hyperflash spl fixup for j721eVaishnav Achath2022-06-101-3/+54
* configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASEVaishnav Achath2022-06-101-0/+2
* arm: k3: sysfw-loader: add hyperflash supportVaishnav Achath2022-06-101-0/+28
* arm: dts: k3-j721e-common-proc-board: enable hyperflash mux sel GPIOVaishnav Achath2022-06-101-0/+11
* arm: dts: k3-j721e-common-proc-board-u-boot: enable HyperFlash in SPLVaishnav Achath2022-06-101-0/+24
* arm: dts: k3-j721e-r5-common-proc-board: Add HyperFlash nodeVaishnav Achath2022-06-101-0/+45
* arm: dts: k3-j721e-som-p0: Add HyperFlash nodeVaishnav Achath2022-06-101-0/+32
* arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller nodeVaishnav Achath2022-06-101-1/+19
* Merge branch '2022-06-09-add-support-for-nvmem-api' into nextTom Rini2022-06-0926-29/+436
|\
| * test: Load mac address using misc deviceWIP/2022-06-08-add-support-for-nvmem-apiSean Anderson2022-06-082-1/+11
| * test: Load mac address using RTCSean Anderson2022-06-082-1/+18
| * test: Load mac address with i2c eepromSean Anderson2022-06-083-1/+13
| * net: Add support for reading mac addresses from nvmem cellsSean Anderson2022-06-081-4/+9
| * sandbox: Enable NVMEMSean Anderson2022-06-085-0/+6
| * misc: Add support for nvmem cellsSean Anderson2022-06-087-0/+311
| * misc: i2c_eeprom: Add fallbacksSean Anderson2022-06-081-0/+24
| * misc: i2c_eeprom: Make i2c_eeprom_write use a const bufSean Anderson2022-06-082-2/+4
| * net: dsa: Fix segmentation fault if master fails to probeSean Anderson2022-06-081-2/+4
| * sandbox: Move some mac addresses to device treeSean Anderson2022-06-082-4/+4
| * sandbox: Remove eth2addr from environmentSean Anderson2022-06-081-1/+0
| * sandbox: net: Remove fake-host-hwaddrSean Anderson2022-06-084-16/+2
| * test: eth: Add test for ethernet addressesSean Anderson2022-06-081-0/+29
| * sandbox: net: Add mac address for eth8 to environmentSean Anderson2022-06-081-0/+1
| * sandbox: net: Add aliases for ethernet devicesSean Anderson2022-06-082-1/+4
|/
* Merge branch '2022-06-08-virtio-harden-and-test-vring' into nextTom Rini2022-06-088-137/+330
|\
| * test: dm: virtio_rng: Test virtio-rng with faked deviceWIP/2022-06-08-virtio-harden-and-test-vringAndrew Scull2022-06-082-0/+53
| * virtio: rng: Check length before copyingAndrew Scull2022-06-081-0/+3
| * test: dm: virtio: Test virtio device driver probingAndrew Scull2022-06-081-0/+9
| * virtio: sandbox: Bind RNG rather than block deviceAndrew Scull2022-06-083-4/+4
| * test: dm: virtio: Split out virtio device testsAndrew Scull2022-06-083-172/+190
| * test: dm: virtio: Test notify before del_vqsAndrew Scull2022-06-081-1/+1
| * virtio: sandbox: Fix device features bitfieldAndrew Scull2022-06-082-2/+2
| * dm: test: virtio: Test the virtio ringAndrew Scull2022-06-081-0/+72
| * virtio_ring: Check used descriptors are chain headsAndrew Scull2022-06-082-0/+14