This is a note to let you know that I've just added the patch titled
[media] nxt200x: increase write buffer size
to the 3.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
nxt200x-increase-write-buffer-size.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From fa1e1de6bb679f2c86da3311bbafee7eaf78f125 Mon Sep 17 00:00:00 2001
From: Mauro Carvalho Chehab <[email protected]>
Date: Mon, 13 Jan 2014 05:59:30 -0200
Subject: [media] nxt200x: increase write buffer size
From: Mauro Carvalho Chehab <[email protected]>
commit fa1e1de6bb679f2c86da3311bbafee7eaf78f125 upstream.
The buffer size on nxt200x is not enough:
...
> Dec 20 10:52:04 rich kernel: [ 31.747949] nxt200x:
nxt200x_writebytes: i2c wr reg=002c: len=255 is too big!
...
Increase it to 256 bytes.
Reported-by: Rich Freeman <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/media/dvb-frontends/nxt200x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/media/dvb-frontends/nxt200x.c
+++ b/drivers/media/dvb-frontends/nxt200x.c
@@ -40,7 +40,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
/* Max transfer size done by I2C transfer functions */
-#define MAX_XFER_SIZE 64
+#define MAX_XFER_SIZE 256
#define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw"
#define NXT2004_DEFAULT_FIRMWARE "dvb-fe-nxt2004.fw"
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/m88rs2000-set-symbol-rate-accurately.patch
queue-3.10/media-anysee-fix-non-working-e30-combo-plus-dvb-t.patch
queue-3.10/dib8000-fix-regression-with-dib807x.patch
queue-3.10/media-s5p_mfc-remove-s5p_mfc_get_node_type-function.patch
queue-3.10/dib8000-make-32-bits-read-atomic.patch
queue-3.10/m88rs2000-add-m88rs2000_set_carrieroffset.patch
queue-3.10/nxt200x-increase-write-buffer-size.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html