Oh, the shiny and pretties!
v2: Review from Laurent.
Cc: Laurent Pinchart
Acked-by: Eric Anholt
Reviewed-by: Gabriel Krisman Bertazi
Reviewed-by: Laurent Pinchart
Signed-off-by: Daniel Vetter
---
Documentation/gpu/drm-kms-helpers.rst | 4 +
Documentation/gpu/drm-kms.rst | 134
Add kernel-doc comments to the VME driver API and structures. This
documentation will be integrated into the RST documentation in a later
patch.
Signed-off-by: Martyn Welch
---
drivers/vme/vme.c | 469
include/linux/vme.h | 12 +-
2 files c
Update VME documentation given that kerneldoc comments are now provided.
Add "VME API" section to VME RST to pull in kerneldoc comments.
Signed-off-by: Martyn Welch
---
Documentation/driver-api/vme.rst | 363 ++-
1 file changed, 93 insertions(+), 270 deletions
On Fri, 3 Mar 2017 12:24:05 +
John Keeping wrote:
> With Sphinx 1.5.3 I get the warning:
>
> WARNING: primary_domain 'C' not found, ignored.
>
> It seems that domain names in Sphinx are case-sensitive and for the C
> domain the name must be lower case.
Applied, thanks.
jon
--
To un
Am 03.03.2017 um 23:46 schrieb Jonathan Corbet:
> On Fri, 24 Feb 2017 04:40:47 +0100
> Andreas Färber wrote:
>
>> +owl,
>> +Start an early, polled-mode console on an Owl serial
>> +port at the specified address. The serial port must
>> +
On Wed, 1 Mar 2017 17:05:28 +0800
Cao jin wrote:
> The original link is empty, replace it.
>
> Signed-off-by: Cao jin
Applied to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majord
On Fri, 3 Mar 2017 22:43:30 +
Martyn Welch wrote:
> Build of HTML docs failing due to conversion of deviceiobook.tmpl in
> 8a8a602f and regulator.tmpl in 028f2533 to RST without removing from
> DOCBOOKS in Makefile, resulting (in the case of deviceiobook) the
> following error:
>
> make[1]:
On Fri, 3 Mar 2017 15:44:02 +0900
SeongJae Park wrote:
> This commit applies upstream change, commit c8241f8553e8 ("doc: Update
> control-dependencies section of memory-barriers.txt"), to Korean
> translation.
Applied to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the lin
Build of HTML docs failing due to conversion of deviceiobook.tmpl in
8a8a602f and regulator.tmpl in 028f2533 to RST without removing from
DOCBOOKS in Makefile, resulting (in the case of deviceiobook) the
following error:
make[1]: *** No rule to make target 'Documentation/DocBook/deviceiobook.xml',
On Fri, 24 Feb 2017 10:42:14 +0200
Krzysztof Kozlowski wrote:
> Commit 9d85025b0418 ("docs-rst: create an user's manual book") moved the
> sysrq.txt leaving old paths in the kernel docs.
Applied to the docs tree, thanks.
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-doc
On Fri, 24 Feb 2017 04:40:47 +0100
Andreas Färber wrote:
> + owl,
> + Start an early, polled-mode console on an Owl serial
> + port at the specified address. The serial port must
> + already be setup and configured. Options a
On 2017-03-03 17:52, Wolfram Sang wrote:
>
>> Jonathan, Wolfram, do you have any preferences on how this should be
>> coordinated regarding the new iio and i2c drivers (and iio changes)?
>
> You got the acks, all is fine, I think.
>
>> My plan is to at some point declare the branch immutable. Th
> And conflicts -- if they show up -- will probably be trivial given the
> nature of the series. Famous last words...
Heh. I agree, though :)
signature.asc
Description: PGP signature
On 3 March 2017 16:52:47 GMT+00:00, Wolfram Sang wrote:
>
>> Jonathan, Wolfram, do you have any preferences on how this should be
>> coordinated regarding the new iio and i2c drivers (and iio changes)?
>
>You got the acks, all is fine, I think.
>
>> My plan is to at some point declare the branch
> Jonathan, Wolfram, do you have any preferences on how this should be
> coordinated regarding the new iio and i2c drivers (and iio changes)?
You got the acks, all is fine, I think.
> My plan is to at some point declare the branch immutable. Then both of
> you can pull it in. Or?
Yup, sounds g
FYI
>>> Yes, its only about "docutils>=0.11" in Sphinx 1.3 dependencies.
>>> In Sphinx 1.5 the error:
>>>
>>> https://github.com/sphinx-doc/sphinx/issues/3212
>>>
>>> is fixed:
>>>
>>> https://github.com/tk0miya/sphinx/commit/73663f63672f22304810ce6bb9787490ad250127
>>>
>>> But this will ne
On 2017-02-28 18:18, Greg Kroah-Hartman wrote:
> On Tue, Feb 28, 2017 at 04:17:52PM +0100, Peter Rosin wrote:
>> Hi!
>>
>> The status of this series [1] is that Rob Herring has acked/reviewed all
>> devicetree changes, so I suppose that's ok. Jonathan Cameron has acked
>> the additions to the iio s
On Thu, Mar 02, 2017 at 10:34:07PM +, James Hogan wrote:
> I suppose the exception is T&E. It shouldn't assume that just because VZ
> is available that T&E isn't (even if that is the case right now). It
> could always just try KVM_CREATE_VM with kvm type 0 and detect the error
> I suppose, but
On 03/03/2017 13:37, James Hogan wrote:
> Actually I think the way I had designed KVM_CAP_MIPS_VZ is fine. I had
> defined it as an enumeration rather than a mask because it isn't
> expected you'd have more than one hardware virtualisation type able to
> run on a particular core.
>
> Whether T&E
With Sphinx 1.5.3 I get the warning:
WARNING: primary_domain 'C' not found, ignored.
It seems that domain names in Sphinx are case-sensitive and for the C
domain the name must be lower case.
Signed-off-by: John Keeping
---
Documentation/conf.py | 2 +-
1 file changed, 1 insertion(+), 1
All low-level PM/SMP code using virt_to_phys() should actually use
__pa_symbol() against kernel symbols. Update the documentation to move
away from virt_to_phys().
Cfr. commit 6996cbb2372189f7 ("ARM: 8641/1: treewide: Replace uses of
virt_to_phys with __pa_symbol")
Signed-off-by: Geert Uytterhoe
On Tue, Feb 28, 2017 at 04:34:39PM -0600, Tom Lendacky wrote:
> Or if we want to guard against ACPI adding a type 0 in the future, I
> could make the function return an int and then return -EINVAL if an e820
> entry isn't found. This might be the better option.
Yap, think so too. I don't trust sp
On Thu, Mar 2, 2017 at 10:36 PM, Mauro Carvalho Chehab
wrote:
> Em Thu, 2 Mar 2017 18:29:39 -0300
> Mauro Carvalho Chehab escreveu:
>
>> Em Thu, 2 Mar 2017 16:40:02 +0100
>> Daniel Vetter escreveu:
>>
>> > From: Markus Heiser
>> >
>> > This patch brings scalable figure, image handling and a co
23 matches
Mail list logo