aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-14gpio: Use separate bitfield array to indicate GPIO is claimedWIP/2023-08-14-assorted-general-uupdatesMarek Vasut2-5/+61
2023-08-14test: unit test for semihostingHeinrich Schuchardt2-0/+56
2023-08-14configs: enable SEMIHOSTING on qemu_arm64_defconfigHeinrich Schuchardt1-0/+1
2023-08-14cmd: pxe: Update the command helpBin Meng1-2/+1
2023-08-14pci: ftpci100: add new driver implementationSergei Antonov4-0/+103
2023-08-14fs: fat: avoid multiplication overflowHeinrich Schuchardt1-2/+2
2023-08-14spl: add FIT support to semihosting boot methodHeinrich Schuchardt1-0/+31
2023-08-14pci: Fix device_find_first_child() return value handlingMarek Vasut1-4/+3
2023-08-14phy: Add support for the Apple Type-C PHYMark Kettenis6-0/+70
2023-08-14pci: apple: Enable CONFIG_SYS_PCI_64BITMark Kettenis1-0/+1
2023-08-14Merge branch '2023-08-14-keep-fixed-gpio-regulator-count-in-balance' into nextTom Rini5-36/+37
2023-08-14mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman1-0/+4
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman1-4/+6
2023-08-14usb: ehci-generic: Use regulator_set_enable_if_allowedJonas Karlman1-12/+11
2023-08-14usb: dwc2: Use regulator_set_enable_if_allowedJonas Karlman1-8/+6
2023-08-14adc: Use regulator_set_enable_if_allowedJonas Karlman1-12/+10
2023-08-09Merge branch '2023-08-09-misc-cleanups' into nextTom Rini126-169/+164
2023-08-09scripts: kconfig: Add config fragment support in board/../WIP/2023-08-09-misc-cleanupsJason Kacines1-1/+3
2023-08-09treewide: unify the linker symbol reference formatShiji Yang21-59/+59
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang58-45/+64
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini47-64/+38
2023-08-08Merge branch '2023-08-08-assorted-code-corrections' into nextTom Rini26-53/+51
2023-08-08pci: correct function name in messageWIP/2023-08-08-assorted-code-correctionsHeinrich Schuchardt1-2/+2
2023-08-08board_f: Cosmetic style fixBin Meng1-2/+3
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin5-5/+0
2023-08-08btrfs: fix some error checking for btrfs_decompress()Dan Carpenter1-2/+2
2023-08-08test: fix a couple NULL vs IS_ERR() checksDan Carpenter1-2/+2
2023-08-08expo: allocate correct amount of memoryDan Carpenter1-1/+1
2023-08-08cmd: improve string matching for hexDan Carpenter1-1/+1
2023-08-08cramfs: clean up some error messagesDan Carpenter1-4/+2
2023-08-08test: unicode: fix a sizeof() vs ARRAY_SIZE() bugDan Carpenter1-3/+3
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter1-2/+2
2023-08-08remoteproc: uclass: Clean up a returnDan Carpenter1-1/+1
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter1-1/+1
2023-08-08fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter1-0/+1
2023-08-08cros_ec: Fix an error code is cros_ec_get_sku_id()Dan Carpenter1-2/+5
2023-08-08video: Add parentheses around VNBYTES() macroDan Carpenter1-1/+1
2023-08-08cmd: Fix a size parameter in test_readonly()Dan Carpenter1-2/+2
2023-08-08cmd: Fix an error code in cmd_mux_find()Dan Carpenter1-1/+1
2023-08-08lib/charset: fix u16_strlcat() return valueMatthias Schiffer2-8/+8
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer4-13/+13
2023-08-07Prepare v2023.10-rc2v2023.10-rc2Tom Rini2-3/+3
2023-08-07configs: Resync with savedefconfigTom Rini36-43/+15
2023-08-07Merge branch '2023-08-07-assorted-fixes'Tom Rini32-112/+181
2023-08-07fs/erofs: Remove an unnecessary assertionYifan Zhao1-3/+0
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut1-1/+1
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt2-2/+2
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov2-11/+11
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov1-12/+0
2023-08-07bloblist: Enforce CRC32Tom Rini1-0/+3