summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-16arch: arm: dts: k3-j721s2-r5: Introduce k3-j721s2-r5.dtsiManorit Chawdhry
2024-05-16arch: arm: dts: k3-am68-sk-r5: Sync with J721s2 R5 fileManorit Chawdhry
2024-05-16configs: j721s2_evm_a72_defconfig: Switch to bootstdNeha Malcom Francis
2024-05-16board: ti: j721s2: j721s2.env: Add explicit boot_targetsNeha Malcom Francis
2024-05-16Merge tag 'u-boot-dfu-20240516' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-05-16MAINTAINERS: add USB gadget regex to u-boot-dfu treeMattijs Korpershoek
2024-05-16MAINTAINERS: add tree link for fastbootMattijs Korpershoek
2024-05-16usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen
2024-05-16usb: dwc3: gadget: properly check ep cmdFelipe Balbi
2024-05-16usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen
2024-05-16usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi
2024-05-16usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi
2024-05-16usb: dwc3: gadget: combine return points into a single oneFelipe Balbi
2024-05-15dma: ti: k3-udma: invalidate prepared buffers before pushing to recv ringMatthias Schiffer
2024-05-15dma: ti: k3-udma: add missing <net.h> includeMatthias Schiffer
2024-05-15net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed"Matthias Schiffer
2024-05-15net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop()Matthias Schiffer
2024-05-15net: eth-uclass: guard against reentrant eth_init()/eth_halt() callsMatthias Schiffer
2024-05-15Merge patch series "Add remoteproc driver for AM62a SoC"Tom Rini
2024-05-15board: ti: am62ax: Add support for remote proc loadHari Nagalla
2024-05-15configs: am62ax: enable remote proc driversHari Nagalla
2024-05-15remoteproc: k3-r5: Add support for R5F core on AM62A SoCsHari Nagalla
2024-05-15remoteproc: k3-dsp: Enable C71x support for AM62AHari Nagalla
2024-05-15Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"Tom Rini
2024-05-15doc: board: Add document for DFU boot on am62x SoCsSjoerd Simons
2024-05-15beagleplay: Add DFU supportSjoerd Simons
2024-05-15configs: am62x_evm_*: Enable USB and DFU supportSjoerd Simons
2024-05-15arm: dts: k3-am625-sk: Enable usb port in u-bootSjoerd Simons
2024-05-15board: ti: am62x: am62x: include env for DFUSjoerd Simons
2024-05-15usb: dwc3: Add dwc3 glue driver for am62Sjoerd Simons
2024-05-14Merge branch '2024-05-13-assorted-updates' into nextTom Rini
2024-05-14Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2024-05-14Merge branch 'qcom-main' of https://source.denx.de/u-boot/custodians/u-boot-s...Tom Rini
2024-05-14andes: Unify naming policy for Andes related sourceLeo Yu-Chi Liang
2024-05-14riscv: simplify backtrace reportHeinrich Schuchardt
2024-05-14starfive: add mac vendor sub-commandHeinrich Schuchardt
2024-05-14configs: visionfive2: enable SPL_YMODEM_SUPPORTHeinrich Schuchardt
2024-05-14doc: Milk-V Mars CM and Milk-V Mars CM LiteHeinrich Schuchardt
2024-05-14board: add support for Milk-V Mars CMHeinrich Schuchardt
2024-05-14board: starfive: function to read eMMC sizeHeinrich Schuchardt
2024-05-14riscv: add NULL check before calling strlen in the riscv cpu's get_desc()Hanyuan Zhao
2024-05-14configs: Make USB_GADGET_MANUFACTURER consistent over all PHYTEC boardsBenjamin Hahn
2024-05-14usb: cdns3: gadget.c: Set fast access bitAswath Govindraju
2024-05-14mach-snapdragon: do carveouts for qcs404 onlySam Day
2024-05-13arm: mach-k3: Move code specific to a SoC into that SoC's directoryAndrew Davis
2024-05-13scripts: gen_compile_commands: fix invalid escape sequence warningCaleb Connolly
2024-05-13Init virtio before loading ENV from EXT4 or FATFiona Klute
2024-05-13armv8: generic_timer: Use event stream for udelayPeter Hoyes
2024-05-13arm: Move sev() and wfe() definitions to common Arm header filePeter Hoyes
2024-05-13sandbox: make function 'do_undefined' properly compiles for PowerPCWHR