Re: docs tree

2019-02-01 Thread Markus Heiser
Am 02.02.19 um 02:49 schrieb Tobin C. Harding: On Fri, Feb 1, 2019, at 14:41, Jonathan Corbet wrote: On Wed, 30 Jan 2019 21:16:21 -0500 "Tobin C. Harding" wrote: Ouch, failing in public is fun. Thanks Randy That's how kernel development is done in the end...:) It is actually one of the t

[PATCH 6/8] Documentation: fb: sm712fb: add information mainly about 2D.

2019-02-01 Thread Yifeng Li
This commits add information about 32-bit color, 2D acceleration, as well as adding additional, general information about the hardware and many existing problems of the sm712fb driver. Signed-off-by: Yifeng Li --- Documentation/fb/sm712fb.txt | 123 +++ 1 file cha

Re: docs tree

2019-02-01 Thread Tobin C. Harding
On Fri, Feb 1, 2019, at 14:41, Jonathan Corbet wrote: > On Wed, 30 Jan 2019 21:16:21 -0500 > "Tobin C. Harding" wrote: > > > Ouch, failing in public is fun. Thanks Randy > > That's how kernel development is done in the end...:) It is actually one of the things I like about it. Keeps one hones

Re: [PATCH v2] ipconfig: add carrier_timeout kernel parameter

2019-02-01 Thread David Miller
From: Martin Kepplinger Date: Thu, 31 Jan 2019 11:14:18 +0100 > commit 3fb72f1e6e61 ("ipconfig wait for carrier") added a > "wait for carrier" policy, with a fixed worst case maximum wait > of two minutes. > > Now make the wait for carrier timeout configurable on the kernel > commandline and use

Re: [PATCH] doc: process: GPL -> GPL-compatible

2019-02-01 Thread Jonathan Corbet
On Tue, 22 Jan 2019 10:34:08 +0100 Adam Borowski wrote: > Drivers under MIT, BSD-17-clause, or uncle-Bob's-newest-take-on-PD are > all fine, not just GPL. > > Signed-off-by: Adam Borowski > --- > Not reformatting to fill lines, it'll semi-conflict with another patch > that's been acked but not

Re: [PATCH] stable-kernel-rules.rst: add link to networking patch queue

2019-02-01 Thread Jonathan Corbet
On Tue, 22 Jan 2019 19:46:32 +0100 Greg Kroah-Hartman wrote: > The networking maintainer keeps a public list of the patches being > queued up for the next round of stable releases. Be sure to check there > before asking for a patch to be applied so that you do not waste > people's time. > > Sig

Re: [PATCH v2] doc: Change LXR references to elixir.bootlin.com

2019-02-01 Thread Jonathan Corbet
On Wed, 30 Jan 2019 18:25:15 +0100 Jonathan Neuschäfer wrote: > Recently, Free Electrons was renamed to Bootlin[1]. Less recently, the > Linux Cross Reference (LXR) at lxr.free-electrons.com was replaced by > Elixir[2], and lxr.free-electrons.com redirected first to > elixir.free-electrons.com an

Re: [PATCH v3 0/3] update infiniband uverbs documentation

2019-02-01 Thread Jonathan Corbet
On Fri, 1 Feb 2019 09:52:52 -0700 Jason Gunthorpe wrote: > Doc folks, what is the feedback on these patches? Should I take > them through the rdma tree? If you think they are ready (it seemed that there were still comments on one of the patches?) I'll take them, just let me know. Thanks, jon (

Re: [PATCH 3/3] docs: Use underscore not hyphen in label

2019-02-01 Thread Jonathan Corbet
On Fri, 1 Feb 2019 07:56:08 +1100 "Tobin C. Harding" wrote: > > > From: "Tobin C. Harding" > > > > > > sphinx emits warning > > > > > >WARNING: undefined label: memory-allocation ... > > > > Weird, for me it works fine. The generated html at kernel.org [1] also > > seems to be Ok...

Re: [PATCH] docs: kernel-doc: typo "documentaion"

2019-02-01 Thread Jonathan Corbet
On Fri, 1 Feb 2019 14:04:16 -0800 frowand.l...@gmail.com wrote: > Fix a typo in kernel-doc.rst > > Signed-off-by: Frank Rowand Applied, thanks. jon

Re: [PATCH] docs: kernel-doc: update commands to generate man page

2019-02-01 Thread Jonathan Corbet
On Fri, 1 Feb 2019 13:54:39 -0800 frowand.l...@gmail.com wrote: > (1) The command to generate man pages is truncated in the pdf version > of the document. Reformat the command into multiple lines to prevent > the truncation. > > (2) Older versions of git do not support all variants of pathspec

