Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LibreELEC/media_build

mirror of https://git.linuxtv.org/media_build.git
https://github.com/LibreELEC/media_build

Fix v3.1_no_pm_qos.patch: was out of date after the saa7134 changes.

Signed-off-by: Hans Verkuil <[email protected]>

16233a62f44ec6ad644d1e9060390926efb5bce9 authored about 11 years ago
scripts/rmmod.pl: use "su" instead of "sudo"

Somehow, at least on Fedora 20, pulseaudio refuses to work with
sudo. So, change it to work with...

38d656e1963ba77625b0799a0fc4b8d41c3dd1fe authored about 11 years ago
build: improve it to also allow working with a local branch

In the case of local branch, it will try to reduce the amount
of data copied, by just creating a...

4e795318628fd65e3c1b88626a5fa13a4667ac48 authored about 11 years ago
VIDEO_S5K5BAF should only be compiled from 3.5 onwards.

I also noticed a few other sensor drivers that compiled from 3.6
onwards where 3.5 is fine as we...

bb7611e8ef1495708ca369d7f7626a280630aa1c authored about 11 years ago
Update paths: sn9c102 moved to staging.

Signed-off-by: Hans Verkuil <[email protected]>

104a5de27edf7cad8f027be0070d607399b86a54 authored about 11 years ago
Fix build after latest merges.

devm_kmalloc appeared only in 3.13, redefine to devm_kzalloc if it
is not available.

Build DVB_...

9dfe45bbfd3dfd5190c41da6aac4adaee9d1c3a6 authored about 11 years ago
Add include/uapi/linux/vsp1.h.

Signed-off-by: Hans Verkuil <[email protected]>

2677b4ab13ee21701515607fd1d75c6561446ddb authored about 11 years ago
build: don't add branch to git remote add

git remote add doesn't have a branch argument. This doesn't fail
with some git versions, but oth...

5c6b10e0ae3b82c7c961f2da60a0d36969d81fcd authored about 11 years ago
Need trace/events/v4l2.h as well.

Copy this file.

Signed-off-by: Hans Verkuil <[email protected]>

8cc67161e8d062c656ec7fd1720710a57e32b2b3 authored about 11 years ago
Add missing bitmap_clear/set.

Kernels <2.6.33 do not have these functions. Add them to compat.h.

Signed-off-by: Hans Verkuil ...

52b183bab11660fba66a5a2d6dc968cd30ec6d86 authored about 11 years ago
Update compat build for 3.13

Signed-off-by: Hans Verkuil <[email protected]>

51e4680a7119ba7d74a333ed72b0fb0b18dfe704 authored about 11 years ago
VIDEO_LM3560 needs devm_regmap_init_i2c

Introduced in 3.4, so don't attempt to build for older kernels.

Signed-off-by: Hans Verkuil <ha...

924c25f0099e8c0f5bfab5bd6e3333bf41c478c6 authored about 11 years ago
Fix v3.1_no_export_h.patch

export.h needs to be removed for v4l2-clk.h as well.

Signed-off-by: Hans Verkuil <hans.verkuil@...

74105ca5a3108b9a6b06ea51da0950e1910cfea5 authored about 11 years ago
Add sg_alloc_table_from_pages compat code.

Signed-off-by: Hans Verkuil <[email protected]>

2e01ec41002db4bbd483b19721dc5d9f43afdedf authored over 11 years ago
Add compat code for PTR_ERR_OR_ZERO.

Signed-off-by: Hans Verkuil <[email protected]>

ba38feb84e39ef72786b99118c54f3838ee883c3 authored over 11 years ago
Revert dev_groups change for kernels <= 3.11.

Signed-off-by: Hans Verkuil <[email protected]>

aff1fc4180c08e76e918ce1448955743432ce25e authored over 11 years ago
Update versions.txt for tvp7002 and mt9v032.

Signed-off-by: Hans Verkuil <[email protected]>

291c1db8888f96c7bb8b32a5bdc3622f16e31328 authored over 11 years ago
Update pr_fmt.patch: the new stk1135 needs an #undef as well.

Signed-off-by: Hans Verkuil <[email protected]>

521b4e7559a88c44e3575aa743b0e4257e7fca90 authored over 11 years ago
vsp1/rcar_vin fixes.

These drivers need additional header files and only build for 3.9 and up.

Signed-off-by: Hans V...

e93c16508adda1b3321a9504584e839af394abc1 authored over 11 years ago
tea575x is now part of drivers/media, update Makefile.sound.

