aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phy: Use dt-bindig definations for npcm usb phyWIP/17May2024-nextJim Liu2024-05-171-17/+10
* pinctrl: Fix pinctrl_gpio_get_pinctrl_and_offset()Jonas Karlman2024-05-171-1/+1
* Merge patch series "Enable OF_UPSTREAM for J721s2 and AM68"WIP/16May2024-nextTom Rini2024-05-1622-4955/+155
|\
| * arm: dts: k3-j721s2|am68: Migrate to OF_UPSTREAMManorit Chawdhry2024-05-1615-4717/+23
| * configs: am68_sk: Move to separate defconfig for AM68 SK boardManorit Chawdhry2024-05-167-89/+49
| * arch: arm: dts: k3-j721s2-r5: Introduce k3-j721s2-r5.dtsiManorit Chawdhry2024-05-164-154/+84
| * arch: arm: dts: k3-am68-sk-r5: Sync with J721s2 R5 fileManorit Chawdhry2024-05-161-1/+4
| * configs: j721s2_evm_a72_defconfig: Switch to bootstdNeha Malcom Francis2024-05-162-3/+3
| * board: ti: j721s2: j721s2.env: Add explicit boot_targetsNeha Malcom Francis2024-05-161-0/+1
* | dma: ti: k3-udma: invalidate prepared buffers before pushing to recv ringWIP/15May2024-nextMatthias Schiffer2024-05-151-0/+3
* | dma: ti: k3-udma: add missing <net.h> includeMatthias Schiffer2024-05-151-0/+1
* | net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"Matthias Schiffer2024-05-151-1/+1
* | net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()Matthias Schiffer2024-05-151-0/+9
* | net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer2024-05-151-8/+32
* | Merge patch series "Add remoteproc driver for AM62a SoC"Tom Rini2024-05-154-4/+45
|\ \
| * | board: ti: am62ax: Add support for remote proc loadHari Nagalla2024-05-151-0/+4
| * | configs: am62ax: enable remote proc driversHari Nagalla2024-05-151-0/+3
| * | remoteproc: k3-r5: Add support for R5F core on AM62A SoCsHari Nagalla2024-05-151-2/+27
| * | remoteproc: k3-dsp: Enable C71x support for AM62AHari Nagalla2024-05-151-2/+11
* | | Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"Tom Rini2024-05-1513-1/+272
|\ \ \
| * | | doc: board: Add document for DFU boot on am62x SoCsSjoerd Simons2024-05-152-1/+50
| * | | beagleplay: Add DFU supportSjoerd Simons2024-05-153-0/+12
| * | | configs: am62x_evm_*: Enable USB and DFU supportSjoerd Simons2024-05-153-0/+60
| * | | arm: dts: k3-am625-sk: Enable usb port in u-bootSjoerd Simons2024-05-151-0/+9
| * | | board: ti: am62x: am62x: include env for DFUSjoerd Simons2024-05-151-0/+1
| * | | usb: dwc3: Add dwc3 glue driver for am62Sjoerd Simons2024-05-153-0/+140
* | | | Merge branch '2024-05-13-assorted-updates' into nextTom Rini2024-05-1435-842/+419
|\ \ \ \
| * | | | arm: mach-k3: Move code specific to a SoC into that SoC's directoryWIP/2024-05-13-assorted-updatesAndrew Davis2024-05-1323-40/+88
| * | | | scripts: gen_compile_commands: fix invalid escape sequence warningCaleb Connolly2024-05-131-1/+1
| * | | | Init virtio before loading ENV from EXT4 or FATFiona Klute2024-05-133-0/+11
| * | | | armv8: generic_timer: Use event stream for udelayPeter Hoyes2024-05-133-2/+39
| * | | | arm: Move sev() and wfe() definitions to common Arm header filePeter Hoyes2024-05-132-19/+9
| * | | | sandbox: make function 'do_undefined' properly compiles for PowerPCWHR2024-05-131-0/+4
| * | | | zfs: fix function 'zlib_decompress' pointlessly calling itselfWHR2024-05-131-1/+3
| * | | | zfs: recognize zpools formatted with features supportWHR2024-05-132-7/+12
| * | | | crypto: nuvoton: npcm_sha: Support SHA 384/512Jim Liu2024-05-131-772/+252
|/ / / /
* | | | Merge patch series "Add AM64x Support to PRUSS and PRU_RPROC driver"WIP/10May2024-nextTom Rini2024-05-102-2/+8
|\ \ \ \
| * | | | soc: ti: pruss: Add support for AM64xMD Danish Anwar2024-05-101-0/+1
| * | | | remoteproc: pru: Add support for AM64x PRU / RTU coresMD Danish Anwar2024-05-101-2/+7
* | | | | Merge patch series "Generate all SR boot binaries"Tom Rini2024-05-102-2/+183
|\ \ \ \ \
| * | | | | arm: dts: k3-j7200-binman: Add support for HSSE1.0 and HSFS1.0Neha Malcom Francis2024-05-101-1/+94
| * | | | | arm: dts: k3-j721e-binman: Add support for HSFS1.1Neha Malcom Francis2024-05-101-1/+89
* | | | | | Merge patch series "*** Commonize board code for K3 based SoMs ***"Tom Rini2024-05-105-67/+78
|\ \ \ \ \ \
| * | | | | | phycore_am64x_a53_defconfig: Enable CONFIG_BOARD_LATE_INITWadim Egorov2024-05-101-0/+1
| * | | | | | board: phytec: Commonize board code for K3 based SoMsWadim Egorov2024-05-104-67/+77
* | | | | | | arm: mach-k3: am642: Provide a way to obtain boot device for non SPLsWadim Egorov2024-05-104-91/+109
* | | | | | | test/py: Make the number of SPL banners seen a variableWIP/08May2024-nextTom Rini2024-05-081-11/+4
* | | | | | | net: Add drivers for Sysnopsys Ethernet 10G deviceBoon Khai Ng2024-05-085-0/+1709
* | | | | | | Merge patch series "arm: Add Analog Devices SC5xx Machine Type"WIP/07May2024-nextTom Rini2024-05-0743-0/+5027
|\ \ \ \ \ \ \
| * | | | | | | drivers: timer: Add in driver support for ADI SC5XX-family GP timer peripheralGreg Malysa2024-05-074-0/+155