summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: add Kconfig for OS descriptorsPeng Fan2021-01-311-0/+9
* usb: gadget: move utf8_to_utf16le to header fileLi Jun2021-01-312-73/+76
* usb: gadget: OS String supportLi Jun2021-01-312-0/+36
* usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun2021-01-311-0/+2
* usb: gadget: Add ep_config call back to usb_gadget_opsYe Li2021-01-312-0/+7
* usb: gadget: Do not export usbd_device_* arraysPali Rohár2021-01-313-56/+50
* thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-313-7/+17
* dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-312-2/+14
* dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-314-4/+46
* dfu: add 'SKIP' entityJaehoon Chung2021-01-314-2/+25
* dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski2021-01-311-3/+4
* cmd: usb_mass_storage: show device interface nameMarek Szyprowski2021-01-311-2/+2
* f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+1
* f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+2
* f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko2021-01-311-2/+2
* cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2021-01-312-7/+14
* cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca2021-01-312-0/+41
* cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca2021-01-311-2/+7
* cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca2021-01-311-6/+11
* cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca2021-01-311-8/+23
* gadget: f_thor: fix wrong file size castSeung-Woo Kim2021-01-311-4/+4
* dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez2021-01-311-2/+2
* configs: Resync with savedefconfigWIP/29Jan2021Tom Rini2021-01-2927-108/+62
* Merge branch '2021-01-29-assorted-fixes'Tom Rini2021-01-2922-52/+677
|\
| * cmd: add more implementation IDs to sbi commandWIP/2021-01-29-assorted-fixesHeinrich Schuchardt2021-01-291-16/+21
| * test: inconsistent string testsHeinrich Schuchardt2021-01-291-2/+1
| * test: inconsistent bootm testsHeinrich Schuchardt2021-01-291-1/+1
| * env: sf: cosmetic: remove unnecessary spacePatrick Delaunay2021-01-291-2/+2
| * test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini2021-01-291-10/+5
| * test: correct entry point to pytestHeinrich Schuchardt2021-01-291-5/+5
| * test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt2021-01-291-1/+1
| * fs: btrfs: Select SHA256 in KconfigMatthias Brugger2021-01-291-0/+1
| * fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-292-4/+5
| * fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-291-5/+2
| * avb: AVB_VERIFY depends on MMCHeinrich Schuchardt2021-01-291-0/+1
| * vexpress_aemv8a: allow overriding BOOTCOMMANDStanislav Pinchuk2021-01-291-2/+4
| * arm: dts: enable MTK SPI NOR controller driverSkyLake.Huang2021-01-296-4/+56
| * spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang2021-01-293-0/+571
| * test: test_ofplatdata: Mark as sandbox specificTom Rini2021-01-291-0/+1
|/
* Merge branch '2021-01-27-assorted-fixes-and-improvements'WIP/28Jan2021Tom Rini2021-01-2834-128/+915
|\
| * cmd: misc: Fix return value for the sleep commandWIP/2021-01-27-assorted-fixes-and-improvementsMarek Szyprowski2021-01-271-1/+1
| * doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)2021-01-271-0/+31
| * rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)2021-01-273-0/+563
| * autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3
| * binman: Allow reading entries from a subnodeSimon Glass2021-01-272-0/+32
| * binman: Move selection of the binman node into a functionSimon Glass2021-01-271-10/+33
| * crc32: Exclude crc32 from TPLSimon Glass2021-01-271-0/+2
| * mmc: pci_mmc: Set the removable flagSimon Glass2021-01-271-0/+8
| * mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass2021-01-271-1/+10
| * uuid: Add a comment for UUID_STR_LENSimon Glass2021-01-271-0/+1