summaryrefslogtreecommitdiffstats
path: root/common/firmware.c
Commit message (Expand)AuthorAgeFilesLines
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-1/+3
* firmware: Add request/release_firmware() callsPhilipp Zabel2023-04-051-0/+32
* treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-111-3/+2
* blspec: fix use-after-free of firmware search pathAhmad Fatoum2021-10-041-2/+2
* firmware: recognize by reproducible nameSascha Hauer2021-06-251-2/+14
* firmware: Fix device_node matchingSascha Hauer2021-06-251-1/+1
* firmware: Add search pathSascha Hauer2021-06-251-0/+41
* firmware: make device_node argument non constSascha Hauer2021-06-251-1/+1
* firmware: add support for compressed imagesSteffen Trumtrar2021-06-231-4/+46
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-9/+1
* firmware: add function to find firmware by devicetree nodeMichael Tretter2019-09-161-0/+18
* common: firmware: Don't use FILE_SIZE_STREAM directlyAndrey Smirnov2019-01-291-1/+1
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* common: firmware: include libfileLucas Stach2014-11-241-0/+1
* Add a Firmware programming frameworkJuergen Beisert2014-09-091-0/+211