summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/media/0002-no_dmabuf/v4l2.patch
AgeCommit message (Collapse)Author
2014-07-28backports: refresh on next-20140725backports-20140725Hauke Mehrtens
1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.60 [ OK ] 4 3.3.8 [ OK ] 5 3.4.93 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.43 [ OK ] 12 3.11.10 [ OK ] 13 3.12.22 [ OK ] 14 3.13.11 [ OK ] 15 3.14.7 [ OK ] 16 3.15.0 [ OK ] 17 3.16-rc1 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-07-27backports: do not use dma_buf_vmap() on kernel < 3.5Hauke Mehrtens
The dma function dma_buf_vmap() is not available on kernel < 3.5, remove the call from the media subsystem code. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-06-16backports: refresh patches on next-20140606backports-20140606Hauke Mehrtens
There were manual changes ineeded in the following files: patches/collateral-evolutions/network/0034-ndo_set_vf_spoofchk/igb_ndo_set_vf_spoofchk.patch patches/collateral-evolutions/network/0037-ethtool_get_module/igb_get_module.patch patches/collateral-evolutions/network/0038-ethtool_rxfh_indir/igb_rxfh_indir.patch 1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.59 [ OK ] 4 3.3.8 [ OK ] 5 3.4.91 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.40 [ OK ] 12 3.11.10 [ OK ] 13 3.12.20 [ OK ] 14 3.13.11 [ OK ] 15 3.14.4 [ OK ] 16 3.15-rc7 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2014-06-15backports: disable DMA shared buffer support for kernel < 3.5 in v4l2Hauke Mehrtens
v4l2 uses the DMA shared buffers API of kernel >= 3.5. When the v4l2 backport is be compiled against older kernel versions a backport of the DMA shared buffers is used. Instead of using this backport this patch will remove usage of the DMA shared buffers on these old kernel versions. This allows us to remove DMA shared buffers from backports. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>