Re: [PATCH v2] media: helene: add I2C device probe function

2018-05-16 Thread Abylay Ospan
v, "Sony HELENE attached on addr=%x at I2C adapter %p\n", > +priv->i2c_address, priv->i2c); > + > + return 0; > +} > + > +static const struct i2c_device_id helene_id[] = { > + { "helene", }, > + {} > +}; >

Re: [PATCH] media: helene: fix tuning frequency of satellite

2018-05-16 Thread Abylay Ospan
>dtv_property_cache; > struct helene_priv *priv = fe->tuner_priv; > - int frequencykHz = p->frequency; > + int frequencykHz = p->frequency / 1000; > uint32_t frequency4kHz = 0; > u32 symbol_rate = p->symbol_rate/1000; > > -- > 2.17.0 > -- Abylay Ospan, NetUP Inc. http://www.netup.tv

Re: [PATCH] media: helene: fix xtal frequency setting at power on

2018-05-16 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2018-05-16 4:41 GMT-04:00 Katsuhiro Suzuki <suzuki.katsuh...@socionext.com>: > This patch fixes crystal frequency setting when power on this device. > > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuh...@socionext.com> > ---

Universal DTV USB receiver (“Joker TV”)

2017-08-02 Thread Abylay Ospan
transactions with TS data, etc; * RF part. Tuner and Demods, AGC, LNB, I, etc * I2C and SPI buses * CI interface Please let me know if you are interested in some topics listed above - I will describe them in more detail next time. I’m open to any comments, collaboration, discussions. Thanks ! -- Abylay

Re: [PATCH] [media] dvb-frontends/cxd2841er: do sleep on delivery system change

2017-07-31 Thread Abylay Ospan
Sorry, this patch is already in linux-next, perfect ! 2017-07-31 20:42 GMT-04:00 Abylay Ospan <aos...@netup.ru>: > Acked-by: Abylay Ospan <aos...@netup.ru> > > thanks for this fix ! > > 2017-07-11 17:06 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>:

Re: [PATCH] [media] dvb-frontends/cxd2841er: do sleep on delivery system change

2017-07-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> thanks for this fix ! 2017-07-11 17:06 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Discovered using w_scan when scanning DVB-T/T2: When w_scan goes from -T > to -T

Re: [PATCH] [media] dvb-frontends/cxd2841er: update moddesc wrt new chip support

2017-07-24 Thread Abylay Ospan
good idea :) Acked-by: Abylay Ospan <aos...@netup.ru> 2017-07-23 10:45 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Since the driver now recognizes and supports more chip variants, reflect > this fact in the

Re: [PATCH] [media] dvb-frontends/cxd2841er: require STATE_ACTIVE_* for agc readout

2017-06-29 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-06-25 6:02 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > When the demod driver puts the demod into sleep or shutdown state and it's > status is then polled e.g. vi

Re: [PATCH] [media] dvb-frontends/cxd2841er: require FE_HAS_SYNC for agc readout

2017-06-24 Thread Abylay Ospan
+++ b/drivers/media/dvb-frontends/cxd2841er.c >> @@ -3279,7 +3279,10 @@ static int cxd2841er_get_frontend(struct dvb_frontend >> *fe, >> else if (priv->state == STATE_ACTIVE_TC) >> cxd2841er_read_status_tc(fe, ); >> >> - cxd2841er_read_signal_strengt

Re: [PATCH] [media] dvb-frontends/lnbh25: improve kernellog output

2017-06-20 Thread Abylay Ospan
Looks good for me. Acked-by: Abylay Ospan <aos...@netup.ru> 2017-06-20 15:57 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Use dev_dbg() in conjunction with the %*ph format macro to print the vmon > status

Re: [PATCH v2 0/15] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator

2017-06-12 Thread Abylay Ospan
Dear Takiguchi, Roger that. Thanks for explanation ! 2017-06-13 1:35 GMT-04:00 Takiguchi, Yasunari <yasunari.takigu...@sony.com>: > Dear Abylay Ospan > > Thank you for your review and proposal. > > Unfortunately, we supposed it's difficult to cover CXD2841 functionality

Re: [PATCH v2 0/15] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator

2017-06-12 Thread Abylay Ospan
sent the patch series of Sony CXD2880 DVB-T2/T tuner + demodulator driver > on Apr/14. > Are there any comments, advices and review results for them? > > I'd like to get better understanding of current review status for our codes. > > Regards, > Takiguchi -- Abylay Ospan, NetUP Inc. http://www.netup.tv

Re: [PATCH 00/19] cxd2841er/ddbridge: support Sony CXD28xx hardware

2017-05-31 Thread Abylay Ospan
Hi Daniel, ok, perfect ! Will check this flags later when I switch back to driver :) Current situation with configurable flags is ok. 2017-05-31 16:32 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > Am Wed, 31 May 2017 08:30:34 -0400 > schrieb Abylay Ospan <aos...@ne

