LinuxTV

CVS log for DVB/driver/dvb_frontend.c

[BACK] Up to [DVB] / DVB / driver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Aug 23 17:51:01 2003 UTC (20 years, 9 months ago) by endriss
Branches: MAIN
CVS tags: branch_f_092003, branch_20040513, branch_20031217, LINUXTV-DVB-1_0_1, HEAD
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Initialize '.readers' in dvb_frontend.c, required due to 2003-08-20 changes

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Aug 7 10:49:34 2003 UTC (20 years, 10 months ago) by holger
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +11 -9 lines
applied patch by Juergen Peitz to introduce FE_CAN_RECOVER

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Aug 1 15:27:21 2003 UTC (20 years, 10 months ago) by js
Branches: MAIN
CVS tags: LINUXTV-DVB-1_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +6 -2 lines
use aquire_signal flag to call FE_RESET only after tuning
until FE_HAS_LOCK has been signalled, and not when
FE_HAS_LOCK drops out for short periods of time later

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jul 31 18:08:56 2003 UTC (20 years, 10 months ago) by js
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +23 -22 lines
- remove udelay()s from alps_bsrv2.c;
- instead schedule_timeout(1) in dvb_frontend.c after setting
  frontend and before waking up frontend thread
- do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK
- printk() -> dprintk() for AFC in ves1820.c

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jul 24 15:13:04 2003 UTC (20 years, 10 months ago) by holger
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -0 lines
don't bend for frontends on different adapters

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jun 2 11:25:51 2003 UTC (21 years ago) by holger
Branches: MAIN
CVS tags: LINUXTV-DVB-1_0_0_pre3
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -0 lines
Deadlock. Bei einem blockierenden FE_GET_EVENT wird der fe-thread am
weiterarbeiten gehindert. Folglich auch keine weiteren Events...
found by wjoost

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue May 13 12:55:17 2003 UTC (21 years, 1 month ago) by js
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1 lines
patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff:
- Makes zigzag to not change frequency for DVB-c at all. It only resets
  the parameters over and over again.
- The IF of 35937500 might be better to be 36000000. This might be what the
  card designer meant. My card shows the AFC fine tuning offset to be closest
  to zero with 35937500 (one step below 36MHz). Some other cards might be
  different. I have not heard of any complaints about my patch not working
  for someone in this respect.
- Has anyone ever tested this auto inversion thing? DVB-c is far too slow to
  tune and lock for this auto inversion code to work. Therefore you need to
  manually set it. Maybe zigzag changes above allow the auto inversion to work.
- QAM registers have been tweaked to non-specification values. I do not know
  if someone has counterexamples, but this works for a lot of people.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 7 15:45:48 2003 UTC (21 years, 1 month ago) by js
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +18 -2 lines
fixed remaining frontend thread issues (I hope ;-)
(workaround needed because kernel_thread() fails when the process
opening the frontend device is ptraced)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue May 6 17:10:47 2003 UTC (21 years, 1 month ago) by js
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +49 -21 lines
trying to fix frontend thread start/stop problems

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Feb 20 14:56:29 2003 UTC (21 years, 3 months ago) by holger
Branches: MAIN
CVS tags: LINUXTV-DVB-1_0_0_pre2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -3 lines
ensure that poll_wait() is always called in poll()

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Jan 8 16:06:28 2003 UTC (21 years, 5 months ago) by holger
Branches: MAIN
CVS tags: LINUXTV-DVB-1_0_0_pre1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
use writers count, not users count to decide if we want to shut down the frontend.

