linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] DVB API LNA
@ 2012-08-17  1:35 Antti Palosaari
  2012-08-17  1:35 ` [PATCH 1/6] add LNA support for DVB API Antti Palosaari
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Antti Palosaari @ 2012-08-17  1:35 UTC (permalink / raw)
  To: linux-media; +Cc: Hin-Tak Leung, Antti Palosaari

LNA API	and one	implementation as for example. 

Implementation relies Kernel GPIOLIB as	LNAs are typically controlled
by GPIO. Anyhow, GPIOLIB seems to be disabled by default thus I was
forced to add some glue macros to handle situation where GPIOLIB is
not available. But lets try to found out solution / reason later for
that GPIOLIB part.

Antti Palosaari (6):
  add LNA support for DVB API
  cxd2820r: switch to Kernel dev_* logging
  cxd2820r: use Kernel GPIO for GPIO access
  em28xx: implement FE set_lna() callback
  cxd2820r: use static GPIO config when GPIOLIB is undefined
  DVB API: LNA documentation

 Documentation/DocBook/media/dvb/dvbproperty.xml |  16 ++
 drivers/media/dvb-core/dvb_frontend.c           |   5 +
 drivers/media/dvb-core/dvb_frontend.h           |   1 +
 drivers/media/dvb-frontends/cxd2820r.h          |  14 +-
 drivers/media/dvb-frontends/cxd2820r_c.c        |  31 ++--
 drivers/media/dvb-frontends/cxd2820r_core.c     | 211 ++++++++++++++++++------
 drivers/media/dvb-frontends/cxd2820r_priv.h     |  22 +--
 drivers/media/dvb-frontends/cxd2820r_t.c        |  33 ++--
 drivers/media/dvb-frontends/cxd2820r_t2.c       |  31 ++--
 drivers/media/usb/dvb-usb-v2/anysee.c           |   2 +-
 drivers/media/usb/em28xx/em28xx-dvb.c           |  51 +++++-
 include/linux/dvb/frontend.h                    |   4 +-
 include/linux/dvb/version.h                     |   2 +-
 13 files changed, 287 insertions(+), 136 deletions(-)

-- 
1.7.11.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-09-16  0:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17  1:35 [PATCH 0/6] DVB API LNA Antti Palosaari
2012-08-17  1:35 ` [PATCH 1/6] add LNA support for DVB API Antti Palosaari
2012-08-17  1:35 ` [PATCH 2/6] cxd2820r: switch to Kernel dev_* logging Antti Palosaari
2012-08-17  1:35 ` [PATCH 3/6] cxd2820r: use Kernel GPIO for GPIO access Antti Palosaari
2012-08-17  1:35 ` [PATCH 4/6] em28xx: implement FE set_lna() callback Antti Palosaari
2012-08-17  1:35 ` [PATCH 5/6] cxd2820r: GPIO when GPIOLIB is undefined Antti Palosaari
2012-08-17  1:35 ` [PATCH 6/6] DVB API: LNA documentation Antti Palosaari
2012-09-11 18:38   ` Mauro Carvalho Chehab
2012-09-12 11:01     ` David Waring
2012-09-12 12:45       ` Mauro Carvalho Chehab
2012-09-16  0:36         ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).