summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-12net: use strnstr() for lwip_strnstr()Heinrich Schuchardt
2025-02-12test: unit tests for strstr() and strnstr()Heinrich Schuchardt
2025-02-12lib: implement strnstr()Heinrich Schuchardt
2025-02-12net: lwip: tftp: fix find_option()Heinrich Schuchardt
2025-02-12net: lwip: move eth_init() out of new_netif()Jerome Forissier
2025-02-12mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashesAlexander Dahl
2025-02-12ARM: tegra124: dts: add missing DSI nodesSvyatoslav Ryhel
2025-02-12ARM: tegra30: dts: complete DSI nodesSvyatoslav Ryhel
2025-02-12ARM: tegra210: clock: implement PLLD2 supportSvyatoslav Ryhel
2025-02-12ARM: tegra124: clock: implement PLLD2 supportSvyatoslav Ryhel
2025-02-12board: asus: convert SPL to XPLSvyatoslav Ryhel
2025-02-12pinctrl: tegra20: adjust pin type detectionSvyatoslav Ryhel
2025-02-12pmic: palmas: bind sysreset to parent nodeSvyatoslav Ryhel
2025-02-12pmic: max77663: bind children to parent nodeSvyatoslav Ryhel
2025-02-12Revert "drivers: gpio-uclass: support PMIC GPIO children"Svyatoslav Ryhel
2025-02-12ARM: dts: at91: Align pinctrl node with Linux DevicetreeManikandan Muralidharan
2025-02-12pinctrl: at91: Add support to align with Linux DevicetreeManikandan Muralidharan
2025-02-12pinctrl: at91: Bind GPIO driver to the pinctrl DT nodeManikandan Muralidharan
2025-02-12ARM: dts: at91: sam9x60: Add missing pinctrl node propertiesManikandan Muralidharan
2025-02-12ARM: dts: at91: sam9x60: Move pinmux node to board DTSManikandan Muralidharan
2025-02-12ARM: dts: at91: sam9x60: Define pinctrl node with its labelBalamanikandan Gunasundar
2025-02-12ARM: dts: at91: sam9x60: Add AIC nodeManikandan Muralidharan
2025-02-12spi: atmel-quadspi: Improve probe debuggingAlexander Dahl
2025-02-12spi: atmel-quadspi: Add support for classic SPI modeAlexander Dahl
2025-02-12spi: atmel-quadspi: Allow setting SMM to classic SPI modeAlexander Dahl
2025-02-12spi: atmel-quadspi: Remove default mode setting at probe timeAlexander Dahl
2025-02-12spi: atmel-quadspi: Avoid overwriting MR register settingsAlexander Dahl
2025-02-12spi: atmel-quadspi: Port collected fixes from Linux v5.10 and v5.15Alexander Dahl
2025-02-12spi: atmel-quadspi: Depend on SPI_MEMAlexander Dahl
2025-02-12spi: ca_sflash: Remove redundant dependencyAlexander Dahl
2025-02-11test: Update documentationSimon Glass
2025-02-11test: Do flag-processing in the correct placeSimon Glass
2025-02-11test: Move code out of cmd_ut_category()Simon Glass
2025-02-11test: Allow running a selection of suitesSimon Glass
2025-02-11test: Drop suites.hSimon Glass
2025-02-11test: Make cmd_ut_category() staticSimon Glass
2025-02-11test: Drop support for test commandsSimon Glass
2025-02-11test: Rename optee test-fileSimon Glass
2025-02-11test: Drop the function for running optee testsSimon Glass
2025-02-11test: Split optee tests into three functionsSimon Glass
2025-02-11test: Update optee to do init and uninit from testsSimon Glass
2025-02-11test: Drop the function for running bootstd testsSimon Glass
2025-02-11test: Update bootstd to do init from testsSimon Glass
2025-02-11test: Drop the function for running fdt_overlay testsSimon Glass
2025-02-11test: Update fdt_overlay to do init from testsSimon Glass
2025-02-11test: Update fdt_overlay test to use fdtdec functionsSimon Glass
2025-02-11test: Move fdt_overlay init into a functionSimon Glass
2025-02-11test: Make all tests depend on UNIT_TESTSimon Glass
2025-02-11test: Move fdt-overlay-test rule into test/Simon Glass
2025-02-11test: Move optee-test rule into test/Simon Glass