Re: [PATCH 00/19] cxd2841er/ddbridge: support Sony CXD28xx hardware

2017-05-31 Thread Abylay Ospan
Hi Daniel, I have ack'ed all patches related to cxd2841er. Please check am i missing something ? I see some good flags (CXD2841ER_NO_WAIT_LOCK and CXD2841ER_EARLY_TUNE). I should check it for our boards too :) 2017-05-30 10:31 GMT-04:00 Abylay Ospan <aos...@netup.ru>: > Hi Daniel, &

Re: [PATCH 17/19] [media] ddbridge: add I2C functions, add XO2 module support

2017-05-31 Thread Abylay Ospan
break; > + } > } else if (port_has_stv0900(port)) { > modname = "DUAL DVB-S2"; > port->class = DDB_PORT_TUNER; > diff --git a/drivers/media/pci/ddbridge/ddbridge.h > b/drivers/media/pci/ddbridge/ddbridge.h > index 734e18e..4e49faa 100644 > --- a/drivers/media/pci/ddbridge/ddbridge.h > +++ b/drivers/media/pci/ddbridge/ddbridge.h > @@ -48,6 +48,10 @@ > > #define DDB_LINK_TAG(_x) (_x << DDB_LINK_SHIFT) > > +#define DDB_XO2_TYPE_NONE 0 > +#define DDB_XO2_TYPE_DUOFLEX 1 > +#define DDB_XO2_TYPE_CI2 > + > struct ddb_info { > int type; > #define DDB_NONE 0 > @@ -154,6 +158,13 @@ struct ddb_port { > #define DDB_TUNER_DVBS_ST_AA2 > #define DDB_TUNER_DVBCT_TR 16 > #define DDB_TUNER_DVBCT_ST 17 > +#define DDB_TUNER_XO2_DVBS_STV0910 32 > +#define DDB_TUNER_XO2_DVBCT2_SONY 33 > +#define DDB_TUNER_XO2_ISDBT_SONY 34 > +#define DDB_TUNER_XO2_DVBC2T2_SONY 35 > +#define DDB_TUNER_XO2_ATSC_ST 36 > +#define DDB_TUNER_XO2_DVBC2T2I_SONY37 > + > u32adr; > > struct ddb_input *input[2]; > -- > 2.10.2 > -- Abylay Ospan, NetUP Inc. http://www.netup.tv

Re: [PATCH 16/19] [media] ddbridge: board control setup, ts quirk flags

2017-05-31 Thread Abylay Ospan
@@ -51,6 +55,12 @@ struct ddb_info { > char *name; > int port_num; > u32 port_type[DDB_MAX_PORT]; > + u32 board_control; > + u32 board_control_2; > + u8ts_quirks; > +#define TS_QUIRK_SERIAL 1 > +#define TS_QUIRK_REVERSED 2 > +#define TS_QUIRK_ALT_OSC 8 > }; > > /* DMA_SIZE MUST be divisible by 188 and 128 !!! */ > -- > 2.10.2 > -- Abylay Ospan, NetUP Inc. http://www.netup.tv

Re: [PATCH 15/19] [media] dvb-frontends/cxd2841er: improved snr reporting

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > On DVB-T/T2 at least, SNR might be reported as >2500dB, which not only is > just wrong but also rid

Re: [PATCH 14/19] [media] dvb-frontends/cxd2841er: more configurable TSBITS

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Bits 3 and 4 of the TSCONFIG register are important for certain hardware > constellations, in th

Re: [PATCH 13/19] [media] dvb-frontends/cxd2841er: configurable IFAGCNEG

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Adds a flag to enable or disable the IFAGCNEG bit in cxd2841er_init_tc(). > > Signed-off-by: Da

Re: [PATCH 12/19] [media] dvb-frontends/cxd2841er: make lock wait in set_fe_tc() optional

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Don't wait for FE_HAS_LOCK in set_frontend_tc() and thus don't hammer the > lock statu

Re: [PATCH 11/19] [media] dvb-frontends/cxd2841er: optionally tune earlier in set_frontend()

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > When AUTO_IFHZ is set and the tuner is supposed to provide proper IF speed > values, it should be possibl

Re: [PATCH 10/19] [media] dvb-frontends/cxd2841er: make ASCOT use optional

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > The Sony CXD28xx demods may have other tuner types attached to them (e.g. > NXP TDA18212), so don't ma

Re: [PATCH 09/19] [media] dvb-frontends/cxd2841er: TS_SERIAL config flag

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Some constellations work/need a serial TS transport mode. This adds a flag > that will toggle set u

Re: [PATCH 08/19] [media] dvb-frontends/cxd2841er: support IF speed calc from tuner values

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Add a AUTO_IFHZ flag and a function that will read IF speed values from any > attached tuner if the tuner

Re: [PATCH 07/19] [media] dvb-frontends/cxd2841er: make call to i2c_gate_ctrl optional

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Some cards/bridges wrap i2c_gate_ctrl handling with a mutex_lock(). This is > e.g. done in ddbridge to pr

Re: [PATCH 06/19] [media] dvb-frontends/cxd2841er: add variable for configuration flags

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Throughout the patch series some configuration flags will be added to the > demod driver. This patch pre

Re: [PATCH 05/19] [media] dvb-frontends/cxd2841er: replace IFFREQ calc macros into functions

2017-05-31 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > The way the MAKE_IFFREQ_CONFIG macros are written make it impossible to > pass regular integers

Re: [PATCH 04/19] [media] dvb-frontends/cxd2841er: support CXD2837/38/43ER demods/Chip IDs

2017-05-30 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Those demods are programmed in the same way as the CXD2841ER/54ER and can > be handled by this driver. S

Re: [PATCH 03/19] [media] dvb-frontends/cxd2841er: immediately unfreeze regs when done

2017-05-30 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Do unfreeze_regs() directly when accessing the demod registers is done, > and don't have multiple unfr

Re: [PATCH 02/19] [media] dvb-frontends/cxd2841er: do I2C reads in one go

2017-05-30 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Doing the I2C read operation with two calls to i2c_transfer() causes the > exclusive I2C bus

Re: [PATCH 01/19] [media] dvb-frontends/cxd2841er: remove kernel log spam in non-debug levels

2017-05-30 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2017-04-09 15:38 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > This moves the I2C debug dump into the preceding dev_dbg() call by > utilising the %*ph for

Re: [PATCH] [media] dvb-frontends/cxd2841er: define symbol_rate_min/max in T/C fe-ops

2017-03-20 Thread Abylay Ospan
Hello, looks good for me. Acked-by: Abylay Ospan <aos...@netup.ru> 2017-03-19 11:26 GMT-04:00 Daniel Scheller <d.scheller@gmail.com>: > From: Daniel Scheller <d.schel...@gmx.net> > > Fixes "w_scan -f c" complaining with > > This dvb driver is *b

Re: [PATCH] helene: fix memory leak when heleno_x_pon fails

2016-08-14 Thread Abylay Ospan
Hi Colin, It's really possible memory leak here. thanks for fix. Acked-by: Abylay Ospan <aos...@netup.ru> 2016-08-13 14:16 GMT-04:00 Colin King <colin.k...@canonical.com>: > From: Colin Ian King <colin.k...@canonical.com> > > The error return path of failed calls to

Re: [PATCH 1/4] media: pci: netup_unidvb: don't print error when adding adapter fails

2016-08-10 Thread Abylay Ospan
yes, you right. If we remove this message there is no big problem. But if we do not remove this it's also ok, right ? What the big deal to remove this type of messages (i'm just interested) ? For me it's ok to remove: Acked-by: Abylay Ospan <aos...@netup.ru> 2016-08-09 10:58 GMT-04:00 W

Re: [PATCH 1/4] media: pci: netup_unidvb: don't print error when adding adapter fails

2016-08-10 Thread Abylay Ospan
ally at runtime. > * Giving consistent and precise error messages > > This series is a first step of trying to move generic error messages > from drivers to subsystem cores. > -- Abylay Ospan, NetUP Inc. http://www.netup.tv -- To unsubscribe from this list: send the line "un

Re: [PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Abylay Ospan
n, Jul 25, 2016 at 2:38 PM, Abylay Ospan <aos...@netup.ru> wrote: >> inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep >> after each read. >> This gives us more than 1 sec of delay. Removing this delay should not >> affect demod functiona

Re: [PATCH] [dvbv5-scan] wait no more than timeout when scanning

2016-07-25 Thread Abylay Ospan
this patches if possible. Who works with lgdt3306a - please test. Hope nothing is broken. Thanks ! 2016-07-22 15:18 GMT-04:00 Mauro Carvalho Chehab <mche...@osg.samsung.com>: > Hi Abylay, > > Em Fri, 22 Jul 2016 13:54:37 -0400 > Abylay Ospan <aos...@netup.ru> escreveu: > &

[PATCH] [media] lgdt3306a: remove 20*50 msec unnecessary timeout

2016-07-25 Thread Abylay Ospan
inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep after each read. This gives us more than 1 sec of delay. Removing this delay should not affect demod functionality. Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/lgdt3306a.

[PATCHv3] [dvbv5-scan] New option 'timeout'. Wait no more than 'timeout' sec. when scanning

2016-07-25 Thread Abylay Ospan
so) if no-LOCK. CLOCK_MONOTONIC is used so we don't care about timestamps "rollup". Signed-off-by: Abylay Ospan <aos...@netup.ru> --- utils/dvb/dvbv5-scan.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb

Re: [PATCH] [media] cxd2841er: avoid misleading gcc warning

2016-07-24 Thread Abylay Ospan
Hello Arnd, thanks for patch. it looks ok. Acked-by: Abylay Ospan <aos...@netup.ru> 2016-07-13 16:42 GMT-04:00 Arnd Bergmann <a...@arndb.de>: > The addition of jump label support in dynamic_debug caused an unexpected > warning in exactly one file in the kernel: > > dri

Re: [PATCH] [dvbv5-scan] wait no more than timeout when scanning

2016-07-24 Thread Abylay Ospan
this question later. 2016-07-22 15:18 GMT-04:00 Mauro Carvalho Chehab <mche...@osg.samsung.com>: > Hi Abylay, > > Em Fri, 22 Jul 2016 13:54:37 -0400 > Abylay Ospan <aos...@netup.ru> escreveu: > >> some frontends (mentioned on lgdt3306a) wait timeout inside co

[PATCH] [dvbv5-scan] wait no more than timeout when scanning

2016-07-24 Thread Abylay Ospan
OCK. CLOCK_MONOTONIC is used so we don't care about timestamps "rollup" Signed-off-by: Abylay Ospan <aos...@netup.ru> --- utils/dvb/dvbv5-scan.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c index 689bc0b..f6bb3fc

[PATCH] [dvbv5-scan] wait no more than timeout when scanning

2016-07-22 Thread Abylay Ospan
OCK. Signed-off-by: Abylay Ospan <aos...@netup.ru> --- utils/dvb/dvbv5-scan.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c index 689bc0b..1fc33d7 100644 --- a/utils/dvb/dvbv5-scan.c +++ b/utils/dvb/dvbv5-scan.c @@ -182,1

[PATCH] [media] cxd2841er: force 8MHz bandwidth for DVB-C if specified bw not supported

2016-07-21 Thread Abylay Ospan
if specified DVB-C bandwidth not supported then force 8MHz. Should work for most cases. Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/media/dvb-frontends/cxd2841er.c b/drivers

[PATCH] [media] cxd2841er: BER and SNR reading for ISDB-T

2016-07-19 Thread Abylay Ospan
Added function to read BER for ISDB-T Also SNR values fixed for ISDB-T Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 48 ++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb-fro

[PATCH] [media] cxd2841er: freeze/unfreeze registers when reading stats

2016-07-18 Thread Abylay Ospan
ensure multiple separate register reads are from the same snapshot Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 52 + 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/drivers/media/dvb-fro

Re: [PATCH 3/3] [media] cxd2841er: Reading SNR for DVB-C added

2016-07-15 Thread Abylay Ospan
5 16:21 GMT-04:00 Abylay Ospan <aos...@netup.ru>: > now driver returns correct values for DVB-C: > SNR (in dB) > > Signed-off-by: Abylay Ospan <aos...@netup.ru> > --- > drivers/media/dvb-frontends/cxd2841er.c | 89 > ++--- > 1 file change

[PATCH 3/3] [media] cxd2841er: Reading SNR for DVB-C added

2016-07-15 Thread Abylay Ospan
now driver returns correct values for DVB-C: SNR (in dB) Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 89 ++--- 1 file changed, 81 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb-frontends/cxd2841e

[PATCH 2/3] [media] cxd2841er: Reading BER and UCB for DVB-C added

2016-07-15 Thread Abylay Ospan
now driver returns correct values for DVB-C: BER (post_bit_count and post_bit_error values) UCB (count of uncorrected errors) also, some code cleanup was done - checkpatch.pl now is happy Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.

[PATCH 1/3] [media] cxd2841er: fix switch-case for DVB-C

2016-07-15 Thread Abylay Ospan
compilation was failed with complains about duplicate case. now fixed Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/media/dvb-frontends/cxd2841er.c b/d

Re: [PATCH 2/4] cxd2841er: provide signal strength for DVB-C

2016-07-14 Thread Abylay Ospan
p->strength.stat[0].scale = FE_SCALE_RELATIVE; > + p->strength.stat[0].uvalue = strength; > + break; > case SYS_ISDBT: > strength = 65535 - cxd2841er_read_agc_gain_i( > priv, p->del

Re: [PATCH 4/4] cxd2841er: adjust the dB scale for DVB-C

2016-07-14 Thread Abylay Ospan
Hello Mauro, Acked-by: Abylay Ospan <aos...@netup.ru> I have checked values with reference signal from my modulator for DVB-C. Formula is working fine. Thanks ! 2016-07-01 10:03 GMT-04:00 Mauro Carvalho Chehab <mche...@s-opensource.com>: > Instead of using a relative frequency r

[PATCH] [media][cxd2841er] fix compilation warning

2016-06-30 Thread Abylay Ospan
function cxd2841er_init_stats should return int value Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/dvb-frontends/cxd2841er.c b/drivers/media/dvb-frontends/cxd2841er.c index 8

[PATCH] [media][cxd2841er] DVB-C read signal strength added for Sony demod

2016-06-30 Thread Abylay Ospan
cxd2841er_read_agc_gain_c added to obtain signal strength. signal strength now relay on AGC value. Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/cxd2841er.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/media/dvb-fro

Re: [PATCH] cxd2841er: Do some changes at the dvbv5 stats logic

2016-06-30 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2016-06-29 23:34 GMT-04:00 Mauro Carvalho Chehab <mche...@s-opensource.com>: > It is a good idea to measure the signal strength while > tuning, as this helps to identify if the antenna is ok. > Also, such measure helps to

Re: [PATCH] cxd2841er: Fix signal strengh for DVB-T/T2 and show it in dBm

2016-06-30 Thread Abylay Ospan
-27 Acked-by: Abylay Ospan <aos...@netup.ru> 2016-06-30 18:41 GMT-04:00 Mauro Carvalho Chehab <mche...@s-opensource.com>: > The signal strength value is reversed: the bigger the number, > the weaker is the signal. > > Fix the log

Re: [PATCH] [media] netup_unidvb: trivial fix of spelling mistake "initizalize" -> "initialize"

2016-06-24 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2016-06-24 14:00 GMT-04:00 Colin King <colin.k...@canonical.com>: > From: Colin Ian King <colin.k...@canonical.com> > > trivial fix to spelling mistake in dev_err message > > Signed-off-by: Colin Ian King <colin.k...@c

Who wants 'Open Hardware' _truly_ universal USB DTV receiver ?

2016-06-23 Thread Abylay Ospan
this info with friends or on open-source/open-hardware sites/forums, etc ! Big thanks for all ! -- Abylay Ospan, NetUP Inc. http://www.netup.tv P.S. Sorry, if this message looks like advertisement or commercial. Hope for your understanding ! -- To unsubscribe from this list: send the line

[PATCH] [media] Fix DVB-T tuning

2016-06-07 Thread Abylay Ospan
can't tune to DVB-T because 10 bytes can't be written to tuner Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/ascot2e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/ascot2e.c b/drivers/media/dvb-fro

Re: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Abylay Ospan
g/patch/34451 > > Regards, > Saso > > -Original Message- > From: linux-media-ow...@vger.kernel.org > [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Mauro Carvalho > Chehab > Sent: Tuesday, June 07, 2016 5:22 PM > To: Abylay Ospan > Cc: linux-media > Subjec

Re: [PATCH] fix semicolon.cocci warnings

2016-06-07 Thread Abylay Ospan
Acked-by: Abylay Ospan <aos...@netup.ru> 2016-06-07 11:26 GMT-04:00 kbuild test robot <fengguang...@intel.com>: > drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.c

[GIT PULL] NetUP Universal DVB (revision 1.4)

2016-05-16 Thread Abylay Ospan
) Abylay Ospan (14): [media] Add support Sony HELENE Sat/Ter Tuner [media] Add support Sony CXD2854ER demodulator [media] Fix DVB-S/S2 tune for sony ascot3a tuner [media] New hw revision 1.4 of NetUP Universal DVB card added [media] Fix CAM module memory read/write

Re: [PATCH] Disable -Wframe-larger-than warnings with KASAN=y

2015-10-16 Thread Abylay Ospan
Hello, Acked-by: Abylay Ospan <aos...@netup.ru> 2015-10-16 19:02 GMT+03:00 Andrey Ryabinin <aryabi...@virtuozzo.com>: > When the kernel compiled with KASAN=y, GCC adds redzones > for each variable on stack. This enlarges function's stack > frame and causes: >

Re: [PATCH 08/15] netup_unidvb: use pci_set_dma_mask insted of pci_dma_supported

2015-10-07 Thread Abylay Ospan
Hello, Acked-by: Abylay Ospan <aos...@netup.ru> thanks ! 2015-10-03 18:19 GMT+03:00 Christoph Hellwig <h...@lst.de>: > This ensures the dma mask that is supported by the driver is recorded > in the device structure. > > Signed-off-by: Christoph Hellwig <h...@lst.de&

Re: [kbuild-all] drivers/media/dvb-frontends/cxd2841er.c:2393:1: warning: the frame size of 2992 bytes is larger than 2048 bytes

2015-09-29 Thread Abylay Ospan
ivers/media/dvb-frontends/cxd2841er.c:2401:1: warning: the frame size of > 2984 bytes is larger than 2048 bytes [-Wframe-larger-than=] > } > ^ > ../drivers/media/dvb-frontends/cxd2841er.c: In function > 'cxd2841er_set_frontend_tc': > ../drivers/media/dvb-frontends/cxd2841er.c:

[PATCH] fix compile error when CONFIG_DVB_HORUS3A is disabled

2015-09-25 Thread Abylay Ospan
Signed-off-by: Abylay Ospan <aos...@netup.ru> --- drivers/media/dvb-frontends/horus3a.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/horus3a.h b/drivers/media/dvb-frontends/horus3a.h index b055319..c1e2d18 100644 --- a/drivers/med

Re: drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'

2015-09-25 Thread Abylay Ospan
side parameter list >> struct i2c_adapter *i2c) >> > > I had already posted a patch to fix this issue about a week ago: > > https://patchwork.linuxtv.org/patch/31401/ > > Best regards, > Javier > -- > To unsubscribe from this list: send the

