Age | Commit message (Collapse) | Author |
|
|
|
included just everywhere
- remove dvb_i2c.[ch], it's not needed anymore
- rename dvb_register_frontend_new() to dvb_register_frontend()
-
|
|
|
|
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now)
- add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h)
- fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers
- remove dvb i2c functionality from av7110 and budget drivers
- remove dvb i2c functionality from Skystar2 driver
- fix up kernel Makefile
- add a FE_ATSC case to avoid compiler warning (print warning message instead)
|
|
|
|
|
|
functions anyway
|
|
|
|
function that failed
|
|
|
|
Kenneth Aafloy
|
|
|
|
|
|
|
|
osd state to BMP_NONE, so that following OSD commands don't block. this doesn't
fix the problem that the firmware/driver internally has race conditions wrt
the OSD, but the driver won't freeze applications any more.
|
|
1. Locate the pwm setting
> find /sys/|grep "pwm"
/sys/devices/platform/i2c-0/0-0061/pwm
2. Set your desired value
echo "0x5c" > /sys/devices/platform/i2c-0/0-0061/pwm
3. Read the current value
more /sys/devices/platform/i2c-0/0-0061/pwm
|
|
- whitespace and coding style cleanup
- temporarily removed the possibility to set the initial pwm value via module parameters
|
|
to make it compile with the SuSE 9.1 kernel
|
|
|
|
- please read the new documentation file "udev.txt" for a short description on how to create the proper udev rules
|
|
|
|
|
|
|
|
- change C++ comments into C comments
|
|
|
|
- sparse annotiations (viro)
- NULL noise removal (viro)
- #if where #ifdef should've been (saa7146) (viro)
- convert private ABS() to kernel's abs() (rddunlap)
- dvb_register_i2c_device() locking fix for -ENOMEM (akpm)
- dvb_register_i2c_bus() locking fix for -ENOMEM (akpm)
|
|
(should fix mt352 detection)
|
|
- Remove unused av7110 DEBUG_VARIABLE.
|
|
debug parameters is writeable in sysfs (w/2.6.7+) and
the rest is read-only.
|
|
NOTE: Michael, please remember to change the other drivers when
submitting to Andrew.
|
|
- replace home-brewn waiting stuff in osd code with wait_event_interruptible_timeout()
- put a semaphore around osd calls to make sure they're properly serialized
|
|
|
|
(see linux/Documentation/devices.txt)
|
|
applied patch by Jeremy Jones mr.lebowski (at) gmail.com with some modifications
|
|
- Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device
- CTS Portable
documentation, helper scripts and modifications in the necessary files
have been done, hopefully.
|
|
|
|
|
|
In file included from sp887x.c:21:
include/linux/firmware.h:11: warning: `struct device' declared inside parameter list
include/linux/firmware.h:11: warning: its scope is only this definition or declaration, which is probably not what you want
include/linux/firmware.h:15: warning: `struct device' declared inside parameter list
sp887x.c: In function `attach_adapter':
sp887x.c:616: warning: passing arg 3 of `request_firmware' from incompatible pointer type
|
|
In file included from alps_tdlb7.c:36:
include/linux/firmware.h:11: warning: `struct device' declared inside parameter list
include/linux/firmware.h:11: warning: its scope is only this definition or declaration, which is probably not what you want
include/linux/firmware.h:15: warning: `struct device' declared inside parameter list
alps_tdlb7.c: In function `attach_adapter':
alps_tdlb7.c:655: warning: passing arg 3 of `request_firmware' from incompatible pointer type
|
|
|
|
- MODULE_PARM* -> module_param*
- Common name for I2C device and prefix for debug messages.
NOTE: This needs testing by someone who has one of these frontends.
|
|
- MODULE_PARM* -> module_param*
- Common name for I2C device and prefix for debug messages.
NOTE: This needs testing by someone who has one of these frontends.
|
|
- MODULE_PARM* -> module_param*
- Common name for I2C and debug messages.
NOTE: This needs testing by someone who has this frontend.
|
|
- dvb_dummy_fe conversion to Kernel I2C
- Conversion from deprecated MODULE_PARM* to module_param*
- Adding/renaming existing *debug* parameter to debug.
- Common naming scheme for debug/I2C: dvbfe_*
|
|
|
|
|
|
|
|
|
|
- Properly lock the frontend module on open/close.
|
|
- Remove module ref count changes to av7110 and budget-core,
as they did not do the right thing.
|