[PATCH] cdrom: support read sub-channel command in LBA format

2016-07-10 Thread Veeraiyan Chidambaram (RBEI/ECF32)
Hello Jens, In CDROM Linux driver code, "Read Sub channel" format is hard coded with CDROM_MSF format only in the function cdrom_read_subchannel() and mmc_ioctl_cdrom_subchannel() in cdrom.c. Hence, irrespective of "Read Sub channel" command with CDROM_LBA/CDROM_MSF format, the reported Respo

Re: Update the maximum depth of C-state from 6 to 9

2016-07-10 Thread baolex.ni
Hi Jon, This patch is an old one, we have corrected some minor issues on the newer one. Please only review the newest version from my last mail with this subject "[PATCH] ACPI: Update the maximum depth of C-state from 6 to 9". And I also attached it to this mail. Thanks, Baole On 7/11/2016 6:37

Re: Update the maximum depth of C-state from 6 to 9

2016-07-10 Thread Jonathan Corbet
On Mon, 4 Jul 2016 09:55:10 +0800 "baolex.ni" wrote: > Currently, CPUIDLE_STATE_MAX has been defined as 10 in the cpuidle head file, > and max_cstate = CPUIDLE_STATE_MAX – 1, so 9 is the right maximum depth of > C-state. > This change is reflected in one place of the kernel-param file, > but not

[PATCH 1/3] [media] doc-rst: improve documentation for DTV_FREQUENCY

2016-07-10 Thread Mauro Carvalho Chehab
Make the note better formatted and documented. Signed-off-by: Mauro Carvalho Chehab --- .../media/uapi/dvb/fe_property_parameters.rst | 26 +- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/Documentation/media/uapi/dvb/fe_property_parameters.rst b/Docum

[PATCH 2/3] [media] doc-rst: improve DTV_BANDWIDTH_HZ notes

2016-07-10 Thread Mauro Carvalho Chehab
There are several notes for this DTV property. Some are outdated, so take some care of it, making it updated. Signed-off-by: Mauro Carvalho Chehab --- .../media/uapi/dvb/fe_property_parameters.rst | 28 +- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/D

[PATCH v2] [media] doc-rst: Don't use captions for examples

2016-07-10 Thread Mauro Carvalho Chehab
Unfortunately, captions are new on Sphinx for c blocks: it was added only on version 1.3. Also, it were already bad enough not being able to auto-numerate them. So, let's give up and use, instead, titles before the examples. Not much is lost, and, as a side track, we don't need to numerate them an

[PATCH] [media] doc-rst: Don't use captions for examples

2016-07-10 Thread Mauro Carvalho Chehab
Unfortunately, captions are new on Sphinx for c blocks: it was added only on version 1.3. Also, it were already bad enough not being able to auto-numerate them. So, let's give up and use, instead, titles before the examples. Not much is lost, and, as a side track, we don't need to numerate them an

[PATCH 4/6] [media] doc-rst: improve LIRC syscall documentation

2016-07-10 Thread Mauro Carvalho Chehab
The lirc syscall documentation uses a very different and simplified way than the rest of the media book. make it closer. Still, there's just one page for all ioctls. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/uapi/rc/lirc_ioctl.rst | 187 +++-- Documenta

[PATCH 6/6] [media] doc-rst: do cross-references between header and the doc

2016-07-10 Thread Mauro Carvalho Chehab
Now that the LIRC header was added, we can cross-reference it and identify the documentation gaps. There are lots of stuff missing there, but at least now we can avoid the gap to increase. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/lirc.h.rst.exceptions | 72 +

[PATCH 1/6] [media] doc-rst: Group function references together for MC

2016-07-10 Thread Mauro Carvalho Chehab
Just like the other parts of the media book, group the MC functions together on one chapter. Signed-off-by: Mauro Carvalho Chehab --- .../media/uapi/mediactl/media-controller.rst | 20 +--- Documentation/media/uapi/mediactl/media-funcs.rst| 18 ++ 2 fi

[PATCH 2/6] [media] doc-rst: remove an extra label on V4L2 and CEC parts

2016-07-10 Thread Mauro Carvalho Chehab
There's no need to say: Table of Contents there. Also, this generates a duplicated caption xref. So, remove, to use the same format on every part. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/uapi/cec/cec-api.rst | 1 - Documentation/media/uapi/v4l/v4l2.rst| 1 - 2 files chan

[PATCH 3/6] [media] doc-rst: rename some RC files

2016-07-10 Thread Mauro Carvalho Chehab
Some files start with an upper letter. Also, they have big names. rename them. No functional changes. Signed-off-by: Mauro Carvalho Chehab --- .../media/uapi/rc/{Remote_controllers_Intro.rst => rc-intro.rst} | 0 .../rc/{remote_controllers_sysfs_nodes.rst => rc-sysfs-nodes.rst} | 0 .../{Remot

[PATCH 5/6] [media] doc-rst: add LIRC header to the book

2016-07-10 Thread Mauro Carvalho Chehab
Just like the other parts of the document, let's add the LIRC header, as it is part of the API. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/Makefile | 5 - Documentation/media/lirc.h.rst.exceptions | 2 ++ Documentation/media/uapi/rc/remote_con

Re: [RFC PATCH 0/3] doc-rst: customize HTML (RTD) theme

2016-07-10 Thread Mauro Carvalho Chehab
Em Sat, 9 Jul 2016 23:22:22 -0600 Jonathan Corbet escreveu: > On Tue, 5 Jul 2016 14:55:09 -0300 > Mauro Carvalho Chehab wrote: > > > I hope you don't mind. I'm merging those three patches on my tree > > (for now, they're on an experimental tree that I can easily rebase, if > > needed). If OK fo

Re: [PATCH] capabilities: add capability cgroup controller

2016-07-10 Thread Topi Miettinen
On 07/08/16 09:13, Petr Mladek wrote: > On Thu 2016-07-07 20:27:13, Topi Miettinen wrote: >> On 07/07/16 09:16, Petr Mladek wrote: >>> On Sun 2016-07-03 15:08:07, Topi Miettinen wrote: The attached patch would make any uses of capabilities generate audit messages. It works for simple test