Age | Commit message (Collapse) | Author |
|
delay. Removes definition of my_wait().
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
|
|
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.
|
|
- cx88: started merging blackbird patches, not working yet.
|
|
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
|
|
|
|
definition of memory on some esoteric platform
|
|
|
|
- bttv: added id.
|
|
(see linux/Documentation/devices.txt)
|
|
applied patch by Jeremy Jones mr.lebowski (at) gmail.com with some modifications
|
|
- make cx88 tvaudio less verbose.
|
|
- bttv i2c attach/detach hook for subdrivers.
|
|
|
|
- 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_*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- saa7134: adapt sync_control bits when the signal comes and goes away.
|
|
- 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.
|