From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Russell King - ARM Linux <linux@armlinux.org.uk>
Cc: ksummit-discuss@lists.linuxfoundation.org, "Nikula,
Jani" <jani.nikula@linux.intel.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Dave Airlie <airlied@linux.ie>,
Grant Likely <grant.likely@linaro.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [Ksummit-discuss] [CORE TOPIC] (group) maintainership models
Date: Tue, 02 Aug 2016 12:21:16 +0300 [thread overview]
Message-ID: <2283297.XPLgoHqr42@avalon> (raw)
In-Reply-To: <20160802084136.GF1041@n2100.armlinux.org.uk>
Hi Russell,
On Tuesday 02 Aug 2016 09:41:36 Russell King - ARM Linux wrote:
> On Tue, Aug 02, 2016 at 09:48:53AM +0300, Peter Ujfalusi wrote:
> > I'm not going to move the legacy API under dmaengine, it makes no sense.
> >
> > My plan is to do what I did with the eDMA driver stack:
> > - convert drivers using the legacy API to dmaengine
> > - 'merge' the code from plat-omap to the dmaengine driver
> > - while doing this the legacy API will vanish along with the
> > plat-omap/dma.c
> >
> > As with the eDMA, the sDMA stack will need some cleanup, but the good
> > thing is that the dmaengine driver have minimal dependency on the legacy
> > plat-omap/dma.c API.
>
> I totally oppose moving arch/arm/plat-omap/dma.c into drivers/dma.
> The omap-dma driver in drivers/dma is a replacement modern driver
> for the legacy crap, and most users of the legacy crap have been
> converted.
>
> Why we still have users of the legacy crap is because:
>
> (a) they don't fit into the DMA engine API very well
> (b) I don't have hardware to be able to test them
>
> and, because of that, I'm not going to start proposing DMA engine API
> extensions to support something that I've no way to even test.
>
> I've asked for help from TI on this when I was woring on the DMA
> engine implementation, and there was no interest - it kept being
> put back on me as something for me to sort. It became an impossible
> situation.
>
> So, how things were left was that I'd introduce a warning into the
> legacy driver, and in a few years time we'd strip it out of users
> and delete the legacy driver.
>
> The warning (which is rather large, because it's a WARN(), so
> involves a kernel stack dump) has not produced (afaik) any complaints
> from anyone. So, we can probably conclude that any of these drivers
> which are using the legacy DMA code are probably not being used.
I know of devices that ship with a recent kernel (v4.4 last time I checked)
patched to remove the warning. We could argue that the vendor should submit
patches to fix the offending driver(s), but the reality is that they don't
have enough kernel development experience to do so. This doesn't mean we have
to fix the problem for them, but I'm afraid we can't conclude this easily that
those drivers are not used.
> This means we can save ourselves a lot of work and just delete all
> these drivers using the legacy OMAP DMA along with the legacy OMAP
> DMA driver.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2016-08-02 9:21 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-20 12:11 Daniel Vetter
2016-07-22 20:02 ` Darren Hart
2016-07-25 5:57 ` Daniel Vetter
2016-07-26 16:22 ` Darren Hart
2016-07-28 22:13 ` Bjorn Helgaas
2016-07-26 16:45 ` Olof Johansson
2016-07-27 3:04 ` Vinod Koul
2016-07-27 5:34 ` Wolfram Sang
2016-07-27 7:53 ` Arnd Bergmann
2016-07-27 12:57 ` Vinod Koul
2016-07-27 14:22 ` Mark Brown
2016-07-27 17:15 ` Vinod Koul
2016-07-28 8:44 ` Arnd Bergmann
2016-07-28 23:48 ` Alexandre Belloni
2016-07-29 0:06 ` Stephen Rothwell
2016-07-31 17:57 ` Vinod Koul
2016-08-01 6:56 ` Arnd Bergmann
2016-08-01 7:36 ` Laurent Pinchart
2016-08-01 14:10 ` Arnd Bergmann
2016-08-02 4:46 ` Vinod Koul
2016-08-02 6:48 ` Peter Ujfalusi
2016-08-02 7:27 ` Arnd Bergmann
2016-08-02 8:29 ` Peter Ujfalusi
2016-08-02 8:33 ` Laurent Pinchart
2016-08-02 9:49 ` Tony Lindgren
2016-08-02 8:41 ` Russell King - ARM Linux
2016-08-02 9:21 ` Laurent Pinchart [this message]
2016-08-02 9:27 ` Russell King - ARM Linux
2016-09-02 10:46 ` Vinod Koul
2016-09-02 17:25 ` Linus Torvalds
2016-09-02 20:06 ` Arnd Bergmann
2016-09-02 20:26 ` Linus Torvalds
2016-09-02 20:43 ` Julia Lawall
2016-09-02 20:50 ` Linus Torvalds
2016-09-02 22:16 ` Benjamin Herrenschmidt
2016-09-03 14:02 ` Michael Ellerman
2016-09-02 23:35 ` Arnd Bergmann
2016-09-04 17:45 ` Geert Uytterhoeven
2016-09-04 17:59 ` Linus Torvalds
2016-09-03 0:07 ` Mark Brown
2016-07-27 12:59 ` Daniel Vetter
2016-07-27 13:03 ` Daniel Vetter
2016-08-01 14:42 ` Jani Nikula
2016-09-07 5:03 Leon Romanovsky
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=2283297.XPLgoHqr42@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=airlied@linux.ie \
--cc=grant.likely@linaro.org \
--cc=jani.nikula@linux.intel.com \
--cc=ksummit-discuss@lists.linuxfoundation.org \
--cc=linux@armlinux.org.uk \
--cc=peter.ujfalusi@ti.com \
--cc=torvalds@linux-foundation.org \
/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