Signed-off-by: Hans Verkuil <[email protected]>

9d4a7ab421ae0039e3edf34d2879bf410c72e85a authored over 11 years ago
575x-tuner.c/h are now moved to the media tree

Remove the custom paths to this source and header as that is no longer
needed now that they are ...

34bf737103d77a3d1c05ec25a95dc537ba94aa43 authored over 11 years ago
Fix compiler warning introduced by this patch

Signed-off-by: Hans Verkuil <[email protected]>

3dcd989ef670de3db5c0c5415c2984c1939dc1c7 authored over 11 years ago
In kernels <3.8 of_node is under CONFIG_OF

Signed-off-by: Hans Verkuil <[email protected]>

9a127083485f628471900cee20937eb7c30df455 authored over 11 years ago
ths8200 needs of_match_ptr

Signed-off-by: Hans Verkuil <[email protected]>

b19a8aafaa0fc600d91b4528adf7fdb7d00f8177 authored over 11 years ago
adv7343 needs of_property_read_bool

Signed-off-by: Hans Verkuil <[email protected]>

55c6745efc54341a37f9d89909995f5ab4190d8a authored over 11 years ago
Wget is also required for the building system

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

e4429900d615f26f7100b2777f9aef499210ab88 authored over 11 years ago
Fixes warnings introduced by v3.10_fw_driver_probe.patch

Signed-off-by: Hans Verkuil <[email protected]>

46b10a53c941100dbdac6094845c1168ccf20819 authored over 11 years ago
Fix incorrect alloc_ordered_workqueue argument order.

Signed-off-by: Hans Verkuil <[email protected]>

49bcabbb488e5f179290932405b369c8d1ea0080 authored over 11 years ago
Fix more alloc_ordered_workqueue merge conflicts.

Signed-off-by: Hans Verkuil <[email protected]>

0e0aca8c3bcfc271e73d02a9ce8d3e46ed674ee1 authored over 11 years ago
Fix merge conflict in v2.6.35_work_handler.patch

Signed-off-by: Hans Verkuil <[email protected]>

7b08d818ce1380862bd8aed9e558748919e23ada authored over 11 years ago
Fix firewire probe change.

Signed-off-by: Hans Verkuil <[email protected]>

64b3ff458644ba2f0723de6c50b41cdf50303275 authored over 11 years ago
Fix patch conflict in alloc_ordered_workqueue patch.

Signed-off-by: Hans Verkuil <[email protected]>

a9bb73d0df140a6631bd8f0bf903d7ff057bd65d authored over 11 years ago
Add compat code for device_lock/unlock/trylock.

Signed-off-by: Hans Verkuil <[email protected]>

cb630da26eb0cc76635e76e0546535b7e0518c5a authored over 11 years ago
Update no_atomic_include.patch

Signed-off-by: Hans Verkuil <[email protected]>

ed6d5d1f977623439b3d4f4530f172664e7a856a authored over 11 years ago
Don't build tvp514x for kernels < 3.2 due to missing of_node_put.

Signed-off-by: Hans Verkuil <[email protected]>

a6d33a2e73cb4e34401a92a26c2036654c4f3661 authored over 11 years ago
Define __devinitconst to nothing

__devinitconst is no longer used in drivers/media, so make sure it is defined
as nothing.

This ...

9e07a1372ccc87e6835c04b7cd0a5cc2e9343510 authored over 11 years ago
Fix patch conflict.

The previous patch fixing problems with the devnode callback (umode_t -> mode_t)
caused a merge ...

b67d61b273061fce65b2ba678bd916c72882165a authored over 11 years ago
Fix devnode compiler warnings for x86_64 and kernels <= 3.2

/home/hans/work/build/media_build/v4l/ddbridge-core.c: In function 'ddb_class_create':
/home/han...

b0d2234c986eb3aa5ada4c7c03f4f6aaddf98d96 authored over 11 years ago
Fix ngene_card.c compiler warning for kernels <= 3.6

/home/hans/work/build/media_build/v4l/ngene-cards.c:813:2: warning: initialization discards 'con...

a8d8be573ebde00f904c94fcf48cc80893824dc2 authored over 11 years ago
Fix compiler warnings for vm_ops when building for 2.6.31

/home/hans/work/build/media_build/v4l/msp3400-driver.c:899:3: warning: initialization discards '...

a784780f1b5e699aac30e0a653f94fe8dc6f6010 authored over 11 years ago
Add fix for <= 2.6.32 compiler warning

It's a bogus warning and it disappears when compiling for kernels > 2.6.32.

