summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorOliver Endriss <devnull@localhost>2006-01-03 03:34:48 +0000
committerOliver Endriss <devnull@localhost>2006-01-03 03:34:48 +0000
commitf4a5196cdeaf667490056b671b63ff1a8d4403e3 (patch)
treec0a9e5de28d81e5bc6e1e9bb8a6849425b2f886e /v4l
parentdeadd5a01c31e740cb20a394d27cddcf2b21c555 (diff)
downloadmediapointer-dvb-s2-f4a5196cdeaf667490056b671b63ff1a8d4403e3.tar.gz
mediapointer-dvb-s2-f4a5196cdeaf667490056b671b63ff1a8d4403e3.tar.bz2
av7110 driver: improved recovery from ARM crash and crash detection
Improved recovery from ARM crash and the way a crash is detected. Minor white space clean-up, debug output fixed. Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index f4c22c8b5..db023e8ae 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,20 @@
+2006-01-03 03:08 endriss
+
+ * linux/drivers/media/dvb/ttpci/av7110.c: (gpioirq)
+ - fixed debug output
+
+ * linux/drivers/media/dvb/ttpci/av7110.c: (recover_arm),
+ (arm_thread), (restart_feeds), (av7110_fe_set_frontend),
+ (av7110_fe_diseqc_send_master_cmd), (av7110_fe_diseqc_send_burst),
+ (av7110_fe_set_tone), (av7110_fe_set_voltage), (dvb_s_recover),
+ (frontend_init):
+ * linux/drivers/media/dvb/ttpci/av7110.h:
+ * linux/drivers/media/dvb/ttpci/av7110_hw.c: (av7110_bootarm),
+ (__av7110_send_fw_cmd):
+ - improved recovery from ARM crash and crash detection
+
+ Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
+
2006-01-02 23:56 hverkuil
* linux/drivers/media/video/saa7115.c: (saa7115_command):