public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Jani Nikula <jani.nikula@intel.com>, Takashi Iwai <tiwai@suse.de>,
	Markus Heiser <markus.heiser@darmarit.de>,
	Silvio Fricke <silvio.fricke@gmail.com>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH 3/9] genericirq.tmpl: convert it to ReST
Date: Fri, 31 Mar 2017 15:04:29 -0300	[thread overview]
Message-ID: <20170331150429.2e4e5ffe@vento.lan> (raw)
In-Reply-To: <20170331085711.5ff4a550@lwn.net>

Em Fri, 31 Mar 2017 08:57:11 -0600
Jonathan Corbet <corbet@lwn.net> escreveu:

> On Thu, 30 Mar 2017 17:11:30 -0300
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
> 
> [Reordering things a bit]
> 
> > +==========================
> > +Linux generic IRQ handling
> > +==========================
> > +
> > +:Copyright: |copy| 2005-2010: Thomas Gleixner
> > +:Copyright: |copy| 2005-2006:  Ingo Molnar  
> 
> It seems maybe they should have been CC'd on this one?  Adding them now
> (and leaving the full patch for their amusement).
> 
> > Brainless conversion of genericirq.tmpl book to ReST, via
> > 	Documentation/sphinx/tmplcvt  
> 
> In general this seems good, but I have to wonder how current this material
> is at this point?  The last substantive change was in 2013 (3.11), and I've
> seen a certain amount of IRQ work going by since then.  I'm not opposed to
> this move at all, but perhaps if it's outdated we should add a note to that
> effect?

Looking on the amount of c:func: references that got solved:
	http://www.infradead.org/~mchehab/kernel_docs/core-api/genericirq.html

I'd say that it doesn't seem outdated.

It mentions a __do_IRQ() function, with I was unable to found, but
I was able to find arch-dependent do_IRQ() functions, with seems to
match the concepts explained at the doc. I almost did a
	s/__do_IRQ/do_IRQ/
but, as I wasn't 100% sure, I opted to keep it as-is for others to touch.

It also mentions a request_irq() function, with is there, just without
kernel-doc markups.

Finally, it includes several core-api files with kernel-doc markups.

So, IMHO, it is worth merging it. Yet, it would be great if the ones
working on that part of the core could review and update it.

Regards,
Mauro

  parent reply	other threads:[~2017-03-31 18:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-30 20:11 [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 1/9] scripts/kernel-doc: fix parser for apostrophes Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 2/9] scripts/kernel-doc: fix handling of parameters with parenthesis Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 3/9] genericirq.tmpl: convert it to ReST Mauro Carvalho Chehab
2017-03-31 14:57   ` Jonathan Corbet
2017-03-31 15:45     ` Thomas Gleixner
2017-03-31 18:04     ` Mauro Carvalho Chehab [this message]
2017-03-30 20:11 ` [PATCH 4/9] genericirq.rst: add cross-reference links and use monospaced fonts Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 5/9] kernel-api.tmpl: convert it to ReST Mauro Carvalho Chehab
2017-03-31 15:05   ` Jonathan Corbet
2017-03-31 18:12     ` Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 6/9] kernel-api.rst: fix output of the vsnprintf() documentation Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 7/9] kernel-api.rst: make it handle lib/crc32.c Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 8/9] kernel-api.rst: fix some complex tags at lib/bitmap.c Mauro Carvalho Chehab
2017-03-30 20:11 ` [PATCH 9/9] kernel-api.rst: fix a series of errors when parsing C files Mauro Carvalho Chehab
2017-03-30 21:06   ` Bjorn Helgaas
2017-04-02 20:34 ` [PATCH 0/9] convert genericirq.tmpl and kernel-api.tmpl to DocBook Jonathan Corbet
2017-04-04 12:34   ` Mauro Carvalho Chehab

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=20170331150429.2e4e5ffe@vento.lan \
    --to=mchehab@s-opensource.com \
    --cc=bigeasy@linutronix.de \
    --cc=corbet@lwn.net \
    --cc=jani.nikula@intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=markus.heiser@darmarit.de \
    --cc=mchehab@infradead.org \
    --cc=mchehab@kernel.org \
    --cc=mingo@elte.hu \
    --cc=silvio.fricke@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.de \
    /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