Now the frontend will get closed when no more users with write access have the frontend opened.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Jan 8 15:29:04 2003 UTC (21 years, 5 months ago) by holger
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
apply fix regarding first tune after device open reported by Andrew de Quincey <adq_dvb@lidskialf.net>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jan 2 11:27:46 2003 UTC (21 years, 5 months ago) by fschirmer
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -6 lines
Do not return values greater than zero

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 2 11:19:47 2003 UTC (21 years, 5 months ago) by oberritter
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -5 lines
allow multiple read only users

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Dec 31 14:26:20 2002 UTC (21 years, 5 months ago) by holger
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
apply patch suggested by Uwe Scheffler

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Dec 17 21:36:29 2002 UTC (21 years, 5 months ago) by oberritter
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -2 lines
stop fe thread without FE_SLEEP if shutdown timeout is 0

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Dec 6 13:04:13 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -1 lines
 - rename kdvb-fe to kdvb-fe-%i:%i (adapter/id)
 - rename arm_mon thread to kdvb-av7110
 - don't start high priority frontend thread before first tuning

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 5 17:19:44 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
remove last ~0 voodoo - my fault

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 5 16:16:59 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
don't stop ~0 thread

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Dec 5 16:15:35 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
applied patch suggested by Oliver Endriss <o.endriss@gmx.de> in order to avoid
reace conditions in starting threads

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Dec 4 10:59:44 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
call reparent_to_init() after daemonize ()

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 21 10:00:45 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -11 lines
replaced down_interruptible() by non-interruptible down() and changed
kdvb-fe thread exit code - hopefully this resolves the problems reported
with occasional oopses at deinitialisation time...

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Nov 19 13:20:34 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
fixed a stupid bug regarding FE_CAN_CLEAN_SETUP

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Nov 18 22:04:10 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
add FE_CAN_CLEAN_SETUP bit to avoid unnecessairy zigzag delay when using
demodulators which can set new parameters without artifacts
VS: ----------------------------------------------------------------------

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 18 12:15:29 2002 UTC (21 years, 6 months ago) by holger
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
wait a little more again before starting the zigzag scan
Klaus Schmidinger reported some problems with the new value on BSRV2 based cards

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Nov 15 14:33:09 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +83 -46 lines
frontend notifier fixes by Florian Schirmer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 12 10:55:12 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
CVS tags: all
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
make the required number of lost syncs that cause a recovery call a little
smaller

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 11 11:09:30 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -2 lines
make "DVB: initialising frontend..." a debug message ind introduce
"DVB: registering frontend..."

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 8 22:00:38 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +18 -14 lines
user counter direction changed a long time ago, this screwed up the power
management code. The bug never showed up so late since we disabled this
feature by default...

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 7 20:24:17 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
enable power management by default if driver is compiled into the kernel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:54:53 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -46 lines
don't tune to any default transponder anymore, don't set any default PIDs

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 7 19:43:32 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +18 -14 lines
backport of 2.5 driver changes

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 21 09:43:04 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
the Schmidinger Patch

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 18 11:40:22 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +14 -10 lines
zigzag tuning

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 17 09:29:39 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5 lines
C99 patches by <aschultz@apophis.eastlink.de>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 16 18:24:53 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +12 -5 lines
rewrote dvb_frontend_bend_frequency()

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 16 16:13:51 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
remove a debug message

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 16 15:32:38 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
remove a debug message

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Oct 16 14:33:19 2002 UTC (21 years, 7 months ago) by holger
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +36 -18 lines
zigzag tuning...

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 14 09:09:02 2002 UTC (21 years, 8 months ago) by holger
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -7 lines
replaced event spinlock by semaphore

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 10 19:22:28 2002 UTC (21 years, 8 months ago) by holger
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +789 -495 lines
the new HEAD

Revision 1.11
Thu Oct 10 18:59:06 2002 UTC (21 years, 8 months ago) by holger
Branches: MAIN
FILE REMOVED
Changes since revision 1.10: +0 -0 lines
make room for the new HEAD trunk

