Re: [PATCH 3/4] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-08-17 Thread Akihiro TSUKADA
On 2014年08月16日 01:09, Mauro Carvalho Chehab wrote: >> +++ b/drivers/media/dvb-frontends/tc90522.c >> +static int tc90522s_get_frontend(struct dvb_frontend *fe) >> +{ . >> +c->delivery_system = SYS_ISDBS; >> +c->symbol_rate = 2886; > > Hmm... symbol rate is fixe

Re: [PATCH 3/4] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-08-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Jul 2014 00:43:46 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch adds driver for tc90522 demodulator chips. > The chip contains 4 demod modules that run in parallel and are independently > controllable via separate I2C addresses. > Two of the modules are for I

[PATCH 3/4] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-07-14 Thread tskd08
From: Akihiro Tsukada This patch adds driver for tc90522 demodulator chips. The chip contains 4 demod modules that run in parallel and are independently controllable via separate I2C addresses. Two of the modules are for ISDB-T and the rest for ISDB-S. It is used in earthsoft pt3 cards. Note tha