diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-04-13 07:13:43 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-13 23:01:58 +0200 |
commit | b8f2e82105322d077c174b224985aa79620dead4 (patch) | |
tree | aa740f329879d0fc81084371cb0baf7a733c9ba5 /copy-list | |
parent | 20906a4d28428a35dc64b1a29dbf58f4d8686ef9 (diff) |
backports: add media subsystem drivers
This adds backport support for all media subsystem
drivers. This is enabled only for >= 3.2. Some media
drivers rely on the new probe deferrral mechanism
(-EPROBE_DEFER see commit d1c3414c), those are only
enabled for kernels >= 3.4. Some media drivers only
depend on the regulatory but since we only support
backporting the regulatory on kernels >= 3.4 we only
enable those media drivers for >= 3.4.
This backports 433 media drivers.
1 2.6.24 [ OK ]
2 2.6.25 [ OK ]
3 2.6.26 [ OK ]
4 2.6.27 [ OK ]
5 2.6.28 [ OK ]
6 2.6.29 [ OK ]
7 2.6.30 [ OK ]
8 2.6.31 [ OK ]
9 2.6.32 [ OK ]
10 2.6.33 [ OK ]
11 2.6.34 [ OK ]
12 2.6.35 [ OK ]
13 2.6.36 [ OK ]
14 2.6.37 [ OK ]
15 2.6.38 [ OK ]
16 2.6.39 [ OK ]
17 3.0.65 [ OK ]
18 3.1.10 [ OK ]
19 3.2.38 [ OK ]
20 3.3.8 [ OK ]
21 3.4.32 [ OK ]
22 3.5.7 [ OK ]
23 3.6.11 [ OK ]
24 3.7.9 [ OK ]
25 3.8.0 [ OK ]
26 3.9-rc1 [ OK ]
real 39m35.615s
user 1068m47.428s
sys 155m55.657s
Cc: linux-media@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'copy-list')
-rw-r--r-- | copy-list | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -168,3 +168,20 @@ include/linux/regulator/userspace-consumer.h include/linux/platform_data/lp8755.h drivers/regulator/ + +# Media +include/media/ + +include/linux/videodev2.h +include/linux/video_output.h + +include/uapi/linux/media.h +include/uapi/linux/dvb/ +include/uapi/linux/v4l2-common.h +include/uapi/linux/v4l2-controls.h +include/uapi/linux/v4l2-dv-timings.h +include/uapi/linux/v4l2-mediabus.h +include/uapi/linux/v4l2-subdev.h +include/uapi/linux/videodev2.h + +drivers/media/ |