All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Convert az6007 to dvb-usb-v2
@ 2012-08-05  3:30 Mauro Carvalho Chehab
  2012-08-05  3:30 ` [PATCH 1/5] [media] dvb-usb-v2: Fix cypress firmware compilation Mauro Carvalho Chehab
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2012-08-05  3:30 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List, Antti Palosaari

Now that dvb-usb-v2 patches got merged, convert az6007 to use it, as,
in thesis, several core bugs at dvb-usb were fixed.

Also, driver became a little more simple than before, as the number of
lines reduced a little bit.

No noticeable changes should be noticed... I hope ;)

Mauro Carvalho Chehab (5):
  [media] dvb-usb-v2: Fix cypress firmware compilation
  [media] dvb-usb-v2: Don't ask user to select Cypress firmware module
  [media] az6007: convert it to use dvb-usb-v2
  [media] az6007: fix the I2C W+R logic
  [media] az6007: Fix the number of parameters for QAM setup

 drivers/media/dvb/dvb-usb-v2/Kconfig               |  17 +-
 drivers/media/dvb/dvb-usb-v2/Makefile              |   6 +-
 drivers/media/dvb/{dvb-usb => dvb-usb-v2}/az6007.c | 385 +++++++++------------
 drivers/media/dvb/dvb-usb/Kconfig                  |   8 -
 drivers/media/dvb/dvb-usb/Makefile                 |   3 -
 5 files changed, 178 insertions(+), 241 deletions(-)
 rename drivers/media/dvb/{dvb-usb => dvb-usb-v2}/az6007.c (64%)

-- 
1.7.11.2


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

end of thread, other threads:[~2012-08-06 12:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05  3:30 [PATCH 0/5] Convert az6007 to dvb-usb-v2 Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 1/5] [media] dvb-usb-v2: Fix cypress firmware compilation Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 2/5] [media] dvb-usb-v2: Don't ask user to select Cypress firmware module Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 3/5] [media] az6007: convert it to use dvb-usb-v2 Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 4/5] [media] az6007: fix the I2C W+R logic Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 5/5] [media] az6007: Fix the number of parameters for QAM setup Mauro Carvalho Chehab
2012-08-06 10:11 ` [PATCH 0/5] Convert az6007 to dvb-usb-v2 Antti Palosaari
2012-08-06 12:32   ` Mauro Carvalho Chehab

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.