aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)AuthorFilesLines
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+1
2018-10-07Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander1-0/+2
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-2/+2
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan2-0/+41
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan7-9/+729
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan1-0/+1
2018-05-30fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to KconfigAlex Kiernan1-0/+7
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2-6/+34
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-0/+15
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan1-1/+1
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan1-13/+0
2018-05-30fastboot: Add missing newlinesAlex Kiernan1-14/+14
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2-19/+6
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2-0/+63
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2-53/+64
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan4-0/+767