From: Tony Lindgren <tony@atomide.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
ksummit-discuss@lists.linuxfoundation.org,
Dave Airlie <airlied@linux.ie>,
"Nikula, Jani" <jani.nikula@linux.intel.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Grant Likely <grant.likely@linaro.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [Ksummit-discuss] [CORE TOPIC] (group) maintainership models
Date: Tue, 2 Aug 2016 02:49:56 -0700 [thread overview]
Message-ID: <20160802094956.GY28563@atomide.com> (raw)
In-Reply-To: <3068774.8abq2MRDm7@avalon>
* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [160802 01:33]:
> On Tuesday 02 Aug 2016 09:48:53 Peter Ujfalusi wrote:
> > >> drivers/media/platform/omap/omap_vout_vrfb.c
> >
> > Needs the interleaved transfer type support in omap-dma. Now it is in -next.
>
> Thank you for your work on this. When you'll have patches for
> omap_vout_vrfb.c, please let me know and I'll test them.
>
> > >> drivers/mtd/onenand/omap2.c
> >
> > Using memcpy, I have sent the patches:
> > https://patchwork.kernel.org/patch/7842891/
> > https://patchwork.kernel.org/patch/7851881/
> >
> > but I need to revisit. I think the 'fix' will be to drop the DMA support
> > from it.
Yeah let's remove the DMA support from onenand/omapp.c. It's
wrongly using GPIO line instead of the external DMA trigger
line, and already mostly disabled. I doubt that anybody will
miss the DMA support here.
> > >> drivers/usb/gadget/udc/omap_udc.c
> > >> drivers/usb/musb/tusb6010_omap.c
> >
> > They are mostly slave implementations, but. As I recall they do some really
> > interesting non symmetric setup for the TX/RX DMA which I still need to
> > figure out. And I'm looking for HW to check for regression...
I think the omap_udc.c is also used for modems on omap4 based
phones?
The tusb6010_omap.c case is a very good test case with variable
size ping test over USB Ethernet :) It's probably also the only
mainline DMA test case for omap external DMA request pins, so I'd
rather have it updated,
> > >> (and a bit of drivers/video/fbdev/omap/omapfb_main.c)
> >
> > Hrm, that is OMAP1. Looks like highly coupled with mach-omap1/lcd_dma.c.
> > This is going to be a bit complicated IMHO.
> >
> > > Peter?
> > >
> > >> I guess we could improve build coverage by moving
> > >> arch/arm/plat-omap/dma.c into drivers/dma/omap-dma.c, but that
> > >> has the disadvantage of exposing a nonstandard interface from
> > >> somewhere inside of the dmaengine subsystem.
> > >
> > > yeah that won't be nice. I think we should get these removed... We have
> > > omap as well as edma driver in dmaengine.
> >
> > 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.
We can move the omap1 legacy dma support to be mach-omap1 specific
once the problem drivers are fixed.
Regards,
Tony
next prev parent reply other threads:[~2016-08-02 9:57 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 [this message]
2016-08-02 8:41 ` Russell King - ARM Linux
2016-08-02 9:21 ` Laurent Pinchart
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=20160802094956.GY28563@atomide.com \
--to=tony@atomide.com \
--cc=airlied@linux.ie \
--cc=grant.likely@linaro.org \
--cc=jani.nikula@linux.intel.com \
--cc=ksummit-discuss@lists.linuxfoundation.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux@arm.linux.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