1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Go to file
Daniel Scheller 55e7a91c3e stv0910: release lock on gate_ctrl() failure
When write_reg() fails, the mutex_unlock() won't ever be hit especially
when closing the I2C gate. This can lead to deadlock situations, even
(or, especially) if the i2c_gate_ctrl status isn't checked in stv6111.
Fix this possibility by releasing the lock whenever write_reg() fails.
2017-08-27 18:51:00 +02:00
apps add some explanation and correct help message 2017-08-08 22:06:36 +02:00
ddbridge bump version to 0.9.31 2017-08-11 22:57:02 +02:00
ddip initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
docs start to add some more information on ci speed settings 2016-06-16 15:39:40 +02:00
dvb-core add Kconfigs and Makefiles for OctopusNet kernel 2017-08-02 17:34:53 +02:00
frontends stv0910: release lock on gate_ctrl() failure 2017-08-27 18:51:00 +02:00
include/linux/dvb add gain control 2017-06-01 16:46:44 +02:00
.gitignore Add gitignore 2015-08-05 18:37:42 +02:00
CHANGELOG new release 2017-05-17 19:42:25 +02:00
Kbuild initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
Makefile dkms compatibility 2017-07-26 02:44:56 +02:00
README.md Readme markup fixed 2017-05-19 16:59:30 +02:00

DDBridge Driver

Patches

We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).

Prepare for Building

TBD

Building

TBD