Re: [PATCH] tea575x: fix HW seek

2012-02-27 Thread Ondrej Zary
On Monday 27 February 2012 09:42:40 Hans Verkuil wrote: > On Sunday, February 26, 2012 22:02:51 Ondrej Zary wrote: > > On Friday 24 February 2012 10:00:01 Hans Verkuil wrote: > > > On Wednesday, February 22, 2012 09:35:28 Ondrej Zary wrote: > > > > On Tuesday 21 February 2012, Hans Verkuil wrote: >

Re: [PATCH] tea575x: fix HW seek

2012-02-27 Thread Hans Verkuil
On Sunday, February 26, 2012 22:02:51 Ondrej Zary wrote: > On Friday 24 February 2012 10:00:01 Hans Verkuil wrote: > > On Wednesday, February 22, 2012 09:35:28 Ondrej Zary wrote: > > > On Tuesday 21 February 2012, Hans Verkuil wrote: > > > > On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote

Re: [PATCH] tea575x: fix HW seek

2012-02-26 Thread Ondrej Zary
On Friday 24 February 2012 10:00:01 Hans Verkuil wrote: > On Wednesday, February 22, 2012 09:35:28 Ondrej Zary wrote: > > On Tuesday 21 February 2012, Hans Verkuil wrote: > > > On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote: > > > > Fix HW seek in TEA575x to work properly: > > > > - a d

Re: [PATCH] tea575x: fix HW seek

2012-02-24 Thread Hans Verkuil
On Wednesday, February 22, 2012 09:35:28 Ondrej Zary wrote: > On Tuesday 21 February 2012, Hans Verkuil wrote: > > On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote: > > > Fix HW seek in TEA575x to work properly: > > > - a delay must be present after search start and before first register

Re: [PATCH] tea575x: fix HW seek

2012-02-22 Thread Ondrej Zary
On Tuesday 21 February 2012, Hans Verkuil wrote: > On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote: > > Fix HW seek in TEA575x to work properly: > > - a delay must be present after search start and before first register > > read or the seek does weird things > > - when the search stops,

Re: [PATCH] tea575x: fix HW seek

2012-02-21 Thread Hans Verkuil
On Saturday, February 18, 2012 17:45:45 Ondrej Zary wrote: > Fix HW seek in TEA575x to work properly: > - a delay must be present after search start and before first register read >or the seek does weird things > - when the search stops, the new frequency is not available immediately, we >

[PATCH] tea575x: fix HW seek

2012-02-18 Thread Ondrej Zary
Fix HW seek in TEA575x to work properly: - a delay must be present after search start and before first register read or the seek does weird things - when the search stops, the new frequency is not available immediately, we must wait until it appears in the register (fortunately, we can clea