summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-13dfu: mtd: fix the trace when limit is reachedPatrick Delaunay
2023-10-13mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy
2023-10-13mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy
2023-10-13mtd/spinand: sync core spinand code with linux-5.10.118Mikhail Kshevetskiy
2023-10-13mtd/spinand: rework detect procedure for different READ_ID operationMikhail Kshevetskiy
2023-10-12Merge branch '2023-10-12-assorted-TI-platform-updates'Tom Rini
2023-10-12arm: mach-k3: j721s2_init: Enable memory with CONFIG_K3_J721E_DDRSSDominik Haller
2023-10-12board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File.Manorit Chawdhry
2023-10-12docs: board: ti: Add j721s2_evm documentationManorit Chawdhry
2023-10-12arm: dts: k3-am68: Sync from Linux tag v6.6-rc1Manorit Chawdhry
2023-10-12arm: dts: k3-j721s2: Sync from Linux tag v6.6-rc1Manorit Chawdhry
2023-10-12arm: mach-k3: j721s2: Add mcu_timer0 id to the dev listManorit Chawdhry
2023-10-12Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool"Manorit Chawdhry
2023-10-12configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAMUdit Kumar
2023-10-12arm: dts: j7200: dts sync with Linux 6.6-rc1Reid Tonking
2023-10-12arm: mach-k3: j7200: Add mcu_timer0 id to the dev listReid Tonking
2023-10-12board: ti: am64x: Switch to standard boot flowRoger Quadros
2023-10-12board: ti: am62x: am62x.env: Fix boot_targetsRoger Quadros
2023-10-12clk: ti: clk-sci: Notify AVS driver based upon clock rateUdit Kumar
2023-10-12clk: ti: clk-k3: Notify AVS driver upon setting clock rateUdit Kumar
2023-10-12Merge branch '2023-10-12-expo-add-support-for-edting-lines-of-text'Tom Rini
2023-10-11expo: Update documentation to include textlineSimon Glass
2023-10-11expo: Update tests to include textlineSimon Glass
2023-10-11expo: Support building an expo with a textlineSimon Glass
2023-10-11expo: Plumb in textline to ceditSimon Glass
2023-10-11expo: Support handling any key in ceditSimon Glass
2023-10-11video: Mark truetype_measure() staticSimon Glass
2023-10-11expo: Plumb in textlines to a sceneSimon Glass
2023-10-11expo: Support opening a textlineSimon Glass
2023-10-11expo: Add basic support for textline objectsSimon Glass
2023-10-11expo: Add some scene fields needed for text entrySimon Glass
2023-10-11expo: Allow rendering the background of any objectSimon Glass
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass
2023-10-11expo: Correct the logic for duplicate-ID detectionSimon Glass
2023-10-11expo: Correct some swallowed errors in sceneSimon Glass
2023-10-11expo: Use switch statements more for object typesSimon Glass
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass
2023-10-11expo: Add better error reportingSimon Glass
2023-10-11video: Support showing a cursorSimon Glass
2023-10-11video: Export vidconsole_entry_start()Simon Glass
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass
2023-10-11cli: Add a function to set up a new creadSimon Glass
2023-10-11cli: Allow command completion to be disabledSimon Glass
2023-10-11cli: Allow history to be disabledSimon Glass
2023-10-11cli: Terminate the string in cread_line_process_ch()Simon Glass
2023-10-11cli: Create a function to process charactersSimon Glass