aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ihex.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-18ihex.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-01-22ihex: Simplify next record offset calculationGravatar Andrey Smirnov 1-3/+7
2019-01-22ihex: Check if zero-length record is at the end of the blobGravatar Andrey Smirnov 1-1/+1
2019-01-22ihex: Share code between ihex_validate_fw() and ihex_next_binrec()Gravatar Andrey Smirnov 1-8/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2008-08-02Fix IHEX firmware generation/loadingGravatar Marc Zyngier 1-1/+1
2008-07-10ihex: request_ihex_firmware() function to load and validate firmwareGravatar David Woodhouse 1-0/+24
2008-07-10ihex.h: binary representation of ihex recordsGravatar David Woodhouse 1-0/+50