[PATCH] [media] netup_unidvb: fix potential crash when spi is NULL

2015-09-25 Thread Abylay Ospan
Signed-off-by: Abylay Ospan <aos...@netup.ru> Reported-by: Dan Carpenter <dan.carpen...@oracle.com> --- drivers/media/pci/netup_unidvb/netup_unidvb_spi.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/media/pci/netup_unidvb/netup_unidvb_spi.

Re: drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'

2015-09-25 Thread Abylay Ospan
Hi Javier, Mauro, Acked-by: Abylay Ospan <aos...@netup.ru> 2015-09-21 11:21 GMT+03:00 Javier Martinez Canillas <jav...@dowhile0.org>: > Hello, > > On Sun, Sep 20, 2015 at 10:56 AM, kbuild test robot > <fengguang...@intel.com> wrote: >> Hi Kozlov, >> &g

Re: drivers/media/dvb-frontends/lnbh25.h:46:15: error: unknown type name 'dvb_frontend'

2015-09-25 Thread Abylay Ospan
Hi Javier, Mauro, Acked-by: Abylay Ospan <aos...@netup.ru> 2015-09-21 11:20 GMT+03:00 Javier Martinez Canillas <jav...@dowhile0.org>: > Hello, > > On Sun, Sep 20, 2015 at 5:17 AM, kbuild test robot > <fengguang...@intel.com> wrote: >> Hi Kozlov, >> &g

