aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-31mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut3-0/+8
2021-01-31arm: dts: rmobile: r8a774a1: Synchronize DTs with Linux 5.10Biju Das7-0/+733
2021-01-30disk: part: sandbox support in dev_print()Heinrich Schuchardt1-0/+1
2021-01-30sandbox: fill block device meta informationHeinrich Schuchardt1-0/+11
2021-01-30dm: replace auto_alloc_size with autoDario Binacchi1-1/+1
2021-01-30do not pass NULL pointer to libfdtStanislav Pinchuk1-1/+1
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt4-1/+53
2021-01-30binman: Print a debug message when binman selects a nodeSimon Glass1-0/+2
2021-01-30Add a symlink for ctype.hSimon Glass1-0/+1
2021-01-30dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass4-9/+61
2021-01-30dm: core: Add a comment about pinctrl_select_state()Simon Glass1-0/+9
2021-01-30clk: x86: Correct the driver nameSimon Glass1-2/+2
2021-01-30clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-30dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass1-2/+1
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass4-8/+13
2021-01-30i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-30x86: coral: Support TPM and RTC in SPLSimon Glass2-1/+22
2021-01-30spl: Tidy up SPL/TPL malloc sizesSimon Glass1-5/+8
2021-01-30cros_ec: Add vstore supportSimon Glass4-2/+202
2021-01-30cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-30cros_ec: Show events in human-readable formSimon Glass3-7/+112
2021-01-30cros_ec: Add support for switchesSimon Glass7-0/+120
2021-01-30cros_ec: Add documentation for cros_ec driver operationsSimon Glass1-0/+40
2021-01-30cros_ec: Support reading EC featuresSimon Glass6-10/+195
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass5-0/+55
2021-01-30cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-30cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-30cros_ec: Add a function for the hello messageSimon Glass6-15/+101
2021-01-30doc/sandbox: improve formatting of command line optionsHeinrich Schuchardt1-14/+14
2021-01-30sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt1-1/+1
2021-01-30x86: typo segementHeinrich Schuchardt2-2/+2
2021-01-30binman: Allow for skip_at_start when reading entriesSimon Glass3-4/+48