aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31usb: udc: ci: update speed handlingLi Jun1-2/+1
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun1-0/+13
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun1-0/+1
2021-01-31usb: fastboot: add super speed supportLi Jun1-3/+44
2021-01-31usb: gadget: add super speed supportLi Jun3-25/+70
2021-01-31usb: gadget: update os_desc_config when add configJun Li1-2/+2
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li1-7/+3
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun1-0/+34
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun1-0/+20
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun3-1/+431
2021-01-31usb: gadget: add Kconfig for OS descriptorsPeng Fan1-0/+9
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun2-73/+76
2021-01-31usb: gadget: OS String supportLi Jun2-0/+36
2021-01-31usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun1-0/+2
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li2-0/+7
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár3-56/+50
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski3-7/+17
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2-2/+14
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski4-4/+46
2021-01-31dfu: add 'SKIP' entityJaehoon Chung4-2/+25
2021-01-31dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski1-3/+4
2021-01-31cmd: usb_mass_storage: show device interface nameMarek Szyprowski1-2/+2
2021-01-31f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+1
2021-01-31f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+2
2021-01-31f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko1-2/+2
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2-7/+14
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca2-0/+41
2021-01-31cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca1-2/+7
2021-01-31cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca1-6/+11
2021-01-31cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca1-8/+23
2021-01-31gadget: f_thor: fix wrong file size castSeung-Woo Kim1-4/+4
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez1-2/+2
2021-01-29configs: Resync with savedefconfigWIP/29Jan2021Tom Rini27-108/+62
2021-01-29Merge branch '2021-01-29-assorted-fixes'Tom Rini22-52/+677
2021-01-29cmd: add more implementation IDs to sbi commandWIP/2021-01-29-assorted-fixesHeinrich Schuchardt1-16/+21
2021-01-29test: inconsistent string testsHeinrich Schuchardt1-2/+1
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt1-1/+1
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay1-2/+2
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini1-10/+5
2021-01-29test: correct entry point to pytestHeinrich Schuchardt1-5/+5
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt1-1/+1
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger1-0/+1
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt2-4/+5
2021-01-29fs: fat: avoid out of bounds access warningHeinrich Schuchardt1-5/+2
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt1-0/+1
2021-01-29vexpress_aemv8a: allow overriding BOOTCOMMANDStanislav Pinchuk1-2/+4
2021-01-29arm: dts: enable MTK SPI NOR controller driverSkyLake.Huang6-4/+56
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang3-0/+571
2021-01-29test: test_ofplatdata: Mark as sandbox specificTom Rini1-0/+1
2021-01-28Merge branch '2021-01-27-assorted-fixes-and-improvements'WIP/28Jan2021Tom Rini34-128/+915