Re: drivers/media/dvb-frontends/cxd2841er.c:2393:1: warning: the frame size of 2992 bytes is larger than 2048 bytes

2015-09-25 Thread Abylay Ospan
struct cxd2841er_priv *priv = fe->demodulator_priv; > 2400 > 2401 dev_dbg(>i2c->dev, "%s(): burst mode %s\n", __func__, > > --- > 0-DAY kernel test infrastructureOpen Source Technology Center > https://lists.01.org/piperma

Re: Opening firmware source code (vhdl)

2015-02-17 Thread Abylay Ospan
Hi Luis, Great ! Please send me your address and phone in private email. I will arrange shipment. 2015-02-17 19:43 GMT-05:00 Luis de Bethencourt l...@debethencourt.com: On 17 Feb 2015 21:40, Abylay Ospan aos...@netup.ru wrote: Hi Luis, welcome ! We have some amount (5+ pcs) of boards

Re: Opening firmware source code (vhdl)

2015-02-17 Thread Abylay Ospan
-0500, Abylay Ospan wrote: Hello, We're fully opening firmware sources for our new card - NetUP Dual Universal DVB CI. License is GPLv3. Sources is VHDL for Altera FPGA EP4CGX22CF19C8 and can be compiled with Altera Quartus II (free edition). Hope this will help for enthusiasts and developers

Opening firmware source code (vhdl)

2015-02-16 Thread Abylay Ospan
part of DVB card. Source code: https://github.com/aospan/NetUP_Dual_Universal_CI-fpga Here is a description for building and uploading fw into DVB card: http://linuxtv.org/wiki/index.php/FPGA_fw_for_NetUP_Dual_Universal_CI Feel free to contact me for any questions or comments. -- Abylay Ospan

V4L read IQ data and constellation visualization added

2013-05-12 Thread Abylay Ospan
for v4l-utils: http://stand.netup.tv/downloads/iq_constellation_v4l-utils.patch Mauro, please apply this patches if they are ok ? -- Abylay Ospan -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http

LinuxTV ported to Windows

2011-11-30 Thread Abylay Ospan
Hello, We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista, XP, win7 tested). Results available under GPL and can be checkout from git repository: https://github.com/netup/netup-dvb-s2-ci-dual Binary builds (ready to install) available in build directory. Currently NetUP

