Re: [PATCH V3 6/6] coresight-stm: adding driver for CoreSight STM component

2016-02-16 Thread Chunyan Zhang
On Fri, Feb 12, 2016 at 12:59 AM, Mathieu Poirier wrote: > On 6 February 2016 at 04:04, Chunyan Zhang wrote: >> From: Pratik Patel >> >> This driver adds support for the STM CoreSight IP block, allowing any >> system compoment (HW or SW) to log and aggregate messages via a >> single entity. >> >

Re: [PATCH v13 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Guenter Roeck
On 02/16/2016 09:08 AM, fu@linaro.org wrote: From: Fu Wei According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt, the second one (WS1) is a real hardware reset. More

Re: [PATCH V3 6/6] coresight-stm: adding driver for CoreSight STM component

2016-02-16 Thread Chunyan Zhang
Hi Michael, One question below need to be clarified. On Fri, Feb 12, 2016 at 10:55 PM, Michael Williams wrote: > Mathieu Poirier [mailto:mathieu.poir...@linaro.org] wrote: >> On 6 February 2016 at 04:04, Chunyan Zhang wrote: >>> From: Pratik Patel >>> >>> This driver adds support for the STM C

Re: [PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Guenter Roeck
On Wed, Feb 17, 2016 at 12:33:24AM +0800, Fu Wei wrote: [ ... ] > >>> +MODULE_AUTHOR("Fu Wei "); > >>> +MODULE_AUTHOR("Suravee Suthikulpanit "); > >>> +MODULE_AUTHOR("Al Stone "); > >>> +MODULE_AUTHOR("Timur Tabi "); > >>> +MODULE_LICENSE("GPL v2"); > >>> > >> Do you need a MODULE_ALIAS ? > > > > F

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Keith Packard
Jonathan Corbet writes: > Indeed, I doubt many people want the DocBook itself. Might be nice to actually have a set of requirements before anyone tries to select a suitable system then :-) Here's my current set: asciidocsphinx htmlvia docbook native native (kin

Re: [PATCH] add POWER Virtual Management Channel driver

2016-02-16 Thread Greg Kroah-Hartman
On Tue, Feb 16, 2016 at 02:43:13PM -0600, Steven Royer wrote: > From: Steven Royer > > The ibmvmc driver is a device driver for the POWER Virtual Management > Channel virtual adapter on the PowerVM platform. It is used to > communicate with the hypervisor for virtualization management. It > pro

Re: [PATCH] ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses

2016-02-16 Thread Rafael J. Wysocki
On Thursday, January 21, 2016 05:05:47 PM Colin King wrote: > From: Colin Ian King > > BugLink: https://bugs.launchpad.net/bugs/1529381 > > Some HP laptops seem to have invalid 64 bit FADT X_PM* addresses > which are causing various boot issues. In these cases, it would > be useful to force ACP

[PATCH] add POWER Virtual Management Channel driver

2016-02-16 Thread Steven Royer
From: Steven Royer The ibmvmc driver is a device driver for the POWER Virtual Management Channel virtual adapter on the PowerVM platform. It is used to communicate with the hypervisor for virtualization management. It provides both request/response and asynchronous message support through the /

Re: [PATCH 0/4] Documentation: crypto API documentation updates

2016-02-16 Thread Herbert Xu
On Tue, Feb 16, 2016 at 11:31:26AM +0100, Stephan Mueller wrote: > Hi, > > This patch set updates the kernel crypto API documentation. Due to recent > updates to the API, the documentation needs to be synchronized with the > reality. > > The output of the DocBook with these patches is found in [1

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Jonathan Corbet
On Tue, 16 Feb 2016 11:13:29 -0800 Keith Packard wrote: > https://github.com/HolgerPeters/sphinxcontrib-docbook > > which appears to provide docbook output for sphinx, but I haven't tested > this at all. Yup, that's the one I found, the one that says "Very much work in progress". It look

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Keith Packard
Jani Nikula writes: > However I didn't think Sphinx could produce docbook, and a quick search > doesn't convince me otherwise. Do you have some links to back this up? > Would the lack of docbook be a showstopper? (Of course, the pandoc > swiss-army knife can handle rst->docbook if needed.) A qui

[PATCH] documentation: add kernel-dot.emacs.txt

2016-02-16 Thread Geyslan G. Bem
This patch adds kernel-dot-emacs.txt (elisp) which deliver best indentation, comments and white space highlighting functionalities. This also changes the CodingStyle and 00-INDEX files by referencing the new kernel-dot-emacs. Signed-off-by: Geyslan G. Bem Reviewed-by: Tiago Natel de Moura ---

Re: [PATCH] documentation: add kernel-dot.emacs.txt

2016-02-16 Thread Geyslan G. Bem
Hello, 2016-02-16 15:10 GMT-03:00 Tiago Natel de Moura : > Hello folks, > > The patch have some problem with the c-mode-hook setup, in the usage of > c-cleanup-list. On my emacs24 it throw the following error: > > "Invalid indentation setting for symbol c-cleanup-list" > > After talk with Geyslan,

Re: [PATCH] kernel: fs: drop_caches: add dds drop_caches_count

2016-02-16 Thread Nag Avadhanam
On Tue, 16 Feb 2016, Vladimir Davydov wrote: On Tue, Feb 16, 2016 at 02:58:04AM +, Nag Avadhanam (nag) wrote: We have a class of platforms that are essentially swap-less embedded systems that have limited memory resources (2GB and less). There is a need to implement early alerts (before th

[PATCH v13 1/4] Documentation: add sbsa-gwdt driver documentation

2016-02-16 Thread fu . wei
From: Fu Wei The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Also add sbsa-gwdt introduction in watchdog-parameters.txt Acked-by: Arnd Bergmann Acked-by: Rob Herring Signed-off

[PATCH v13 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread fu . wei
From: Fu Wei According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt, the second one (WS1) is a real hardware reset. More details about the hardware specification of this de

[PATCH v13 2/4] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts

2016-02-16 Thread fu . wei
From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Fu Wei Reviewed-by: Guenter Roeck --- arch/arm64/boot/dts/arm/foundation-v8.dts | 7 +++ 1 file chan

[PATCH v13 3/4] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

2016-02-16 Thread fu . wei
From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Suravee Suthikulpanit Signed-off-by: Fu Wei Reviewed-by: Guenter Roeck --- arch/arm64/boot/dts/amd/amd-

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Jani Nikula
On Tue, 16 Feb 2016, Jonathan Corbet wrote: > Whether this is a show-stopper is indeed a good question. I doubt many > people wanted the DocBook for its own sake, it's a matter of where you > can go from there. But yes, it would be good to be sure on this point. So the question is, are HTML, la

[PATCH v13 0/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread fu . wei
From: Fu Wei This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Generic Watchdog, and give two examples of adding SBSA Generic Watchdog device node into the dts files: foundation-v8.dts and amd-seattle-soc.dtsi. (2)Introd

Re: [PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Fu Wei
On 16 February 2016 at 23:54, Fu Wei wrote: > On 16 February 2016 at 23:29, Guenter Roeck wrote: >> On 02/16/2016 12:36 AM, fu@linaro.org wrote: >>> >>> From: Fu Wei >>> >>> According to Server Base System Architecture (SBSA) specification, >>> the SBSA Generic Watchdog has two stage timeout

Re: [PATCH] kernel: fs: drop_caches: add dds drop_caches_count

2016-02-16 Thread Rik van Riel
On Tue, 2016-02-16 at 16:28 +1100, Dave Chinner wrote: > On Mon, Feb 15, 2016 at 03:52:31PM -0800, Daniel Walker wrote: > > On 02/15/2016 03:05 PM, Dave Chinner wrote: > > >  > > > As for a replacement, looking at what pages you consider > > > "droppable" > > > is really only file pages that are no

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Jonathan Corbet
On Tue, 16 Feb 2016 10:25:49 +0200 Jani Nikula wrote: > However I didn't think Sphinx could produce docbook, and a quick search > doesn't convince me otherwise. Do you have some links to back this up? Somehow I was really sure of it, but I'm not finding it now. There is an extension out there,

Re: [PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Fu Wei
On 16 February 2016 at 23:29, Guenter Roeck wrote: > On 02/16/2016 12:36 AM, fu@linaro.org wrote: >> >> From: Fu Wei >> >> According to Server Base System Architecture (SBSA) specification, >> the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) >> is for alerting the syst

Re: [PATCH v12 3/4] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

2016-02-16 Thread Guenter Roeck
On 02/16/2016 12:36 AM, fu@linaro.org wrote: From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Suravee Suthikulpanit Signed-off-by: Fu Wei Reviewed

Re: [PATCH v12 1/4] Documentation: add sbsa-gwdt driver documentation

2016-02-16 Thread Guenter Roeck
On 02/16/2016 12:36 AM, fu@linaro.org wrote: From: Fu Wei The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Also add sbsa-gwdt introduction in watchdog-parameters.txt Acked-b

Re: [PATCH v12 2/4] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts

2016-02-16 Thread Guenter Roeck
On 02/16/2016 12:36 AM, fu@linaro.org wrote: From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Fu Wei Reviewed-by: Guenter Roeck --- arch/arm64

Re: [PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Guenter Roeck
On 02/16/2016 12:36 AM, fu@linaro.org wrote: From: Fu Wei According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt, the second one (WS1) is a real hardware reset. More

Re: [PATCH 8/9] rfkill: Userspace control for airplane mode

2016-02-16 Thread João Paulo Rechi Vita
On 10 February 2016 at 12:12, Johannes Berg wrote: > On 2016-02-10 17:53, Dan Williams wrote: >> >> Yeah, I get that now. It's just that to me, something called >> "AIRPLANE_MODE_CHANGE" seems like it should actually change airplane >> mode on/off, which implies killing radios. I wouldn't have h

[linux-next] make xmldoc failed with commit d780c3711d9df9bac

2016-02-16 Thread Masanari Iida
make xmldocs on linux-next as of 16th/Feb, 2016 failed with error. .//include/linux/spi/spi.h:932: error: Cannot parse struct or union! .//drivers/spi/spi.c:2179: warning: No description found for parameter 'gfp' .//drivers/spi/spi.c:2350: warning: No description found for parameter 'msg' .//drive

Re: [PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt

2016-02-16 Thread Jonathan Corbet
On Tue, 16 Feb 2016 10:10:00 + Will Deacon wrote: > Great, thanks for doing this. I guess Jon will pick it up? Will do, probably in the next day or so. Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org

[PATCH 3/4] Documentation: crypto - update AEAD AD handling

2016-02-16 Thread Stephan Mueller
The associated data handling with the kernel crypto API has been updated. This needs to be reflected in the documentation. Signed-off-by: Stephan Mueller --- Documentation/DocBook/crypto-API.tmpl | 1 - include/crypto/aead.h | 6 +++--- 2 files changed, 3 insertions(+), 4 deletio

[PATCH 2/4] Documentation: crypto - add crypto_rng_generate

2016-02-16 Thread Stephan Mueller
Add new crypto API call crypto_rng_generate to DocBook. Signed-off-by: Stephan Mueller --- Documentation/DocBook/crypto-API.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index 297e280..a2986b2 100644 --- a/

[PATCH 0/4] Documentation: crypto API documentation updates

2016-02-16 Thread Stephan Mueller
Hi, This patch set updates the kernel crypto API documentation. Due to recent updates to the API, the documentation needs to be synchronized with the reality. The output of the DocBook with these patches is found in [1]. Herbert: The documentation in include/crypto/skcipher.h references CRYPTO_A

[PATCH 4/4] Documentation: crypto - add skcipher API documentation

2016-02-16 Thread Stephan Mueller
The crypto API received the skcipher API which is intended to replace the ablkcipher and blkcipher API. This patch adds the skcipher API documentation to the DocBook, updates the code sample (including removing the blkcipher example) replaces the references to ablkcipher and blkcipher with skcipher

[PATCH 1/4] Documentation: crypto - add akcipher API

2016-02-16 Thread Stephan Mueller
Reference the new akcipher API calls in the kernel crypto API DocBook. Also, fix the comments in the akcipher.h file: double dashes do not look good in the DocBook; fix a typo. Signed-off-by: Stephan Mueller --- Documentation/DocBook/crypto-API.tmpl | 23 +++ include/crypto/

Re: [PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt

2016-02-16 Thread Will Deacon
On Tue, Feb 16, 2016 at 04:51:53PM +0800, Weiwei Jia wrote: > 2016-02-16 16:41 GMT+08:00 : > > From: Fu Wei > > > > This is a update of Chinese documentation: > > Documentation/zh_CN/arm64/booting.txt > > > > It is based on the modifications of Documentation/arm64/booting.txt in > > submission:

Re: [PATCH v11 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread Suravee Suthikulpanit
Tested-by: Suravee Suthikulpanit Thanks, Suravee On 02/10/2016 12:00 AM, fu@linaro.org wrote: From: Fu Wei According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt,

Re: [PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt

2016-02-16 Thread Weiwei Jia
2016-02-16 16:41 GMT+08:00 : > From: Fu Wei > > This is a update of Chinese documentation: > Documentation/zh_CN/arm64/booting.txt > > It is based on the modifications of Documentation/arm64/booting.txt in > submission: > "61bd93ce", "6c020ea8", "9d372c9f", "6d32ab2d". > And improve the format

Re: [PATCH] kernel: fs: drop_caches: add dds drop_caches_count

2016-02-16 Thread Vladimir Davydov
On Tue, Feb 16, 2016 at 02:58:04AM +, Nag Avadhanam (nag) wrote: > We have a class of platforms that are essentially swap-less embedded > systems that have limited memory resources (2GB and less). > > There is a need to implement early alerts (before the OOM killer kicks in) > based on the cur

[PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt

2016-02-16 Thread wefu
From: Fu Wei This is a update of Chinese documentation: Documentation/zh_CN/arm64/booting.txt It is based on the modifications of Documentation/arm64/booting.txt in submission: "61bd93ce", "6c020ea8", "9d372c9f", "6d32ab2d". And improve the format of documentation. Signed-off-by: Fu Wei ---

[PATCH v2] Documentation: Chinese translation of arm64/silicon-errata.txt

2016-02-16 Thread wefu
From: Fu Wei This is a Chinese translated version of Documentation/arm64/silicon-errata.txt Signed-off-by: Fu Wei Reviewed-by: Weiwei Jia --- Changelog: v2: Improve the translation of "errata" Take the suggestion from Weiwei Jia, improve the translation. v1: https://lkml.org/lkml/2016/2/1

[PATCH v12 1/4] Documentation: add sbsa-gwdt driver documentation

2016-02-16 Thread fu . wei
From: Fu Wei The sbsa-gwdt.txt documentation in devicetree/bindings/watchdog is for introducing SBSA(Server Base System Architecture) Generic Watchdog device node info into FDT. Also add sbsa-gwdt introduction in watchdog-parameters.txt Acked-by: Arnd Bergmann Acked-by: Rob Herring Signed-off

[PATCH v12 3/4] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

2016-02-16 Thread fu . wei
From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Suravee Suthikulpanit Signed-off-by: Fu Wei --- arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 8 +++

[PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread fu . wei
From: Fu Wei According to Server Base System Architecture (SBSA) specification, the SBSA Generic Watchdog has two stage timeouts: the first signal (WS0) is for alerting the system by interrupt, the second one (WS1) is a real hardware reset. More details about the hardware specification of this de

[PATCH v12 2/4] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts

2016-02-16 Thread fu . wei
From: Fu Wei This can be a example of adding SBSA Generic Watchdog device node into some dts files for the Soc which contains SBSA Generic Watchdog. Acked-by: Arnd Bergmann Signed-off-by: Fu Wei --- arch/arm64/boot/dts/arm/foundation-v8.dts | 7 +++ 1 file changed, 7 insertions(+) diff -

[PATCH v12 0/4] Watchdog: introduce ARM SBSA watchdog driver

2016-02-16 Thread fu . wei
From: Fu Wei This patchset: (1)Introduce Documentation/devicetree/bindings/watchdog/sbsa-gwdt.txt for FDT info of SBSA Generic Watchdog, and give two examples of adding SBSA Generic Watchdog device node into the dts files: foundation-v8.dts and amd-seattle-soc.dtsi. (2)Introd

Re: [PATCH] kernel: fs: drop_caches: add dds drop_caches_count

2016-02-16 Thread Dave Chinner
On Mon, Feb 15, 2016 at 11:14:13PM -0800, Nag Avadhanam wrote: > On Mon, 15 Feb 2016, Dave Chinner wrote: > > >On Tue, Feb 16, 2016 at 02:58:04AM +, Nag Avadhanam (nag) wrote: > >>Its the calculation of the # of bytes of non-reclaimable file system cache > >>pages that has been troubling us. W

Re: Kernel docs: muddying the waters a bit

2016-02-16 Thread Jani Nikula
On Sat, 13 Feb 2016, Jonathan Corbet wrote: > So can we discuss? I'm not saying we have to use Sphinx, but, should we > choose not to, we should do so with open eyes and good reasons for the > course we do take. What do you all think? FWIW I was in favor of reStructuredText to begin with, but d

Re: [PATCH] kernel: fs: drop_caches: add dds drop_caches_count

2016-02-16 Thread Dave Chinner
On Mon, Feb 15, 2016 at 09:57:42PM -0800, Nag Avadhanam wrote: > On Mon, 15 Feb 2016, Dave Chinner wrote: > >So, to pick a random active server here: > > > > before after > >Active(file): 12103200 kB 24060 kB > >Inactive(file): 5976676 kB 1380 kB > >Mapped:313