Re: [PATCH v2 3/3] hwmon: (lm85) add support for LM96000 high frequencies

2019-02-01 Thread Guenter Roeck
On Thu, Jan 31, 2019 at 03:06:17PM -0700, Jeremy Gebben wrote: > This chip expands the freqency field from 3 to 4 bits, to > add more frequencies in the 22.5 to 30 kHz ranges. > "This chip" -> LM96000 > Signed-off-by: Jeremy Gebben > --- > Documentation/hwmon/lm85 | 3 +++ > drivers/hwmon/lm85.

[PATCH] docs: kernel-doc: typo "documentaion"

2019-02-01 Thread frowand . list
From: Frank Rowand Fix a typo in kernel-doc.rst Signed-off-by: Frank Rowand --- Documentation/doc-guide/kernel-doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst index 450ac634e92e..6513c1

[PATCH] docs: kernel-doc: update commands to generate man page

2019-02-01 Thread frowand . list
From: Frank Rowand (1) The command to generate man pages is truncated in the pdf version of the document. Reformat the command into multiple lines to prevent the truncation. (2) Older versions of git do not support all variants of pathspec syntax. Provide commands to generate man pages for var

Re: [PATCH v3 2/3] docs-rst: driver-api: Add infiniband interface documentation

2019-02-01 Thread Jason Gunthorpe
On Tue, Jan 22, 2019 at 12:00:34PM +0200, Joel Nider wrote: > A short document regarding the user verbs interface implementation on > the kernel side. Also, the corresponding index entry in the > documentation tree. > > Signed-off-by: Joel Nider > Documentation/driver-api/index.rst | 1 + >

Re: [PATCH v3 0/3] update infiniband uverbs documentation

2019-02-01 Thread Jason Gunthorpe
On Tue, Jan 22, 2019 at 12:00:32PM +0200, Joel Nider wrote: > A small patchset to update the verbs API documentation with some > information regarding the ioctl syscall. First patch converts the > file format to ReST, since this is the new preferred format, moves > the file to Documentation/userspa

[PATCH] media: vim2m: add bayer capture formats

2019-02-01 Thread Mauro Carvalho Chehab
The vim2m device is interesting to simulate a webcam. As most sensors are arranged using bayer formats, the best is to support to output data using those formats. So, add support for them. All 4 8-bit bayer formats tested with: $ qvidcap -p & $ v4l2-ctl --stream-mmap --stream-out

Re: [RFC PATCH 3/3] sched/Documentation: Point out use of preempt_schedule_irq()

2019-02-01 Thread Valentin Schneider
On 01/02/2019 08:45, Julien Thierry wrote: [...] >> +Kernel preemption >> += >> +When returning from interrupt context, you should call either of >> +preempt_schedule() or preempt_schedule_irq() if preemption is enabled >> +and need_resched() is true. >> + > > I don't think preempt

Re: DMA Engine Documentation: TX Descriptor and Submission

2019-02-01 Thread Federico Vaga
On February 1, 2019 4:17:50 AM UTC, Vinod Koul wrote: >On 28-01-19, 09:47, Federico Vaga wrote: >> Hi, >> >> I have a new question concerning documentation. >> >> >https://www.kernel.org/doc/html/latest/driver-api/dmaengine/client.html >> >> >From this document it is not really clear, at lea

Re: [PATCH v2] dma-debug: add dumping facility via debugfs

2019-02-01 Thread Christoph Hellwig
Thanks! I had to adjust the patch a bit for the debugfs cleanups form Greg that I applied before, can you check the result here: http://git.infradead.org/users/hch/dma-mapping.git/commitdiff/0a3b192c26da198fce38e1ee242a34f558670246

Re: [RFC PATCH 3/3] sched/Documentation: Point out use of preempt_schedule_irq()

2019-02-01 Thread Julien Thierry
Hi Valentin, On 31/01/2019 18:23, Valentin Schneider wrote: > Since there are a few archs out there that call preempt_schedule_irq() > within a need_resched() loop, point out that it's not needed. > > Signed-off-by: Valentin Schneider > Cc: Jonathan Corbet > Cc: Ingo Molnar > Cc: Peter Zijlstr

Re: [PATCH v7 0/3] clk: clkdev add managed lookup registrations

2019-02-01 Thread Matti Vaittinen
On Thu, Jan 31, 2019 at 11:38:37AM -0800, Stephen Boyd wrote: > Quoting Russell King - ARM Linux admin (2019-01-31 07:21:47) > > On Thu, Jan 31, 2019 at 03:24:52PM +0200, Matti Vaittinen wrote: > > > Hello All, > > > > > > On Fri, Dec 07, 2018 at 01:09:00PM +0200, Matti Vaittinen wrote: > > > > Se