I'm not sure what i...

e67feb88b8ce3a1f58c3cdc2c57c9678e76d2bdd authored over 11 years ago
Fix another pr_fmt warning

media_build/v4l/drxk_hard.c:24:0: warning: "pr_fmt" redefined [enabled by default]
#define pr_f...

31127365dc16261aea81aca73d7c30b4575eab21 authored over 11 years ago
media_build: fix broken v3.1_no_pm_qos.patch

Signed-off-by: Hans Verkuil <[email protected]>

ca6ac583668fc02280be2d0c07faa140003ef1f2 authored over 11 years ago
Don't build s5k6aa for kernels < 3.5

This drivers needs GPIOF_EXPORT that was introduced in 3.5.

Signed-off-by: Hans Verkuil <hans.v...

e50febf85bd1d997a2f578f31e3ed4dc3a903efb authored over 11 years ago
Fix compatibility issues since latest merge.

- Add SIMPLE_DEV_PM_OPS support
- Add vm_iomap_memory support

Only build adv7183, vs6624 and NO...

5196131dcdc98e5958e25f74821d2dc8e9c50c6f authored over 11 years ago
Fix v2.6.32_kfifo.patch.

This patch broke after the latest merge.

Signed-off-by: Hans Verkuil <[email protected]>

71362d6f41b99a989bd763fb065365171f5b2b66 authored over 11 years ago
Add NEED_PROC_SET_SIZE check.

Signed-off-by: Hans Verkuil <[email protected]>

a9e99ddaca17e2cc829d85e13603f444164474d6 authored over 11 years ago
Add NEED_ETH_P_802_3_MIN check.

Signed-off-by: Hans Verkuil <[email protected]>

bb292fe427705275b79a17cb054d0c8294d7ac91 authored over 11 years ago
Update v3.1_no_dma_buf_h.patch

This backport patch no longer applied after the 3.10-rc1 merge.

Signed-off-by: Hans Verkuil <ha...

9e54bba466f59273003eb8116a43855a33ddbf03 authored over 11 years ago
media_build: fix uvcvideo compilation for kernels 2.6.33 and 2.6.34

Patch v2.6.32_usb_ss_ep_comp.patch is needed also by kernels 2.6.33 and 2.6.34.

Signed-off-by: ...

ab59a311886f7b54aaf69fbec82ca4e9db0545ad authored over 11 years ago
media_build: enable uvcvideo starting from kernel 2.6.32

This patch already provides all the required compat bits:

http://git.linuxtv.org/media_build.gi...

166eb65d105bd168fb04f0c5d4b6e1495e56bf66 authored over 11 years ago
Fix backport patches after latest merge.

drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c no longer
exists.

Signed-off-by: Hans Ve...

e8ee9153be324c9dbc4d607eb5c5e3fd69fbd114 authored almost 12 years ago
Only build MT9P031 for kernels >= 3.6

Signed-off-by: Hans Verkuil <[email protected]>

e95e2469f6b804e40d5b6a68781da87373b66421 authored almost 12 years ago
Fix media_build breakage after saa7134 patches were merged.

Signed-off-by: Gianluca Gennari <[email protected]>
Signed-off-by: Hans Verkuil <hans.verkuil@...

3241bb01ac7aac20e6eff4667b778177a4c21877 authored almost 12 years ago
versions.txt: sh_veu needs kernel 3.9.

Signed-off-by: Hans Verkuil <[email protected]>

26b1422c60399b65cfaa03e4f09e41fa73015df8 authored almost 12 years ago
Copy linux/kconfig.h for those kernel versions that don't have it.

Signed-off-by: Hans Verkuil <[email protected]>

3b65b4d7218188c34f45d25dee5e0068885a05c0 authored almost 12 years ago
Remove dabusb references.

This driver has been removed a long time ago, so this can be removed as well.

Signed-off-by: Ha...

d8f92f71882b03c44e764c9648f826be37fa9e89 authored almost 12 years ago
Fix backport patches after latest merge round.

Signed-off-by: Hans Verkuil <[email protected]>

150a7dfddbe3ddde57a324f973ce25d3b9ec87b5 authored almost 12 years ago
build: Fix the logic that matches RHEL

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

1eef0533acfd68424e4f0ea4dfacc903d30c9dab authored almost 12 years ago
Update backport patches after the latest set of merges.

Signed-off-by: Hans Verkuil <[email protected]>

0011db4a1d846a8a4603afe781a3fed822f08074 authored almost 12 years ago
build: the main branch is now "master"

