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.
>>
>
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
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
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
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
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
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
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 /
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
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
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
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
---
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,
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
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
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
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
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-
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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/
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
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
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/
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:
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,
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
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
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
---
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
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
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 +++
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
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 -
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
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
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
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
50 matches
Mail list logo