All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 0/5] Convert az6007 to dvb-usb-v2
Date: Mon, 06 Aug 2012 13:11:41 +0300	[thread overview]
Message-ID: <501F985D.4040308@iki.fi> (raw)
In-Reply-To: <1344137411-27948-1-git-send-email-mchehab@redhat.com>

On 08/05/2012 06:30 AM, Mauro Carvalho Chehab wrote:
> 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%)
>

Whole patch set looks correct for my eyes.
Feel free to add tag(s) if you wish to those you want.
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>

One comment still about those log writings. Documentation says it should 
be used dev_* logging instead of pr_* in case of device driver. But I 
don't see that error should be fixed when that kind of conversion is done.


regards
Antti

-- 
http://palosaari.fi/

  parent reply	other threads:[~2012-08-06 10:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Antti Palosaari [this message]
2012-08-06 12:32   ` [PATCH 0/5] Convert az6007 to dvb-usb-v2 Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=501F985D.4040308@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.