Re: LinuxTV ported to Windows

2011-11-30 Thread Abylay Ospan
Hi Walter, On 30.11.2011 21:46, Walter Van Eetvelt wrote: Nice! How is the CI implementation? it's ok. Working fine under windows including MMI. Professional CAM's (with multi-PID descramble) are tested. Can both CI's be used by both tuners? Or is one CI bound to one tuner? First CI slot

Re: LinuxTV ported to Windows

2011-11-30 Thread Abylay Ospan
Hi Devin, Thanks for this idea. Need to investigate. Currently we've made porting and released the results without any license violations in mind ... On 30.11.2011 20:23, Devin Heitmueller wrote: 2011/11/30 Abylay Ospanaos...@netup.ru: Hello, We have ported linuxtv's cx23885+CAM

Re: [GIT PULL] NetUP Dual DVB-T/C CI RF card

2011-07-20 Thread Abylay Ospan
) are available in the git repository at: git://git.netup.tv/git/linux-3.0-netup.git netup-fw Abylay Ospan (3): NetUP Dual DVB-T/C CI RF: load firmware according card revision Don't fail if videobuf_dvb_get_frontend return NULL NetUP Dual DVB-T/C CI RF: force card hardware revision by module

[GIT PULL] NetUP Dual DVB-T/C CI RF card

