[PATCH] Input: xpad - do not suggest writing to Dominic

2017-04-17 Thread Dmitry Torokhov
Do not recommend people write to Dominic, rather everyone should be using linux-input mailing list. Signed-off-by: Dmitry Torokhov --- Documentation/input/devices/xpad.rst | 6 -- 1 file changed, 6 deletions(-) diff --git a/Documentation/input/devices/xpad.rst b/Documentation/input/devices

Re: [PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/

2017-04-17 Thread Dmitry Torokhov
On Mon, Apr 17, 2017 at 09:46:13AM -0300, Mauro Carvalho Chehab wrote: > The /proc/bus/usb/devices got moved to sysfs. It is now > sitting at: > /sys/kernel/debug/usb/devices > > Signed-off-by: Mauro Carvalho Chehab Applied, thank you. > --- > Documentation/input/devices/xpad.rst

Re: [PATCH 2/4] input: xpad.rst: Don't use literal blocks inside footnotes

2017-04-17 Thread Dmitry Torokhov
On Mon, Apr 17, 2017 at 09:46:14AM -0300, Mauro Carvalho Chehab wrote: > Unfortunately, Sphinx (or LaTeX) can't handle literal blocks > inside footnotes. So, just use normal text for the two > literal code-blocks that documents the output of > /sys/kernel/debug/usb/devices for xpad devices. > > Si

Re: [PATCH 3/4] input: xpad.rst: proc/bus/usb was renamed to dev/bus/usb

2017-04-17 Thread Dmitry Torokhov
Hi Mauro, On Mon, Apr 17, 2017 at 09:46:15AM -0300, Mauro Carvalho Chehab wrote: > xpad.rst requests a dump of the USB description, as found > on the USB character device. When we got rid of usbfs, > its location change. Update it. I have not heard from Dom ever so I think the best option is to r

Re: [PATCH] docs: swat a bunch of trivial typos

2017-04-17 Thread Stanisław Drozd
On Tue, Apr 18, 2017 at 12:34:33AM +0200, Stanisław Drozd wrote: > On Mon, Apr 17, 2017 at 02:04:23PM -0600, Jonathan Corbet wrote: > > On Sun, 16 Apr 2017 00:25:33 +0200 > > Stanisław Drozd wrote: > > > > > This patch corrects a couple mistakes I've found when reading through > > > Documentation

Re: [PATCH] docs: swat a bunch of trivial typos

2017-04-17 Thread Stanisław Drozd
On Mon, Apr 17, 2017 at 02:04:23PM -0600, Jonathan Corbet wrote: > On Sun, 16 Apr 2017 00:25:33 +0200 > Stanisław Drozd wrote: > > > This patch corrects a couple mistakes I've found when reading through > > Documentation/. > > > > This is my first submission and I hope to send more meaningful >

Re: [PATCH] docs: swat a bunch of trivial typos

2017-04-17 Thread Jonathan Corbet
On Sun, 16 Apr 2017 00:25:33 +0200 Stanisław Drozd wrote: > This patch corrects a couple mistakes I've found when reading through > Documentation/. > > This is my first submission and I hope to send more meaningful > fixes in the future. It's a good start. A couple of notes, though: - Please

Re: [PATCH v2 0/3] perf: xgene: Add support for SoC PMU version 3

2017-04-17 Thread Hoan Tran
Hi All, Do you have any comments on this patch set? Thanks On Mon, Apr 3, 2017 at 9:47 AM, Hoan Tran wrote: > This patch set adds support for SoC-wide (AKA uncore) Performance Monitoring > Unit version 3. > > It can support up to > - 2 IOB PMU instances > - 8 L3C PMU instances > - 2 MCB PMU

[PATCH 4/4] doc: Update description about memmap option in kernel-parameter.txt

2017-04-17 Thread Baoquan He
In commit 9710f581bb4c ("x86, mm: Let "memmap=" take more entries one time") memmap was changed to adopt multiple values with comma delimited in one entry, so update the related description. And if only specify size value without offset, like memmap=nn[KMG], memmap behaves equal to mem=nn[KMG], up

[PATCH 0/4] Some documentation fixes

2017-04-17 Thread Mauro Carvalho Chehab
This patch series address a few issues at the documentation, after applying this patch series: https://lkml.org/lkml/2017/4/16/2 The first patch solves a limitation with Sphinx and literal blocks inside a footnote. The next two patches fix issues with xpad.rst documentation, with mentions /pro

[PATCH 4/4] [RFC] input: add kAPI and uAPI kernel-doc stuff at the input book

2017-04-17 Thread Mauro Carvalho Chehab
Move the kAPI kernel-doc produced documentation to Documentation/input and add uAPI documentation there too. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/iio/intro.rst | 4 ++-- Documentation/driver-api/index.rst

[PATCH 2/4] input: xpad.rst: Don't use literal blocks inside footnotes

2017-04-17 Thread Mauro Carvalho Chehab
Unfortunately, Sphinx (or LaTeX) can't handle literal blocks inside footnotes. So, just use normal text for the two literal code-blocks that documents the output of /sys/kernel/debug/usb/devices for xpad devices. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/devices/xpad.rst | 51

[PATCH 1/4] input: xpad.rst: usb/devices is now at /sys/kernel/debug/

2017-04-17 Thread Mauro Carvalho Chehab
The /proc/bus/usb/devices got moved to sysfs. It is now sitting at: /sys/kernel/debug/usb/devices Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/devices/xpad.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/input/devices/xpad.rst

[PATCH 3/4] input: xpad.rst: proc/bus/usb was renamed to dev/bus/usb

2017-04-17 Thread Mauro Carvalho Chehab
xpad.rst requests a dump of the USB description, as found on the USB character device. When we got rid of usbfs, its location change. Update it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/input/devices/xpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docum

Re: [PATCH v4 6/6] sound: replace /proc/bus/usb by /dev/bus/usb

2017-04-17 Thread Takashi Iwai
On Mon, 17 Apr 2017 02:51:11 +0200, Mauro Carvalho Chehab wrote: > > The /proc/bus/usb devices don't exist anymore, since when we > got rid of usbfs. Those devices are now seen at > /dev/bus/usb. > > Signed-off-by: Mauro Carvalho Chehab Since it's a driver fix, I applied it to sound tree now.