All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] fix buggy mxl5007t register read
@ 2013-04-09 23:53 Antti Palosaari
  2013-04-09 23:53 ` [PATCH 1/5] mxl5007t: fix buggy " Antti Palosaari
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Antti Palosaari @ 2013-04-09 23:53 UTC (permalink / raw)
  To: linux-media; +Cc: Antti Palosaari

Current MxL5007t driver implements repeated start condition (badly)
whilst device uses stop before read operation.

I added "use_broken_read_reg_intentionally" config option to avoid
regressions as I don't have all devices to test / fix.

Antti Palosaari (5):
  mxl5007t: fix buggy register read
  af9015: fix I2C adapter read (without REPEATED STOP)
  af9015: do not use buggy mxl5007t read reg
  af9035: implement I2C adapter read operation
  af9035: do not use buggy mxl5007t read reg

 drivers/media/tuners/mxl5007t.c             | 56 ++++++++++++++++++++++++++++-
 drivers/media/tuners/mxl5007t.h             |  7 ++++
 drivers/media/usb/au0828/au0828-dvb.c       |  1 +
 drivers/media/usb/dvb-usb-v2/af9015.c       |  2 +-
 drivers/media/usb/dvb-usb-v2/af9035.c       | 22 ++++++++++--
 drivers/media/usb/dvb-usb/dib0700_devices.c |  1 +
 6 files changed, 85 insertions(+), 4 deletions(-)

-- 
1.7.11.7


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-10  1:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 23:53 [PATCH 0/5] fix buggy mxl5007t register read Antti Palosaari
2013-04-09 23:53 ` [PATCH 1/5] mxl5007t: fix buggy " Antti Palosaari
2013-04-10  0:20   ` Devin Heitmueller
2013-04-10  0:45     ` Antti Palosaari
2013-04-10  1:38       ` Devin Heitmueller
2013-04-10  1:53         ` Antti Palosaari
2013-04-09 23:53 ` [PATCH 2/5] af9015: fix I2C adapter read (without REPEATED STOP) Antti Palosaari
2013-04-09 23:53 ` [PATCH 3/5] af9015: do not use buggy mxl5007t read reg Antti Palosaari
2013-04-09 23:53 ` [PATCH 4/5] af9035: implement I2C adapter read operation Antti Palosaari
2013-04-09 23:53 ` [PATCH 5/5] af9035: do not use buggy mxl5007t read reg Antti Palosaari

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.