2011-07-18 Thread Abylay Ospan
) are available in the git repository at: http://stand.netup.tv/gitweb/?p=linux-3.0-netup netup_fw Abylay Ospan (3): NetUP Dual DVB-T/C CI RF: load firmware according card revision Don't fail if videobuf_dvb_get_frontend return NULL NetUP Dual DVB-T/C CI RF: force card hardware revision

[PATCH 1/1] Update stv0900 status when LOCK is missed

2011-02-14 Thread Abylay Ospan
Update stv0900 status when LOCK is missed Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0900_core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0900_core.c b/drivers/media/dvb/frontends

[PATCH 1/1] Update stv0900 status when LOCK is missed

2011-01-26 Thread Abylay Ospan
Update stv0900 status when LOCK is missed Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0900_core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0900_core.c b/drivers/media/dvb/frontends

[PATCH 1/5 v2] cx23885: Altera FPGA CI interface reworked.

2011-01-02 Thread Abylay Ospan
It decreases I2C traffic. Signed-off-by: Abylay Ospan aos...@netup.ru Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-dvb.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885

[PATCH 2/5 v2] stv0367: change default value for AGC register.

2011-01-02 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 68d7d7d..b85b9b9 100644 --- a/drivers/media/dvb

[PATCH 3/5 v2] stv0367: implement uncorrected blocks counter.

