Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-05-24 Thread Andreas Regel
Am 15.05.2012 14:43, schrieb Manu Abraham: > Hi Andreas, > > Sorry about the late reply. > > Which datasheet revision are you using ? I looked at RevG and found that the > register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2 > on Page 227. > > Did you overlook that by some ch

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-05-15 Thread Manu Abraham
Hi Andreas, Sorry about the late reply. Which datasheet revision are you using ? I looked at RevG and found that the register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2 on Page 227. Did you overlook that by some chance ? Best Regards, Manu On Tue, Feb 28, 2012 at 2:12 AM,

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-03-11 Thread Andreas Regel
Hi Mauro, it should be OK now. --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index 4aef1

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-03-11 Thread Mauro Carvalho Chehab
Em 27-02-2012 17:42, Andreas Regel escreveu: > Fix typo in register macros of ERRCNT2. Patch is line-wrapped: patch -p1 -i patches/lmml_10078_1_3_stv090x_fix_typo_in_register_macros.patch --dry-run -t -N patching file drivers/media/dvb/frontends/stv090x.c patch: malformed patch at line 33:

[PATCH 1/3] stv090x: Fix typo in register macros

2012-02-27 Thread Andreas Regel
Fix typo in register macros of ERRCNT2. Signed-off-by: Andreas Regel --- drivers/media/dvb/frontends/stv090x.c |2 +- drivers/media/dvb/frontends/stv090x_reg.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/me