Em Thu, 01 Jan 2015 21:30:36 +
Antti Palosaari escreveu:
> I am on holiday trip now. But generally speaking I would like to separate all
> drivers from the interfaces. That means for example I2C tuner driver is just
> a I2C driver and nothing more - no relations to DVB nor V4L API.
That wo
moikka,
On 2015年01月02日 06:30, Antti Palosaari wrote:
> I am on holiday trip now. But generally speaking I would like to separate all
> drivers from the interfaces. That means for example I2C tuner driver is just
> a I2C driver and nothing more - no relations to DVB nor V4L API. That is
> someth
I am on holiday trip now. But generally speaking I would like to separate all
drivers from the interfaces. That means for example I2C tuner driver is just a
I2C driver and nothing more - no relations to DVB nor V4L API. That is
something I said many times earlier too, but for my taste drivers sh
Instead of using I2C raw API, use the standard I2C binding API,
with the DVB core support for it.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/drivers/media/dvb-frontends/mb86a20s.c
index 8f54c39ca63f..8dd608be1edd 100644
--- a/drivers/media/dvb-fro