Re: [PATCHv3 1/2] tda18250: support for new silicon tuner

2017-11-01 Thread Mauro Carvalho Chehab
Em Mon, 30 Oct 2017 05:31:40 +0200 Olli Salonen escreveu: > Hello Michael, > > Many thanks for taking the time to review the patches. > > On 27 October 2017 at 13:27, Michael Ira Krufky wrote: > >> +static int tda18250_sleep(struct dvb_frontend *fe) >

Re: [PATCHv3 1/2] tda18250: support for new silicon tuner

2017-10-29 Thread Olli Salonen
Hello Michael, Many thanks for taking the time to review the patches. On 27 October 2017 at 13:27, Michael Ira Krufky wrote: >> +static int tda18250_sleep(struct dvb_frontend *fe) >> +{ >> + struct i2c_client *client = fe->tuner_priv; >> + struct tda18250_dev

Re: [PATCHv3 1/2] tda18250: support for new silicon tuner

2017-10-27 Thread Michael Ira Krufky
On Wed, Aug 2, 2017 at 9:00 AM, wrote: > From: Olli Salonen > > NXP TDA18250 silicon tuner driver. > > Version 3 removes regmap_exit as I was pointed out that device > management code automatically frees the regmap. > > Signed-off-by: Olli Salonen

[PATCHv3 1/2] tda18250: support for new silicon tuner

2017-08-02 Thread olli . salonen
From: Olli Salonen NXP TDA18250 silicon tuner driver. Version 3 removes regmap_exit as I was pointed out that device management code automatically frees the regmap. Signed-off-by: Olli Salonen --- drivers/media/tuners/Kconfig | 7 +