2011-01-02 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index b85b9b9..67301a3 100644

[PATCH 4/5 v2] Fix CI code for NetUP Dual DVB-T/C CI RF card

2011-01-02 Thread Abylay Ospan
CI reset takes several seconds on some CAM, so there is no need to lock mutex all that time. Also we need not to preserve CI's reset bits in CIBUSCTRL register, they are handled automatically by FPGA. Set it to 0 explicitly in order to not reset wrong CAM. Signed-off-by: Abylay Ospan aos

[PATCH 5/5 v2] Force xc5000 firmware loading for NetUP Dual DVB-T/C CI RF card

2011-01-02 Thread Abylay Ospan
Two xc5000 tuners connected to same i2c bus. Experiments shows that situation when one tuner is not initialized while other is tuned to channel causes TS errors. Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/video/cx23885/cx23885-dvb.c |5 - 1 files changed, 4 insertions

[PATCH 12/18] stv0367: implement uncorrected blocks counter.

2011-01-01 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 9439388..aaa2b44 100644

[PATCH 16/18] Fix CI code for NetUP Dual DVB-T/C CI RF card

2011-01-01 Thread Abylay Ospan
CI reset takes several seconds on some CAM, so there is no need to lock mutex all that time. Also we need not to preserve CI's reset bits in CIBUSCTRL register, they are handled automatically by FPGA. Set it to 0 explicitly in order to not reset wrong CAM. Signed-off-by: Abylay Ospan aos