As reported by [email protected]:

leo@ubaduba:~/ltv3/media_build$ ./build --main-git --verbose
...

6783c877438c3e41d230d0b107efa523464d5e01 authored almost 12 years ago
Update a broken diff.

This patch no longer applied after the latest merges. Updated it.

Signed-off-by: Hans Verkuil <...

99fa97227ee3f4728d16c0db214637e2b61fa128 authored almost 12 years ago
Add file_inode compat support.

Signed-off-by: Hans Verkuil <[email protected]>

24c49feb1f5d61a2aa72977cfbe07d74c781112f authored almost 12 years ago
IR_GPIO_CIR needs kernel 3.4 as the minimum kernel version due to EPROBE_DEFER.

Signed-off-by: Hans Verkuil <[email protected]>

dc2d1e95cc73e9ccc61fef22972b1bc2093d958c authored almost 12 years ago
Move IR_GPIO_CIR to kernel 3.2: it needs device tree support.

Signed-off-by: Hans Verkuil <[email protected]>

7d180f91eaabfbb813f1eda9e39e4445bfb826fc authored almost 12 years ago
media_build: add PTR_RET to compat.h

PTR_RET is used by the solo6x10 staging driver,
and was introduced in kernel 2.6.39.
Add it to c...

0d818b057ac5e65ad8765221480359e73a72280e authored almost 12 years ago
Fix a broken chunk in backports/v2.6.32_kfifo.patch

This was introduced in the previous commit.

Signed-off-by: Hans Verkuil <[email protected]>

23be3e77ab1f97dd764f1dbb9b9ad837b1bc0cfd authored almost 12 years ago
More fixes after the recent merge.

- fix more failing patches
- fix IS_ENABLED problems with kernel 3.1-3.3.
- VIDEO_S5K6AA can onl...

b3bd62b7deb47f5dfdc3d98b697e1144adacd75a authored almost 12 years ago
Build fixes after the latest set of merges

- fix failing chunk of backports/v2.6.35_i2c_new_probed_device.patch
- add abs64 compat support
...

23a7c89aaf0ca2f0a0fc55b0ef0ab63a75a75e74 authored almost 12 years ago
backports: remove any __devinit/__devexit attributes.

These attributes have been removed in the latest code.

Signed-off-by: Hans Verkuil <hans.verkui...

0281b48282862778111aada6a0bcc3312d091935 authored about 12 years ago
Remove explicit include/media/v4l2-* TARFILES

Those files are already pulled in by the TARDIR += include/media.

Signed-off-by: Hans Verkuil <...

4204a6624fb636cbf25791864fc2ddef501eeabb authored about 12 years ago
media_build: enable em28xx-dvb again for old kernels

The em28xx-dvb driver was disabled for old kernels due to lack of support
for gpio_request_one()...

28048a152012e0143f1b9aae268fa8519dda8bc0 authored about 12 years ago
Patch dma-buf.h for kernels <3.2 to provide stub functions.

dma-buf.h used to contain stub functions that can be used if
CONFIG_DMA_SHARED_BUFFER == 0, but ...

ef537e09d42d626f7fb93e67f3ab023014b0bf9a authored about 12 years ago
Add usb_translate_errors compat code.

Signed-off-by: Hans Verkuil <[email protected]>

429a8c4172e67407c0b644775d1eceea94bd7442 authored about 12 years ago
Set DMA_SHARED_BUFFER for kernels <3.2

Drivers that select VIDEOBUF2 config options would never be enabled for
kernels older than 3.2 d...

7c702d35774e593cfcfd9b0973acd664d4884914 authored about 12 years ago
Fix more pr_fmt redefined warnings.

Signed-off-by: Hans Verkuil <[email protected]>

0cd51d1bb3a633613d6be9f181a83b7580150327 authored about 12 years ago
Fix DEFINE_PCI_DEVICE_TABLE redefined warnings for 3.8.

Signed-off-by: Hans Verkuil <[email protected]>

9e9aaa193cd29c5ffd82ad71ace19d26428ab7ea authored about 12 years ago
Add support for IS_ENABLED.

IS_ENABLED was added in kernel 3.1, add support for this for older kernels.

Signed-off-by: Hans...

7a4fe73e313ced06b50fff9a233c9f1e5c49a7e9 authored about 12 years ago
build: update the branch of the main repository

Reported-by: Alistair Buxton <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <mcheha...

6f190f5214980a3c7f19d208d80e0b650a6c40ff authored about 12 years ago
Fix saa7134 compilation for kernels <= 3.1

