RE: [PATCH] Documentation: add link to stm32mp157 docs

2019-10-08 Thread Gerald BAEZA
Hi Jonathan > From: Jonathan Corbet > > On Thu, 3 Oct 2019 10:05:46 + > Gerald BAEZA wrote: > > > > > Adding the URL is a fine idea. But you don't need the extra > > > > syntax to create a link if you're not going to actually make a link out > > > > of it. > > > > So I'd take the ".. _ST

Re: [PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-08 Thread Hans de Goede
Hi Ingo, On 07-10-2019 16:19, Ingo Molnar wrote: * Hans de Goede wrote: Hi All, Here is v7 of my patch-set to add support for EFI embedded fw to the kernel. v6 was posted a long time ago, around the 4.18 days. The long wait was for a suitable secure-hash for checking the firmware we find e

Re: [PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-08 Thread Ingo Molnar
* Hans de Goede wrote: > > So I was looking for a high level 0/ boilerplate description of this > > series, to explain what "EFI embedded fw" is, what problems it solves and > > how it helps the kernel in general - and found this in 2/8: > > Sorry you had to dig into the individual patch chang

Re: [PATCH 3/3] dt-bindings: iio: Add ltc2947 documentation

2019-10-08 Thread Sa, Nuno
On Fri, 2019-10-04 at 10:23 -0500, Rob Herring wrote: > > On Fri, Oct 4, 2019 at 9:59 AM Sa, Nuno wrote: > > Hi Rob, > > > > Just wanted to clarify something which I don't know if is something > > I'm > > doing wrong or if it is some issue. > > > > On Wed, 2019-10-02 at 14:06 -0500, Rob Herring

Re: [PATCH v11 3/6] of: property: Add functional dependency link from DT bindings

2019-10-08 Thread Stephen Boyd
Quoting Greg Kroah-Hartman (2019-10-04 08:37:50) > On Wed, Sep 11, 2019 at 03:29:25AM -0700, Stephen Boyd wrote: > > Quoting Saravana Kannan (2019-09-04 14:11:22) > > > + int ret = 0; > > > + struct device_node *tmp_np = sup_np; > > > + > > > + of_node_get(sup_np); > > > + /

[PATCH for-stable-v4.19 10/16] arm64: Provide a command line to disable spectre_v2 mitigation

2019-10-08 Thread Ard Biesheuvel
From: Jeremy Linton [ Upstream commit e5ce5e7267ddcbe13ab9ead2542524e1b7993e5a ] There are various reasons, such as benchmarking, to disable spectrev2 mitigation on a machine. Provide a command-line option to do so. Signed-off-by: Jeremy Linton Reviewed-by: Suzuki K Poulose Reviewed-by: Andre

Re: [PATCH] doc: move namespaces.rst from kbuild/ to core-api/

2019-10-08 Thread Jessica Yu
+++ Masahiro Yamada [08/10/19 12:10 +0900]: We discussed a better location for this file, and agreed that core-api/ is a good fit. Rename it to symbol-namespaces.rst for disambiguation, and also add it to index.rst and MAINTAINERS. Signed-off-by: Masahiro Yamada Applied, thanks! Jessica

Re: [PATCH v11 3/6] of: property: Add functional dependency link from DT bindings

2019-10-08 Thread Saravana Kannan
On Tue, Oct 8, 2019 at 7:53 AM Stephen Boyd wrote: > > Quoting Greg Kroah-Hartman (2019-10-04 08:37:50) > > On Wed, Sep 11, 2019 at 03:29:25AM -0700, Stephen Boyd wrote: > > > Quoting Saravana Kannan (2019-09-04 14:11:22) > > > > + int ret = 0; > > > > + struct device_node *tmp_np = su

Re: [tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-10-08 Thread Pavel Machek
Hi! > >> x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h > >> > >> There have been reports of RDRAND issues after resuming from suspend on > >> some AMD family 15h and family 16h systems. This issue stems from a BIOS > >> not performing the proper steps during resume to ensure RDRAND con

[PATCH] Documentation: admin-guide: add earlycon documentation for the sifive serial driver

2019-10-08 Thread Paul Walmsley
Document earlycon usage for the SiFive serial port driver in the same fashion as for the other serial port IP blocks, since the SiFive serial port driver supports it. Signed-off-by: Paul Walmsley Reported-by: Andreas Schwab Cc: Christoph Hellwig --- Documentation/admin-guide/kernel-parameter

[PATCH] RISC-V: Typo fixes in image header and documentation.

2019-10-08 Thread Atish Patra
There are some typos in boot image header and riscv boot documentation. Fix the typos. Signed-off-by: Atish Patra --- Documentation/riscv/boot-image-header.rst | 4 ++-- arch/riscv/include/asm/image.h| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentat

Re: [PATCH] Documentation: admin-guide: add earlycon documentation for the sifive serial driver

2019-10-08 Thread Geert Uytterhoeven
Hi Paul, On Wed, Oct 9, 2019 at 1:09 AM Paul Walmsley wrote: > Document earlycon usage for the SiFive serial port driver in the same > fashion as for the other serial port IP blocks, since the SiFive > serial port driver supports it. > > Signed-off-by: Paul Walmsley > Reported-by: Andreas Schwab