public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: r-woodruff2@ti.com, linux-omap@vger.kernel.org,
	soni.trilok@gmail.com, h-kanigeri2@ti.com, x00omar@ti.com,
	grgupta@ti.com, felipe.contreras@nokia.com,
	felipe.contreras@gmail.com, vpasam@ti.com
Subject: Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap
Date: Mon, 18 Aug 2008 16:12:18 +0300	[thread overview]
Message-ID: <20080818131218.GI17827@atomide.com> (raw)
In-Reply-To: <20080815.234833.245337318.Hiroshi.DOYU@nokia.com>

* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [080815 23:49]:
> Hi Richard,
> 
> It sounds to me that you meant that "omapzoom" should be the center of
> the bridge development because of TI's internal expertise of this
> area. I don't have any explicit objections at all and, at least, I
> will pay some respects on omapzoom since originally TI has published
> this bridge as GPLv2.
> 
> But, in any case, we need the place to work together efficiently
> now in the community. I think that "linux-omap" should have this
> bridge code in itself. In that case, one could easily participate in
> this bridge development without bridge porting from
> "omapzoom". Otherwise, everyone who mainly uses "linux-omap" has to
> port the bridge from "omapzoom" to "linux-omap" whenever one tries to
> use the bridge. And also "linux-omap" is the most active development
> place for omap kernel in public. It would be really nice if TI experts
> participate.
> 
> As for the roadmap issue, I think that it's a matter of trade-off. The
> more open it is, the more benefit it gets from the community;).

At least we need to have the DSP MMU and mailbox stuff in linux-omap
tree in a clean way that's also merged to the mainline Linux.

After that, it should be possible to build the rest of the DSP code
as a module. And not have to deal with the MMU merging pains in multiple
places everytime something changes upstream.

Regards,

Tony


