Re: [PATCH] Fix for hanging si2168 in PCTV 292e, making code match

2018-03-07 Thread Ron Economos
org/patch/44304/, but I believe my udelay() fix addresses the actual problem. Signed-off-by: Ron Economos Signed-off-by: Mauro Carvalho Chehab Ron

[PATCH RESEND] media: dvb-frontends: Add delay to Si2168 restart.

2017-12-11 Thread Ron Economos
() fix addresses the actual problem. Signed-off-by: Ron Economos --- drivers/media/dvb-frontends/si2168.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index 41d9c51..539399d 100644 --- a/drivers/media/dvb

[PATCH]media: dvb-frontends: Add delay to Si2168 restart

2017-10-10 Thread Ron Economos
On faster CPUs a delay is required after the POWER_UP/RESUME command and the DD_RESTART command. Without the delay, the DD_RESTART command often returns -EREMOTEIO and the Si2168 does not restart. diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index 1

{PATCH] media: dvb-core: Crash from uninitialized pointer

2017-10-10 Thread Ron Economos
In the function dvb_net_ule(), the pointer h.priv is not initialized. When a ULE packet is received, the kernel crashes. diff --git a/drivers/media/dvb-core/dvb_net.c b/drivers/media/dvb-core/dvb_net.c index 06b0dcc..abfa3e5 100644 --- a/drivers/media/dvb-core/dvb_net.c +++ b/drivers/media/dvb