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 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html