[PATCH 17/18] Force xc5000 firmware loading for NetUP Dual DVB-T/C CI RF card

2011-01-01 Thread Abylay Ospan
Two xc5000 tuners connected to same i2c bus. Experiments shows that situation when one tuner is not initialized while other is tuned to channel causes TS errors. Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/video/cx23885/cx23885-dvb.c |5 - 1 files changed, 4 insertions

[PATCH 11/18] stv0367: change default value for AGC register.

2010-12-30 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index e6bee7f..9439388 100644 --- a/drivers/media/dvb

[PATCH 12/18] stv0367: implement uncorrected blocks counter.

2010-12-30 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 9439388..aaa2b44 100644

[PATCH 08/18] cx23885: Altera FPGA CI interface reworked.

2010-12-30 Thread Abylay Ospan
It decreases I2C traffic. Signed-off-by: Abylay Ospan aos...@netup.ru Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-dvb.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885

[RESEND PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-ci_init-fix-new

2010-07-10 Thread Abylay Ospan
Mauro, please pull fixed tree: http://udev.netup.ru/hg/v4l-dvb-aospan-ci_init-fix-new/ This is very urgent fix. Thanks to Dan Carpentererro...@gmail.com for patch. Thanks ! On 05.06.2010 16:05, Dan Carpenter wrote: videobuf_dvb_register_bus() returns negative error codes on failure. This