From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Ralph Metzler <rjkm@metzlerbros.de>
Cc: Daniel Scheller <d.scheller.oss@gmail.com>,
linux-media@vger.kernel.org, mchehab@kernel.org,
liplianin@netup.ru, crope@iki.fi, "Jasmin J." <jasmin@anw.at>,
"Takiguchi\, Yasunari" <Yasunari.Takiguchi@sony.com>,
"tbird20d\@gmail.com" <tbird20d@gmail.com>
Subject: Re: DD support improvements (was: Re: [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware)
Date: Thu, 20 Jul 2017 12:19:34 -0300 [thread overview]
Message-ID: <20170720121934.3da2f352@vento.lan> (raw)
In-Reply-To: <22865.61290.964849.36217@morden.metzler>
Em Tue, 27 Jun 2017 07:38:50 +0200
Ralph Metzler <rjkm@metzlerbros.de> escreveu:
> Daniel Scheller writes:
> > Am Mon, 26 Jun 2017 11:59:20 +0200
> > schrieb Ralph Metzler <rjkm@metzlerbros.de>:
> >
> > > Mauro Carvalho Chehab writes:
> > > >
> > > > Splitting it is OK. Including a *.c file no. It shouldn't be hard
> > > > to
> > > [...]
> > > > change the makefile to:
> > > > obj-ddbridge = ddbridge-main.o ddbridge-core.o
> > > > ddbridge-i2c.o \ ddbridge-modulator.o and ddbridge-ns.o
> > > >
> > > > The only detail is that "ddbridge.c" should be renamed to
> > > > ddbridge-core.c (or something similar) and some *.h files will
> > > > be needed.
> > >
> > > Hmm, ddbridge -> ddbridge-main would be fine.
> >
> > Funny, that's exactly the naming I had in mind when thinking about this
> > in the past :)
> >
> > So, I'll propose a rough todo (commit list) for me (I will do and
> > care about this) then:
> >
> > - 1/4: (Step 0) Since dddvb-0.9.9b besides the split also involved
> > reordering the functions in the code, this will be repeated with the
> > current mainline driver (helps keeping the diff with the actual code
> > bump cleaner)
> > - 2/4: Do the split like done in 0.9.9 with the mainline driver, but do
> > it by having multiple objects in the makefile, adding header files
> > with prototypes where required
> > - 3/4: Bump the driver code with what is already there (means, the
> > pre-cleaned variant w/o modulator and netstream/octonet stuff)
> > - 4/4 (or 4/x): Apply any additional patches (like the "enable msi by
> > default Kconf opt, marked EXPERIMENTAL" thing I did to work around
> > the still problematic MSI IRQ stuff to let users have a better
> > experience)
> >
> > When done, I'll post the patches for early review, but they'll have a
> > hard dependency on the stv0910/stv6111 demod/tuner drivers (don't feel
> > like ripping this out since we want that support anyway).
> >
> > Additionally,I can do this for dddvb and submit it to the DigitalDevices dddvb
> > repository (GitHub Pull Request) so we're at least in-sync wrt
> > building the driver.
> >
> > Ralph, Mauro, are you ok with this?
>
> I cannot promise which changes I will accept and when. Some will likely break
> other things like building the OctopusNet image.
>
> The public DigitalDevices repository also is not the one I am using for development.
> So, changes will first go into our private repository and will only go upstream
> for releases.
Are there any way where we can help to make easier to synchronize
upstream with your internal tree?
As Daniel mentioned that he used some scripts, perhaps he can send
them for you to run on your tree.
Another alternative would be if you could release a "fork" of your
development tree before a release, as sort of "release candidate"
or something similar, at least while we're taking some efforts to
synchronize it with upstream.
Thanks,
Mauro
next prev parent reply other threads:[~2017-07-20 15:19 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-29 16:43 [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 01/13] [media] dvb-frontends/stv0367: add flag to make i2c_gatectrl optional Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 02/13] [media] dvb-frontends/stv0367: print CPAMP status only if stv_debug is enabled Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 03/13] [media] dvb-frontends/stv0367: refactor defaults table handling Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 04/13] [media] dvb-frontends/stv0367: move out tables, support multiple tab variants Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 05/13] [media] dvb-frontends/stv0367: make PLLSETUP a function, add 58MHz IC speed Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 06/13] [media] dvb-frontends/stv0367: make full reinit on set_frontend() optional Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 07/13] [media] dvb-frontends/stv0367: support reading if_khz from tuner config Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 08/13] [media] dvb-frontends/stv0367: selectable QAM FEC Lock status register Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 09/13] [media] dvb-frontends/stv0367: fix symbol rate conditions in cab_SetQamSize() Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 10/13] [media] dvb-frontends/stv0367: add defaults for use w/DD-branded devices Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 11/13] [media] dvb-frontends/stv0367: add Digital Devices compatibility Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 12/13] [media] ddbridge: add i2c_read_regs() Daniel Scheller
2017-03-29 16:43 ` [PATCH v3 13/13] [media] ddbridge: support STV0367-based cards and modules Daniel Scheller
2017-04-12 19:23 ` [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware Daniel Scheller
2017-05-07 15:42 ` Daniel Scheller
2017-05-28 21:45 ` Daniel Scheller
2017-06-19 20:18 ` Daniel Scheller
2017-06-19 22:14 ` Jasmin J.
2017-06-20 6:13 ` Thomas Kaiser
2017-06-20 12:36 ` Mauro Carvalho Chehab
2017-06-20 18:41 ` DD support improvements (was: Re: [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware) Daniel Scheller
2017-06-20 19:10 ` Mauro Carvalho Chehab
2017-06-21 20:57 ` Daniel Scheller
2017-06-22 21:35 ` Ralph Metzler
2017-06-24 16:50 ` Mauro Carvalho Chehab
2017-06-25 17:52 ` Daniel Scheller
2017-06-26 9:19 ` Mauro Carvalho Chehab
2017-06-26 9:59 ` Ralph Metzler
2017-06-26 10:14 ` Mauro Carvalho Chehab
2017-06-26 15:22 ` Daniel Scheller
2017-06-27 5:38 ` Ralph Metzler
2017-07-20 15:19 ` Mauro Carvalho Chehab [this message]
2017-06-26 15:43 ` Daniel Scheller
2017-06-26 9:45 ` Ralph Metzler
2017-06-26 10:46 ` Mauro Carvalho Chehab
2017-07-11 18:12 ` Ralph Metzler
2017-07-20 15:36 ` Mauro Carvalho Chehab
2017-06-26 18:41 ` Daniel Scheller
2017-06-20 20:54 ` [PATCH v3 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware Jasmin J.
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=20170720121934.3da2f352@vento.lan \
--to=mchehab@s-opensource.com \
--cc=Yasunari.Takiguchi@sony.com \
--cc=crope@iki.fi \
--cc=d.scheller.oss@gmail.com \
--cc=jasmin@anw.at \
--cc=linux-media@vger.kernel.org \
--cc=liplianin@netup.ru \
--cc=mchehab@kernel.org \
--cc=rjkm@metzlerbros.de \
--cc=tbird20d@gmail.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).