> 
>      Hiroshi DOYU
> 
> From: "ext Woodruff, Richard" <r-woodruff2@ti.com>
> Subject: RE: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap
> Date: Fri, 15 Aug 2008 11:01:31 -0500
> 
> > Hi,
> > 
> > > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > > owner@vger.kernel.org] On Behalf Of Tony Lindgren
> > > * Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [080815 13:34]:
> > > > Thank you guys for your comments,
> > > >
> > > > It seems that some of the patches couldn't be sent to ML because of
> > > > the size limitation of vger.kernel.org ML. Now Tony is finding the
> > > > place to put the rest up on somewhere for review. I don't know if
> > > > reviwing these base code makes so much sense at this momenent,
> > > > though..which doesn't mean "no probelm";p
> > >
> > > I've copied your patches to:
> > >
> > > http://www.muru.com/linux/tidspbridge/
> > >
> > > > I hope that everyone could work together on this branch without any
> > > > problems eventually.
> > >
> > > We need to also figure out who's going to maintain the dspbridge
> > > branch. Ideally somebody with experience with dsp and linux..
> > 
> > Really all the design, maintenance and test experience of that code
> > is inside of TI.  This has lived for years and derivates have
> > shipped in products.  Who ever watches over it needs to be able to
> > provide a creditable multi-year commitment.
> > 
> > As part of contributing this code there has been a lot of reworking
> > of the code. Last I had heard checkpatch and sparse warnings had
> > been killed. There was also a lot of work in making sure there would
> > be no legal impact to the kernel to clear its ability to be
> > contributed.
> > 
> > If people really need it to work and not re-wait for a year, some
> > sane strategy needs to be employed. Most people in the mainline
> > kernel just won't care about a niche driver like this. As such the
> > only real gate for its inclusion is mainly _here_.
> > 
> > As there are many users/customers putting a solid and functional 1.0
> > in place would benefit everyone who needs it and would allow
> > cooperative development to ensure it would indeed work starting
> > _today_ and continuing into the future.  TI users _today_ use and
> > need this bridge.
> > 
> > Major interface and functional partitioning changes will happen as
> > such a piece of code evolves. This kind of thing seems more like 2.0
> > goals.  The point is that is something to be planned in a ToDo list.
> > Are their missing functions in what it provides today?
> > 
> > For this kind of piece to be successful it needs support from many
> > sides.
> > 
> > TI is willing to support this and has the necessary critical
> > technical context, incentive and attention span. Agreement is needed
> > on roadmap aspects of the code. If that doesn't happen what will
> > result is a lot of local patches on everyone's development tree.
> > 
> > We have been talking about hosting it on zoom as all the originators
> > and current experts of that code have direct access.

      reply	other threads:[~2008-08-18 13:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-15  6:46 [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap Hiroshi DOYU
2008-08-15  6:46 ` [PATCH 01/10] TI DSP BRIDGE: Kconfig Entry Hiroshi DOYU
     [not found]   ` <1218782824-12596-3-git-send-email-Hiroshi.DOYU@nokia.com>
     [not found]     ` <1218782824-12596-4-git-send-email-Hiroshi.DOYU@nokia.com>
2008-08-15  6:46       ` [PATCH 04/10] TI DSP BRIDGE: Generic Utilities Hiroshi DOYU
     [not found]         ` <1218782824-12596-6-git-send-email-Hiroshi.DOYU@nokia.com>
     [not found]           ` <1218782824-12596-7-git-send-email-Hiroshi.DOYU@nokia.com>
     [not found]             ` <1218782824-12596-8-git-send-email-Hiroshi.DOYU@nokia.com>
     [not found]               ` <1218782824-12596-9-git-send-email-Hiroshi.DOYU@nokia.com>
     [not found]                 ` <1218782824-12596-10-git-send-email-Hiroshi.DOYU@nokia.com>
2008-08-15  6:47                   ` [PATCH 10/10] TI DSP BRIDGE: README Hiroshi DOYU
2008-08-15  7:52 ` [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap Trilok Soni
2008-08-15  9:47   ` Felipe Contreras
2008-08-15 10:34     ` Hiroshi DOYU
2008-08-15 11:21       ` Tony Lindgren
2008-08-15 12:22         ` Hiroshi DOYU
2008-08-15 16:01         ` Woodruff, Richard
2008-08-15 17:32           ` Syed Mohammed, Khasim
2008-08-15 19:03             ` Trilok Soni
2008-08-15 19:20           ` Felipe Contreras
2008-08-15 19:28             ` Felipe Contreras
2008-08-15 20:16               ` Woodruff, Richard
2008-08-15 21:09                 ` Felipe Contreras
2008-08-15 21:59                   ` Pasam, Vijay
2008-08-16  9:57                     ` Felipe Contreras
2008-08-18  7:56                       ` Tony Lindgren
2008-08-18  8:26                         ` Trilok Soni
2008-08-18 10:15                           ` Hiroshi DOYU
2008-08-18 13:06                           ` Tony Lindgren
2008-08-18 10:43                         ` Hiroshi DOYU
2008-08-18  9:13                 ` Riku Voipio
2008-08-18 10:22                   ` Hiroshi DOYU
2008-08-18 15:53                   ` Kanigeri, Hari
2008-08-19  5:53                     ` Hiroshi DOYU
2008-08-15 21:32               ` Hunter, Jon
2008-08-16  9:26                 ` Felipe Contreras
2008-08-15 20:48           ` Hiroshi DOYU
2008-08-18 13:12             ` Tony Lindgren [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=20080818131218.GI17827@atomide.com \
    --to=tony@atomide.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=felipe.contreras@gmail.com \
    --cc=felipe.contreras@nokia.com \
    --cc=grgupta@ti.com \
    --cc=h-kanigeri2@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=r-woodruff2@ti.com \
    --cc=soni.trilok@gmail.com \
    --cc=vpasam@ti.com \
    --cc=x00omar@ti.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