Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-30 Thread Mauro Carvalho Chehab
On 30-12-2011 15:16, e9hack wrote: > Hi Mauro, > > your patch fixes the problem for the tda10021.c and tda10023.c. The > drxk_hard.c is a > second problem. It is introduced by tda18271c2dd.c: > > static int set_params(struct dvb_frontend *fe, >struct dvb_frontend_parameters *

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-30 Thread e9hack
Hi Mauro, your patch fixes the problem for the tda10021.c and tda10023.c. The drxk_hard.c is a second problem. It is introduced by tda18271c2dd.c: static int set_params(struct dvb_frontend *fe, struct dvb_frontend_parameters *params) { struct tda_state *state = fe->t

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-30 Thread Mauro Carvalho Chehab
On 28-12-2011 13:50, e9hack wrote: > Hi Mauro, > > your changset breaks the auto-inversion capability of dvb_frontend.c for > frontends which > doesn't implement auto-inversion. Currently tda10021.c, tda10023.c and > drxk_hard.c are not > working. They fail at the following check: > > > 231 s

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-28 Thread e9hack
Hi Mauro, your changset breaks the auto-inversion capability of dvb_frontend.c for frontends which doesn't implement auto-inversion. Currently tda10021.c, tda10023.c and drxk_hard.c are not working. They fail at the following check: 231 static int tda10021_set_parameters (struct dvb_frontend

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-27 Thread Mauro Carvalho Chehab
On 27-12-2011 11:19, Mauro Carvalho Chehab wrote: > On 27-12-2011 10:31, Andreas Oberritter wrote: >> On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >>> Mauro Carvalho Chehab (91): >> >> It would be nice if you could send each message as a reply to the cover >> letter next time, instead of sendi

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-27 Thread Mauro Carvalho Chehab
On 27-12-2011 10:31, Andreas Oberritter wrote: > On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: >> Mauro Carvalho Chehab (91): > > It would be nice if you could send each message as a reply to the cover > letter next time, instead of sending message x as a reply to message x-1. > > Otherwise,

Re: [PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-27 Thread Andreas Oberritter
On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > Mauro Carvalho Chehab (91): It would be nice if you could send each message as a reply to the cover letter next time, instead of sending message x as a reply to message x-1. Otherwise, one needs a very wide screen to display all messages in a th

[PATCH RFC 00/91] Only use DVBv5 internally on frontend drivers

2011-12-26 Thread Mauro Carvalho Chehab
This patch series comes after the previous series of 47 patches. Basically, changes all DVB frontend drivers to work directly with the DVBv5 structure. This warrants that all drivers will be getting/setting frontend parameters on a consistent way, and opens space for improving the DVB core, in orde