Revision 1.6.2.56: download - view: text, markup, annotated - select for diffs
Tue Sep 17 14:31:09 2002 UTC (21 years, 8 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.55: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.55: +6 -0 lines
ves1820: initialize stepsize
bend_frequency(): bail out after 10 iterations

Revision 1.6.2.55: download - view: text, markup, annotated - select for diffs
Fri Sep 13 09:50:43 2002 UTC (21 years, 9 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.54: preferred, colored
Changes since revision 1.6.2.54: +3 -0 lines
some commenting

Revision 1.6.2.54: download - view: text, markup, annotated - select for diffs
Fri Sep 13 09:48:59 2002 UTC (21 years, 9 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.53: preferred, colored
Changes since revision 1.6.2.53: +3 -0 lines
mute TS only for frontends which can't mute TS when they lose lock

Revision 1.6.2.53: download - view: text, markup, annotated - select for diffs
Sun Sep 8 17:01:44 2002 UTC (21 years, 9 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.52: preferred, colored
Changes since revision 1.6.2.52: +4 -4 lines
return value of dvb_register_frontend is int, not a pointer

Revision 1.6.2.52: download - view: text, markup, annotated - select for diffs
Mon Aug 12 09:36:24 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.51: preferred, colored
Changes since revision 1.6.2.51: +1 -0 lines
compatibility crap for kernels from the stone age

Revision 1.6.2.51: download - view: text, markup, annotated - select for diffs
Mon Aug 12 09:01:31 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.50: preferred, colored
Changes since revision 1.6.2.50: +2 -2 lines
count users positive again

Revision 1.6.2.50: download - view: text, markup, annotated - select for diffs
Fri Aug 9 14:50:35 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.49: preferred, colored
Changes since revision 1.6.2.49: +2 -1 lines
deactivate recovery for now, we need much more testing, this gets tricky...

Revision 1.6.2.49: download - view: text, markup, annotated - select for diffs
Fri Aug 9 11:16:34 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.48: preferred, colored
Changes since revision 1.6.2.48: +4 -4 lines
dvb_call_frontend_notifiers(fe,0) before reinitializing

Revision 1.6.2.48: download - view: text, markup, annotated - select for diffs
Fri Aug 9 10:28:40 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.47: preferred, colored
Changes since revision 1.6.2.47: +1 -0 lines
set parameters when reinitializing the frontend

Revision 1.6.2.47: download - view: text, markup, annotated - select for diffs
Fri Aug 9 10:13:21 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.46: preferred, colored
Changes since revision 1.6.2.46: +5 -1 lines
recovery experiment

Revision 1.6.2.46: download - view: text, markup, annotated - select for diffs
Fri Aug 9 10:07:07 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.45: preferred, colored
Changes since revision 1.6.2.45: +3 -2 lines
recovery experiment

Revision 1.6.2.45: download - view: text, markup, annotated - select for diffs
Fri Aug 9 10:03:08 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.44: preferred, colored
Changes since revision 1.6.2.44: +10 -3 lines
recovery experiment

Revision 1.6.2.44: download - view: text, markup, annotated - select for diffs
Fri Aug 9 09:50:59 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.43: preferred, colored
Changes since revision 1.6.2.43: +1 -0 lines
recovery experiment

Revision 1.6.2.43: download - view: text, markup, annotated - select for diffs
Fri Aug 9 09:48:47 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.42: preferred, colored
Changes since revision 1.6.2.42: +6 -0 lines
recovery experiment

Revision 1.6.2.42: download - view: text, markup, annotated - select for diffs
Thu Aug 8 15:31:54 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.41: preferred, colored
Changes since revision 1.6.2.41: +5 -5 lines
- use list_for_each_safe() again when modifying the lists -- this caused
   segfaults on 2.4.10 kernels

- add MODULE_XXX() macros to dvb_demux to suppress warnings at module load time

- handle av7110_irq in tasklet. The spinlock there might be a bit paranoid,
   we can check and beautify this later.

- wait_for_debi_done_irq() is obsolete now, use wait_for_debi_done() everywhere

- suppress av7110_ir debug messages by default

Revision 1.6.2.41: download - view: text, markup, annotated - select for diffs
Tue Aug 6 13:41:59 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.40: preferred, colored
Changes since revision 1.6.2.40: +10 -8 lines
fixed a recursive locking problem, tune to n-tv again on module loading

Revision 1.6.2.40: download - view: text, markup, annotated - select for diffs
Tue Aug 6 12:43:27 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.39: preferred, colored
Changes since revision 1.6.2.39: +3 -3 lines
don't initialize frontend when registering before/after ioctls.
For some reason this causes lookups with many cards, I'll have to
investigate this further...

Revision 1.6.2.39: download - view: text, markup, annotated - select for diffs
Sat Aug 3 20:58:00 2002 UTC (21 years, 10 months ago) by ad
Branches: NEWSTRUCT
Diff to: previous 1.6.2.38: preferred, colored
Changes since revision 1.6.2.38: +3 -0 lines
- works on SMP systems again

Revision 1.6.2.38: download - view: text, markup, annotated - select for diffs
Sat Aug 3 20:57:30 2002 UTC (21 years, 10 months ago) by ad
Branches: NEWSTRUCT
Diff to: previous 1.6.2.37: preferred, colored
Changes since revision 1.6.2.37: +41 -2 lines
- added lotsa debug messages while hunting a bug

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 1 17:46:11 2002 UTC (21 years, 10 months ago) by holger
Branches: MAIN
CVS tags: TNEWSTRUCT, REL-0-9-2, REL-0-0-2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +12 -4 lines
use down_interruptibe everywhere

Revision 1.6.2.37: download - view: text, markup, annotated - select for diffs
Thu Aug 1 17:38:33 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.36: preferred, colored
Changes since revision 1.6.2.36: +3 -1 lines
clean exiting from threads in the case down_interruptible failed

Revision 1.6.2.36: download - view: text, markup, annotated - select for diffs
Thu Aug 1 09:06:25 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.35: preferred, colored
Changes since revision 1.6.2.35: +44 -27 lines
use down_interruptible where possible to fix driver unloading problems

Revision 1.6.2.35: download - view: text, markup, annotated - select for diffs
Thu Aug 1 08:49:02 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.34: preferred, colored
Changes since revision 1.6.2.34: +52 -24 lines
more restrictive mutex locking

Revision 1.6.2.34: download - view: text, markup, annotated - select for diffs
Mon Jul 29 08:32:52 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.33: preferred, colored
Changes since revision 1.6.2.33: +1 -1 lines
use -EOVERFLOW instead of self-defined error value

Revision 1.6.2.33: download - view: text, markup, annotated - select for diffs
Mon Jul 22 17:17:51 2002 UTC (21 years, 10 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.32: preferred, colored
Changes since revision 1.6.2.32: +13 -16 lines
 - link related object files together in order to get less kernel modules
 - link related object files together in order to get less kernel modules
 - configurable IR keymaps using /proc/av7110_ir
 - make frontend code a little less verbose
 - removed some old/unused stuff

Revision 1.6.2.32: download - view: text, markup, annotated - select for diffs
Thu Jun 27 13:04:00 2002 UTC (21 years, 11 months ago) by holger
Branches: NEWSTRUCT
CVS tags: linuxtv-0-5
Diff to: previous 1.6.2.31: preferred, colored
Changes since revision 1.6.2.31: +5 -2 lines
- fixed dvb_bend_frequency() for continous frequency sweeps
- added DMX_STREAM_X enums

Revision 1.6.2.31: download - view: text, markup, annotated - select for diffs
Fri Jun 14 12:37:38 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.30: preferred, colored
Changes since revision 1.6.2.30: +4 -5 lines
clear timeout bit once more...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 11 16:30:51 2002 UTC (22 years ago) by rjkm
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
some license string cleanups

tuning support for NOVA-CI (not tested)

Revision 1.6.2.30: download - view: text, markup, annotated - select for diffs
Wed Jun 5 13:31:12 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.29: preferred, colored
Changes since revision 1.6.2.29: +4 -3 lines
modified js-compatibility-flicker-bit behaviour

Revision 1.6.2.29: download - view: text, markup, annotated - select for diffs
Tue Jun 4 13:49:13 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.28: preferred, colored
Changes since revision 1.6.2.28: +24 -26 lines
"§!$%&/

Revision 1.6.2.28: download - view: text, markup, annotated - select for diffs
Tue Jun 4 11:25:01 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.27: preferred, colored
Changes since revision 1.6.2.27: +3 -0 lines
empty event queue at device open time

Revision 1.6.2.27: download - view: text, markup, annotated - select for diffs
Tue Jun 4 10:49:13 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.26: preferred, colored
Changes since revision 1.6.2.26: +0 -1 lines
less verbosity

Revision 1.6.2.26: download - view: text, markup, annotated - select for diffs
Tue Jun 4 10:47:09 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.25: preferred, colored
Changes since revision 1.6.2.25: +45 -37 lines
FE_TIMEDOUT event implementation

Revision 1.6.2.25: download - view: text, markup, annotated - select for diffs
Mon Jun 3 15:42:31 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.24: preferred, colored
Changes since revision 1.6.2.24: +1 -1 lines
modified init message

Revision 1.6.2.24: download - view: text, markup, annotated - select for diffs
Fri May 31 11:24:41 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.23: preferred, colored
Changes since revision 1.6.2.23: +1 -1 lines
renamed frontend thread to "kdvb-fe"

Revision 1.6.2.23: download - view: text, markup, annotated - select for diffs
Thu May 23 15:56:46 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.22: preferred, colored
Changes since revision 1.6.2.22: +56 -9 lines
Power management is implemented now, LNB power and frontend is shut down
<shutdown_timeout> seconds after close().
<shutdown_timeout> is a module parameter.

Revision 1.6.2.22: download - view: text, markup, annotated - select for diffs
Thu May 23 13:47:18 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.21: preferred, colored
Changes since revision 1.6.2.21: +56 -25 lines
cvs sucks. sometimes. always when it forgets files to ci

Revision 1.6.2.21: download - view: text, markup, annotated - select for diffs
Tue May 21 12:29:11 2002 UTC (22 years ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.20: preferred, colored
Changes since revision 1.6.2.20: +3 -1 lines
adapt to change from dvb_device_t ** to * in dvbdev.c

Revision 1.6.2.20: download - view: text, markup, annotated - select for diffs
Fri May 17 12:15:56 2002 UTC (22 years ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.19: preferred, colored
Changes since revision 1.6.2.19: +12 -1 lines
delay frontend notifier on sync to ensure a stable TS. delay is configurable in the dvb_frontend_info struct

Revision 1.6.2.19: download - view: text, markup, annotated - select for diffs
Wed May 15 01:28:23 2002 UTC (22 years, 1 month ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.18: preferred, colored
Changes since revision 1.6.2.18: +12 -11 lines
keep last status in dvb_frontend_data struct and set it to zero
if diseqc or 22KHz changes

Revision 1.6.2.18: download - view: text, markup, annotated - select for diffs
Tue May 14 00:18:14 2002 UTC (22 years, 1 month ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.17: preferred, colored
Changes since revision 1.6.2.17: +11 -0 lines
also notify everybody of lost sync if diseqc or tone ioctls are called

Revision 1.6.2.17: download - view: text, markup, annotated - select for diffs
Mon May 13 11:38:13 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.16: preferred, colored
Changes since revision 1.6.2.16: +10 -13 lines
 - struct dvb_frontend_info has now a FrontendCapabilities field which
    specifies which modes the frontend supports, if it can mute the TS
    when running out of sync etc.

Revision 1.6.2.16: download - view: text, markup, annotated - select for diffs
Mon May 13 07:55:53 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.15: preferred, colored
Changes since revision 1.6.2.15: +68 -116 lines
use the DVB device registrar

Revision 1.6.2.15: download - view: text, markup, annotated - select for diffs
Mon May 13 07:08:11 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.14: preferred, colored
Changes since revision 1.6.2.14: +40 -7 lines
allow an additional data argument in frontend notifiers

Revision 1.6.2.14: download - view: text, markup, annotated - select for diffs
Fri May 10 11:03:43 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.13: preferred, colored
Changes since revision 1.6.2.13: +0 -6 lines
- removed the static device table from dvbdev.c, replaced by a list, we don't
   have any limit for the number of devices now.

   Since the Nokia API specifies that each open() call for a demux device
   allocates a new filter we can't use the file->private_data pointer to
   save the dvbdev struct, but have to search our device list linearly for
   each open/ioctl/release call. Should not be a real problem since we will
   rarely have more than a few DVB devices, but anyway - the code is ugly.

   Did I ever told you that the Nokia API sucks?

- put all EXPORT_SYMBOL() macros in dvb_ksyms.c and av7110_ksyms.c,
   now we don't have to build the whole driver from scratch when we touch
   a file exporting symbols...

the not yet working cable frontend are not a bug but a missing feature.
That rev2.1 support is broken is just not true, I have a rev2.1 card with
Alps BSRU6 tuner here, it's just working fine. What card exactly is not
working? (what frontend?)

For the disable-demux-before-tuning/enable-again-whe-TS-is-in-sync we have
a clean framework using the frontend notifiers now, the AV7110 just has to
call the register functions...

I'll care about these issues next week.

Revision 1.6.2.13: download - view: text, markup, annotated - select for diffs
Wed May 8 15:32:33 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.12: preferred, colored
Changes since revision 1.6.2.12: +2 -2 lines
made frontend_ioctl_list and frontend_list static

Revision 1.6.2.12: download - view: text, markup, annotated - select for diffs
Wed May 8 09:46:22 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.11: preferred, colored
Changes since revision 1.6.2.11: +0 -2 lines
remove some verbosity

Revision 1.6.2.11: download - view: text, markup, annotated - select for diffs
Mon May 6 15:34:21 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.10: preferred, colored
Changes since revision 1.6.2.10: +160 -131 lines
 - av7110: introduced something like a av7110/saa7146 namespace

 - ported saa7146 i2c driver to the new internal driver API, fixed
    problems with concatenated messages

 - tested and fixed Alps BSRU6, BSRV2, Grundig 29504-401 frontend code

 - initialize dvb device directory when initializing the DVB bridge

 - ported DiSEqC, 13/18V and 22kHz stuff to the new frontend API

 - ported szap and tzap

 - some new tiny test utilities (setpid, set22k, setvoltage, diseqc)

 - DMX_SATELLITE_FE, DMX_CABLE_FE and DMX_TERRESTRIAL_FE in demux.h are gone,
    defined DMX_FRONTEND_0, DMX_FRONTEND_1, DMX_FRONTEND_2 and DMX_FRONTEND_3

there are still a lot of FIXME's and debug messages, but the stuff is basically
working...

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 30 15:40:46 2002 UTC (22 years, 1 month ago) by holger
Branches: experimental-pinnacle
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +133 -20 lines
Peter Hettkamp's driver for Pinnacle's PCTV Sat cards
To be merged into the NEWSTRUCT branch

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 18 23:36:25 2002 UTC (22 years, 1 month ago) by rjkm
Branches: MAIN
Branch point for: experimental-pinnacle
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +33 -9 lines
auto inversion for stv0299 and ves1820

Revision 1.6.2.10: download - view: text, markup, annotated - select for diffs
Thu Apr 18 12:51:59 2002 UTC (22 years, 1 month ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.9: preferred, colored
Changes since revision 1.6.2.9: +72 -13 lines
DiSEqC 2.0 related frontend API changes + some files that got lost in my last commit

Revision 1.6.2.9: download - view: text, markup, annotated - select for diffs
Tue Apr 16 13:35:43 2002 UTC (22 years, 2 months ago) by holger
Branches: NEWSTRUCT
Diff to: previous 1.6.2.8: preferred, colored
Changes since revision 1.6.2.8: +16 -14 lines
- replace broken include files
- minor changes in the frontend API
- no typedef'd structs anymore
- renamed grundig frontend because the old name was ambigous

Revision 1.6.2.8: download - view: text, markup, annotated - select for diffs
Mon Apr 15 00:51:40 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.7: preferred, colored
Changes since revision 1.6.2.7: +10 -29 lines
ppc fixes

stricter locking of filters

some changes in kernel demux API

started adapting margi code to new structure

Revision 1.6.2.7: download - view: text, markup, annotated - select for diffs
Tue Apr 2 11:57:18 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.6: preferred, colored
Changes since revision 1.6.2.6: +492 -729 lines
new fronten stuff by Holger Waechtler
user interface not tested, probably does not
work as it is right now

use dvb_frontend_old.* for old interface

Revision 1.6.2.6: download - view: text, markup, annotated - select for diffs
Mon Mar 25 15:04:40 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.5: preferred, colored
Changes since revision 1.6.2.5: +12 -5 lines
kernel config files

Revision 1.6.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 20 23:34:46 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.4: preferred, colored
Changes since revision 1.6.2.4: +129 -4 lines
fix frontend polling and adapt szap to new include paths

Revision 1.6.2.4: download - view: text, markup, annotated - select for diffs
Mon Mar 18 22:10:01 2002 UTC (22 years, 2 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.3: preferred, colored
Changes since revision 1.6.2.3: +19 -156 lines
new dvbdev registering (still in flux and only av7110 works)

Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 15 22:38:49 2002 UTC (22 years, 3 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.2: preferred, colored
Changes since revision 1.6.2.2: +306 -76 lines
more restructuring (much more soon)

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 6 23:44:50 2002 UTC (22 years, 3 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6.2.1: preferred, colored
Changes since revision 1.6.2.1: +83 -64 lines
change include files

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 4 22:22:51 2002 UTC (22 years, 3 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
use do_gettimeofday

Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 11 00:56:08 2002 UTC (22 years, 4 months ago) by rjkm
Branches: NEWSTRUCT
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +41 -3 lines
new directory structure

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 7 16:31:42 2002 UTC (22 years, 4 months ago) by rjkm
Branches: MAIN
Branch point for: NEWSTRUCT
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -1 lines
moved some more stuff from dvb.c in dvb_frontend.c

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 23 23:56:31 2002 UTC (22 years, 4 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
semaphores for A/V playback control/writing
cleanups in frontend inits

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 21 00:20:19 2002 UTC (22 years, 4 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +107 -15 lines
CI link layer device (experimental)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 14 00:51:27 2002 UTC (22 years, 5 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +30 -13 lines
fixed fail status (by Falck Kenneth <kennu@swelcom.fi>)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 15 12:36:02 2001 UTC (22 years, 8 months ago) by rjkm
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
check if MODULE_LICENSE exists (for older 2.4.x kernels)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 15 10:52:01 2001 UTC (22 years, 8 months ago) by rjkm
Branches: MAIN
add separate module for frontend control

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>