aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/fw-download.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman1-1/+1
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-2/+4
2016-08-12greybus: firmware: s/should/mustViresh Kumar1-1/+1
2016-08-12greybus: firmware: s/_LEN/_SIZEViresh Kumar1-2/+2
2016-08-12greybus: firmware: Remove extra parenthesisViresh Kumar1-1/+1
2016-08-11greybus: firmware: use 'tag' instead of 'firmware_tag'Viresh Kumar1-1/+1
2016-07-20greybus: move all firmware prefix strings to one placeGreg Kroah-Hartman1-3/+1
2016-05-09greybus: fw-download: Replace timer with delayed-workViresh Kumar1-14/+12
2016-05-05greybus: fw-download: Introduce timeouts for firmware downloadsViresh Kumar1-13/+145
2016-05-05greybus: fw-download: Manage firmware requests with krefViresh Kumar1-11/+46
2016-05-03greybus: fw-download: Create a macro for length of firmware file's nameViresh Kumar1-1/+4
2016-04-29greybus: firmware: Add firmware-download protocol driverViresh Kumar1-0/+299