Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-26 Thread Takiguchi, Yasunari
On 2017/06/26 10:24, Mauro Carvalho Chehab wrote: > Em Sun, 25 Jun 2017 09:15:06 -0300 > Mauro Carvalho Chehab escreveu: > >> Em Fri, 23 Jun 2017 10:02:39 -0300 >> Mauro Carvalho Chehab escreveu: >> >>> Em Mon, 19 Jun 2017 16:56:13 +0900 >>>

Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-25 Thread Mauro Carvalho Chehab
Em Sun, 25 Jun 2017 09:15:06 -0300 Mauro Carvalho Chehab escreveu: > Em Fri, 23 Jun 2017 10:02:39 -0300 > Mauro Carvalho Chehab escreveu: > > > Em Mon, 19 Jun 2017 16:56:13 +0900 > > "Takiguchi, Yasunari"

Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-25 Thread Mauro Carvalho Chehab
Em Fri, 23 Jun 2017 10:02:39 -0300 Mauro Carvalho Chehab escreveu: > Em Mon, 19 Jun 2017 16:56:13 +0900 > "Takiguchi, Yasunari" escreveu: > > > >> +static int cxd2880_get_frontend_t(struct dvb_frontend *fe, > > >> +

Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-23 Thread Mauro Carvalho Chehab
Em Mon, 19 Jun 2017 16:56:13 +0900 "Takiguchi, Yasunari" escreveu: > >> +static int cxd2880_get_frontend_t(struct dvb_frontend *fe, > >> + struct dtv_frontend_properties *c) > >> +{ > >> + enum cxd2880_ret ret = CXD2880_RESULT_OK; > >> +

Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-19 Thread Takiguchi, Yasunari
Thanks for your kindly reply. We are think of how to change our driver to follow the comments now. I reply one thing about reading BER measures at get_frontend() in this mail. On 2017/06/13 22:30, Mauro Carvalho Chehab wrote: > Em Fri, 14 Apr 2017 11:31:50 +0900 >

Re: [PATCH v2 08/15] [media] cxd2880: Add top level of the driver

2017-06-13 Thread Mauro Carvalho Chehab
Em Fri, 14 Apr 2017 11:31:50 +0900 escreveu: > From: Yasunari Takiguchi > > This provides the main dvb frontend operation functions > for the Sony CXD2880 DVB-T2/T tuner + demodulator driver. For now, I'll do only a quick review on