From: Greg KH <gregkh@linuxfoundation.org>
To: Enric Balletbo Serra <eballetbo@gmail.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Sjoerd Simons <sjoerd.simons@collabora.co.uk>,
Javier Martinez Canillas <javier@dowhile0.org>,
span@analogixsemi.com, nathan.chung@mediatek.com
Subject: Re: [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix.
Date: Sun, 6 Sep 2015 23:46:16 -0700 [thread overview]
Message-ID: <20150907064616.GA30173@kroah.com> (raw)
In-Reply-To: <CAFqH_51Cz36zM4EndTAJBujm-TZ6CGzpsfdunT_0G7cNNKuLtw@mail.gmail.com>
On Mon, Sep 07, 2015 at 07:41:08AM +0200, Enric Balletbo Serra wrote:
> 2015-09-07 1:27 GMT+02:00 Greg KH <gregkh@linuxfoundation.org>:
> > On Sun, Sep 06, 2015 at 11:14:02PM +0200, Enric Balletbo i Serra wrote:
> >> The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter
> >> designed for portable devices.
> >>
> >> This driver adds initial support and supports HDMI to DP pass-through mode.
> >>
> >> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> >> ---
> >> drivers/staging/Kconfig | 2 +
> >> drivers/staging/Makefile | 1 +
> >> drivers/staging/slimport/Kconfig | 7 +
> >> drivers/staging/slimport/Makefile | 4 +
> >> drivers/staging/slimport/slimport.c | 301 +++
> >> drivers/staging/slimport/slimport.h | 49 +
> >> drivers/staging/slimport/slimport_tx_drv.c | 3293 ++++++++++++++++++++++++++++
> >> drivers/staging/slimport/slimport_tx_drv.h | 254 +++
> >> drivers/staging/slimport/slimport_tx_reg.h | 786 +++++++
> >
> > Why is this a staging driver?
> > What prevents it from being merged into the "real" part of the kernel
> > tree?
> >
>
> I'll be glad to move the driver to their subsystem if you think it's a
> the better place. Basically there are two reasons why I send the
> driver to the staging directory. The first one is because my test
> environment is a bit limited, with my environment I can only test the
> HDMI to DisplayPort pass-through mode so the driver builds but it's
> partially tested. The second one is that I expect I'll need to
> refactor some code, specially in slimport_tx_drv.c file to be
> accepted, I decided not change too much this file from the original to
> not break the functionality, so I thought that will be better send
> first to the staging driver to have first reviews.
>
> > All staging drivers need a TODO file, listing what needs to be done and
> > who is in charge of it. I can't take this without that added.
> >
>
> ok, I'll add in the next series once received some feedback (or move
> to the video subsystem)
I suggest trying to get it merged "properly" first before having to
fall-back to the staging subsystem.
thanks,
greg k-h
next prev parent reply other threads:[~2015-09-07 6:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-06 21:13 [PATCH 0/3] Add initial support for slimport anx78xx Enric Balletbo i Serra
2015-09-06 21:14 ` [PATCH 1/3] of: Add vendor prefix for Analogix Semiconductor, Inc Enric Balletbo i Serra
2015-09-06 21:14 ` [PATCH 2/3] devicetree: Add new ANX7814 SlimPort transmitter binding Enric Balletbo i Serra
2015-09-06 21:14 ` [PATCH 3/3] staging: slimport: Add anx7814 driver support by analogix Enric Balletbo i Serra
2015-09-06 23:27 ` Greg KH
2015-09-07 5:41 ` Enric Balletbo Serra
2015-09-07 6:46 ` Greg KH [this message]
2015-09-09 3:38 ` Daniel Kurtz
2015-09-09 3:38 ` Daniel Kurtz
2015-09-09 7:10 ` Enric Balletbo Serra
2015-09-09 7:10 ` Enric Balletbo Serra
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=20150907064616.GA30173@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=eballetbo@gmail.com \
--cc=javier@dowhile0.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nathan.chung@mediatek.com \
--cc=sjoerd.simons@collabora.co.uk \
--cc=span@analogixsemi.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.