summaryrefslogtreecommitdiff
path: root/staging/layer2.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+902
td>Peter Griffin <peter.griffin@linaro.org>2016-03-24 08:23:52 -0300 committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-05-09 12:57:54 -0300 commitc23ac90f78aa9190643c82c1975a0cfe480d7c60 (patch) treed298c08da6db6b0ec8c09bb6c9fc17c52b74ce32 parentee105cac24693c8f3ea92e1700d5d16c4b035eb5 (diff)
[media] c8sectpfe: Rework firmware loading mechanism
c8sectpfe driver relied on CONFIG_FW_LOADER_USER_HELPER_FALLBACK option for loading its xp70 firmware. A previous commit removed this Kconfig option, as it is apparently harmful, but did not update the driver code which relied on it. This patch reworks the firmware loading into the start_feed callback. At this point we can be sure the rootfs is present, thereby removing the depedency on CONFIG_FW_LOADER_USER_HELPER_FALLBACK. Fixes: 79f5b6ae960d ('[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK') Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat