aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custo...WIP/13Oct2023Tom Rini84-393/+6186
2023-10-13Merge tag 'u-boot-nand-20231013' of https://source.denx.de/u-boot/custodians/...Tom Rini11-330/+927
2023-10-13dfu: mtd: mark bad the MTD block on erase errorPatrick Delaunay1-8/+22
2023-10-13dfu: mtd: fix the trace when limit is reachedPatrick Delaunay1-2/+2
2023-10-13mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy1-0/+76
2023-10-13mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy1-2/+2
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy10-102/+626
2023-10-13mtd/spinand: sync core spinand code with linux-5.10.118Mikhail Kshevetskiy1-10/+14
2023-10-13mtd/spinand: rework detect procedure for different READ_ID operationMikhail Kshevetskiy7-208/+187
2023-10-12Merge branch '2023-10-12-assorted-TI-platform-updates'Tom Rini35-1762/+3928
2023-10-12arm: mach-k3: j721s2_init: Enable memory with CONFIG_K3_J721E_DDRSSWIP/2023-10-12-assorted-TI-platform-updatesDominik Haller1-1/+1
2023-10-12board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File.Manorit Chawdhry1-2/+9
2023-10-12docs: board: ti: Add j721s2_evm documentationManorit Chawdhry2-0/+342
2023-10-12arm: dts: k3-am68: Sync from Linux tag v6.6-rc1Manorit Chawdhry4-453/+453
2023-10-12arm: dts: k3-j721s2: Sync from Linux tag v6.6-rc1Manorit Chawdhry8-469/+1613
2023-10-12arm: mach-k3: j721s2: Add mcu_timer0 id to the dev listManorit Chawdhry1-0/+1
2023-10-12Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool"Manorit Chawdhry2-281/+281
2023-10-12configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAMUdit Kumar1-0/+1
2023-10-12arm: dts: j7200: dts sync with Linux 6.6-rc1Reid Tonking8-541/+1206
2023-10-12arm: mach-k3: j7200: Add mcu_timer0 id to the dev listReid Tonking1-0/+1
2023-10-12board: ti: am64x: Switch to standard boot flowRoger Quadros3-11/+4
2023-10-12board: ti: am62x: am62x.env: Fix boot_targetsRoger Quadros1-1/+1
2023-10-12clk: ti: clk-sci: Notify AVS driver based upon clock rateUdit Kumar1-3/+6
2023-10-12clk: ti: clk-k3: Notify AVS driver upon setting clock rateUdit Kumar1-0/+9
2023-10-12Merge branch '2023-10-12-expo-add-support-for-edting-lines-of-text'Tom Rini33-377/+1935
2023-10-11expo: Update documentation to include textlineWIP/2023-10-11-expo-add-support-for-edting-lines-of-textSimon Glass2-6/+45
2023-10-11expo: Update tests to include textlineSimon Glass6-5/+51
2023-10-11expo: Support building an expo with a textlineSimon Glass1-0/+45
2023-10-11expo: Plumb in textline to ceditSimon Glass1-1/+59
2023-10-11expo: Support handling any key in ceditSimon Glass2-2/+7
2023-10-11video: Mark truetype_measure() staticSimon Glass1-2/+2
2023-10-11expo: Plumb in textlines to a sceneSimon Glass2-2/+112
2023-10-11expo: Support opening a textlineSimon Glass3-5/+54
2023-10-11expo: Add basic support for textline objectsSimon Glass3-1/+272
2023-10-11expo: Add some scene fields needed for text entrySimon Glass2-0/+24
2023-10-11expo: Allow rendering the background of any objectSimon Glass3-37/+39
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass3-36/+87
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass1-12/+26
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass2-7/+12
2023-10-11expo: Correct the logic for duplicate-ID detectionSimon Glass1-1/+2
2023-10-11expo: Correct some swallowed errors in sceneSimon Glass1-3/+3
2023-10-11expo: Use switch statements more for object typesSimon Glass2-43/+83
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass3-2/+12
2023-10-11expo: Add better error reportingSimon Glass1-12/+45
2023-10-11video: Support showing a cursorSimon Glass6-0/+237
2023-10-11video: Export vidconsole_entry_start()Simon Glass2-1/+10
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass3-0/+134
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass3-0/+83
2023-10-11cli: Add a function to set up a new creadSimon Glass2-10/+31
2023-10-11cli: Allow command completion to be disabledSimon Glass2-1/+4