summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/platform_data/media/si4713.h
AgeCommit message (Collapse)Author
2019-02-21Revert "backports: Remove unused parts"Dominik Sliwa
This reverts commit ab3fd3b9a801a9faa2619e2e65207e736f859a6d.
2018-09-19backports: Remove unused partsHauke Mehrtens
This removes parts which were only used by subsystems which are not included in backports any more, for example media, bluetooth and Ethernet. The patches which are removed in this commit are not applied to the kernel tree anyway with the default configuration because non of the files get copied. The freezer, media, regulator and sound parts were only used by the already removed media drivers. The flow dissector file is not copied any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2017-02-09backports: always use new version compare macrosJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2015-12-06header: fix include old media header files from new positions for kernel 4.4Hauke Mehrtens
The change done in backports commit b9100fac "header: include old media header files from new positions" is also needed for kernel 4.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-24header: include old media header files from new positionsHauke Mehrtens
The media header files were reorganized and the platform header files are now moved to include/linux/platform_data/media/. place some dummy files there and include the original files from there. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>