From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Marco Felsch <m.felsch@pengutronix.de>
Cc: robh+dt@kernel.org, mark.rutland@arm.com, kernel@pengutronix.de,
devicetree@vger.kernel.org, p.zabel@pengutronix.de,
javierm@redhat.com, laurent.pinchart@ideasonboard.com,
sakari.ailus@linux.intel.com, afshin.nasser@gmail.com,
linux-media@vger.kernel.org
Subject: Re: [PATCH v3 0/9] TVP5150 fixes and new features
Date: Wed, 5 Dec 2018 07:57:40 -0200 [thread overview]
Message-ID: <20181205075740.064e0f36@coco.lan> (raw)
In-Reply-To: <20181109134624.2fxin2erjun57lrh@pengutronix.de>
Hi Marco,
Em Fri, 9 Nov 2018 14:46:24 +0100
Marco Felsch <m.felsch@pengutronix.de> escreveu:
> Hi Mauro,
>
> I don't want to spam you. Can you give me some feedback? I know the
> merge window is a busy time, so maybe you have some time now.
Sorry for taking so long on looking into it... has been really busy
those days :-(
I applied patch 2/9. Patch 3 doesn't apply. Would you mind
rebasing it on the top of upstream? there are some non-trivial
conflicts (perhaps I just missed some other preparation patch?).
I suspect that it would be easier if you could rebase your tree
on the top of the latest upstream one, e. g.:
git://linuxtv.org/media_tree.git
(master branch)
Regards,
Mauro
>
> Regards,
> Marco
>
> On 18-10-29 19:41, Marco Felsch wrote:
> > Hi Mauro,
> >
> > just a reminder, Rob already added his ack/rev-by tags.
> >
> > Thanks,
> > Marco
> >
> > On 18-09-18 15:14, Marco Felsch wrote:
> > > Hi,
> > >
> > > this is my v3 with the integrated reviews from my v2 [1]. This serie
> > > applies to Mauro's experimental.git [2].
> > >
> > > @Mauro:
> > > Patch ("media: tvp5150: fix irq_request error path during probe") is new
> > > in this series. Maybe you can squash them with ("media: tvp5150: Add sync lock
> > > interrupt handling"), thanks.
> > >
> > > I've tested this series on a customer dt-based board. Unfortunately I
> > > haven't a device which use the em28xx driver. So other tester a welcome :)
> > >
> > > [1] https://www.spinics.net/lists/devicetree/msg244129.html
> > > [2] https://git.linuxtv.org/mchehab/experimental.git/log/?h=tvp5150-4
> > >
> > > Javier Martinez Canillas (1):
> > > partial revert of "[media] tvp5150: add HW input connectors support"
> > >
> > > Marco Felsch (7):
> > > media: tvp5150: fix irq_request error path during probe
> > > media: tvp5150: add input source selection of_graph support
> > > media: dt-bindings: tvp5150: Add input port connectors DT bindings
> > > media: v4l2-subdev: add stubs for v4l2_subdev_get_try_*
> > > media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency
> > > media: tvp5150: add FORMAT_TRY support for get/set selection handlers
> > > media: tvp5150: add s_power callback
> > >
> > > Michael Tretter (1):
> > > media: tvp5150: initialize subdev before parsing device tree
> > >
> > > .../devicetree/bindings/media/i2c/tvp5150.txt | 92 ++-
> > > drivers/media/i2c/tvp5150.c | 657 +++++++++++++-----
> > > include/dt-bindings/media/tvp5150.h | 2 -
> > > include/media/v4l2-subdev.h | 15 +-
> > > 4 files changed, 584 insertions(+), 182 deletions(-)
> > >
> > > --
> > > 2.19.0
> > >
> > >
> > >
> >
> > --
> > Pengutronix e.K. | |
> > Industrial Linux Solutions | http://www.pengutronix.de/ |
> > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
> >
> >
>
Thanks,
Mauro
prev parent reply other threads:[~2018-12-05 9:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-18 13:14 [PATCH v3 0/9] TVP5150 fixes and new features Marco Felsch
2018-09-18 13:14 ` [PATCH v3 1/9] partial revert of "[media] tvp5150: add HW input connectors support" Marco Felsch
2018-09-25 15:20 ` Rob Herring
2018-09-18 13:14 ` [PATCH v3 2/9] media: tvp5150: fix irq_request error path during probe Marco Felsch
2018-10-30 23:21 ` Laurent Pinchart
2018-09-18 13:14 ` [PATCH v3 3/9] media: tvp5150: add input source selection of_graph support Marco Felsch
2018-09-18 13:14 ` [PATCH v3 4/9] media: dt-bindings: tvp5150: Add input port connectors DT bindings Marco Felsch
2018-09-26 22:49 ` Rob Herring
2018-09-18 13:14 ` [PATCH v3 5/9] media: v4l2-subdev: add stubs for v4l2_subdev_get_try_* Marco Felsch
2018-09-18 13:14 ` [PATCH v3 6/9] media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency Marco Felsch
2018-09-19 10:45 ` Sakari Ailus
2018-09-19 12:37 ` Marco Felsch
2018-09-18 13:14 ` [PATCH v3 7/9] media: tvp5150: add FORMAT_TRY support for get/set selection handlers Marco Felsch
2018-09-18 13:14 ` [PATCH v3 8/9] media: tvp5150: initialize subdev before parsing device tree Marco Felsch
2018-09-18 13:14 ` [PATCH v3 9/9] media: tvp5150: add s_power callback Marco Felsch
2018-10-29 18:41 ` [PATCH v3 0/9] TVP5150 fixes and new features Marco Felsch
2018-11-09 13:46 ` Marco Felsch
2018-12-05 9:57 ` Mauro Carvalho Chehab [this message]
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=20181205075740.064e0f36@coco.lan \
--to=mchehab@kernel.org \
--cc=afshin.nasser@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=javierm@redhat.com \
--cc=kernel@pengutronix.de \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=mark.rutland@arm.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).