Signed-off-by: Hans Verkuil <[email protected]>

426aed4318800146ab926b856c2873a2b309566d authored about 12 years ago
Remove dabusb firmwares

Those files don't exist anymore

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

075ab51de2332d05a4e4a6c3903b783989aabf10 authored about 12 years ago
fix build with kernel 3.7

The USB headers got moved to uapi. Make sure that we check for its changes
on both uapi and non-...

5a86bdd242d2489ad253c29df05663c8eda9eb9c authored about 12 years ago
Don't include usb.h in compat.h.

Including that file results in a whole bunch of 'err' and 'dbg' redefined warnings.

By replacin...

94386864ae0b063b41851ba18c9882bff68dfc7e authored about 12 years ago
Fix pr_fmt redefine warning.

This is the result of including v4l/compat.h, so the only way to fix it is to
add an undef to th...

677aefbe1ae8459beced82690514c3e0cfd00a23 authored about 12 years ago
Fix dmabuf errors for 3.4 and 3.5.

The videobuf2-dma-contig.c source can't be compiled for kernels <3.6 due
to its use of new DMA/S...

8f5dcd49e073307168f462f9c5fe0d9059e4135e authored about 12 years ago
Add a missing fix for ddbridge-core on 2.6.31

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

a3f095cb9a43140b0161a9cdf27665aa06af058c authored about 12 years ago
include/linux/usb/video.h was moved to include/uapi/linux/usb/video.h

Fix linux/Makefile accordingly.

Signed-off-by: Hans Verkuil <[email protected]>

0b02c4f0956025ff80b5a2d3bd5b8a7f1bde981c authored about 12 years ago
Don't compile DMABUF on older kernels

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

48a9d58e12111b376b123b09fbc061c712280dfd authored about 12 years ago
Rebase v2.6.31_vm_ops.patch

Due to VB2 DMABUF changes, this patch doesn't apply anymore.

Signed-off-by: Mauro Carvalho Cheh...

170892d4960a9a91bbc5f0ad14ba5b94248c524d authored about 12 years ago
Fix uvcvideo backport on 2.6.33 kernel

As reported by: Robert Krakora <[email protected]>

In uvcvideo.c this line in t...

d84f5306d8bd62ca0d8f49f06557c54573addaf4 authored about 12 years ago
Be sure that git_log will always point to the latest changeset

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

98c05bfbf018e9b7e4d5439a594406e4cec8e114 authored over 12 years ago
version_patch.pl: Be sure it will always add git version on logs

On some situations, the last git patches are not patched. Change
the logic to a simpler one, to ...

77417c93db7a8b7948b51cdd15aaef63ba8a37c5 authored over 12 years ago
Remove the kernel-only version of the DVB includes

This got removed upstream, as they were used just to include
some other Kernel internal headers....

cf31f32c3994579224a84d415b18ef96da12c8e5 authored over 12 years ago
If VM_NODUMP doesn't exist either, then VM_NODUMP should be defined to 0.

Per-3.4 kernels do not support NODUMP, but they have a flag ALWAYSDUMP
(the meaning of the flag ...

8ba3b96e045493464acc85b43b050f4a1ae2be8e authored over 12 years ago
Add ../linux/include/uapi to the include list.

Signed-off-by: Hans Verkuil <[email protected]>

940a28c0ca87f2ce33a3033f3221d421b3810547 authored over 12 years ago
Add compat support for VM_DONTDUMP.

Signed-off-by: Hans Verkuil <[email protected]>

edbddce8d15749bba836ef01bd90d00e69e8741c authored over 12 years ago
Fix KERNELRELEASE parsing for debian

Debian uses version.level-sublevel instead of version.level.sublevel.

Allow for both '.' and '-...

8621068a4b51e108c80fa42348bf86eed920f325 authored over 12 years ago
Enable VIDEO_M5MOLS again.

This driver was disabled temporarily due to a missing include which caused it
to fail for x86 ar...

b6c5440c5616bb14827a68a62376fd2b2e2bc1d8 authored over 12 years ago
v4l/Makefile: Fix videodev2.h location

Thanks to hotwings to point it to me, on IRC.

Signed-off-by: Mauro Carvalho Chehab <mchehab@red...

f2a75e909b3ad684654a37abe813bf9e52630a50 authored over 12 years ago
make_makefile.pl: Remove some other types of ccflags include patterns

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

e641532f512ba975f72bbe665d7c0242275b1ffe authored over 12 years ago