summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 deviceSean 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
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson2-1/+4
2022-06-08Merge branch '2022-06-08-virtio-harden-and-test-vring' into nextTom Rini8-137/+330
2022-06-08test: dm: virtio_rng: Test virtio-rng with faked deviceAndrew Scull2-0/+53
2022-06-08virtio: rng: Check length before copyingAndrew Scull1-0/+3
2022-06-08test: dm: virtio: Test virtio device driver probingAndrew Scull1-0/+9
2022-06-08virtio: sandbox: Bind RNG rather than block deviceAndrew Scull3-4/+4
2022-06-08test: dm: virtio: Split out virtio device testsAndrew Scull3-172/+190
2022-06-08test: dm: virtio: Test notify before del_vqsAndrew Scull1-1/+1
2022-06-08virtio: sandbox: Fix device features bitfieldAndrew Scull2-2/+2
2022-06-08dm: test: virtio: Test the virtio ringAndrew Scull1-0/+72
2022-06-08virtio_ring: Check used descriptors are chain headsAndrew Scull2-0/+14
2022-06-08virtio_ring: Maintain a shadow copy of descriptorsAndrew Scull2-16/+43
2022-06-08virtio_ring: Add helper to attach vring descriptorAndrew Scull1-19/+17
2022-06-08virtio_ring: Merge identical variablesAndrew Scull1-4/+3
2022-06-07Merge branch '2022-06-07-assorted-improvements' into nextTom Rini67-281/+354
2022-06-07serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár24-45/+45
2022-06-07qfw: Don't fail if setup data size is 0Pierre-Clément Tosi1-4/+6
2022-06-07ubifs: Add missing dependency on GZIPPali Rohár1-0/+1
2022-06-07include/configs: Remove rootwait=1 to all the affected boardsMichael Trimarchi9-10/+10
2022-06-07common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes2-16/+0
2022-06-07bootm: Fix Linux silent console on newer kernelsSean Anderson2-17/+19
2022-06-07pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi1-5/+10
2022-06-07fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes6-16/+2
2022-06-07drivers:optee:rpmb: initialize drivers of mmc devices in UCLASS_BLK for rpmb ...Judy Wang1-0/+9
2022-06-07serial: smh: Fake tstcSean Anderson1-1/+14
2022-06-07dm: core: convert of_machine_is_compatible to livetreePatrick Delaunay1-3/+1
2022-06-07mkimage: Support signing 'auto' FITsSean Anderson4-8/+63
2022-06-07mkimage: Document more misc optionsSean Anderson1-2/+31
2022-06-07event: fix static events for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait3-0/+28
2022-06-07event: remove CONFIG_EVENT_DYNAMIC check in event_register()Ovidiu Panait1-2/+0
2022-06-07mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_tPali Rohár1-1/+2
2022-06-07scripts: Introduce {quiet_,}cmd_bin2cPierre-Clément Tosi1-0/+5
2022-06-07fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt1-1/+1