[PATCH] docs: Fix typo on pull requests guide

2019-08-09 Thread Marco Villegas
Signed-off-by: Marco Villegas --- Documentation/maintainer/pull-requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainer/pull-requests.rst b/Documentation/maintainer/pull-requests.rst index 22b271de0304..1a2f99b67d25 100644 --- a/Documentation/mai

Re: [PATCH 04/16] watchdog: remove ks8695 driver

2019-08-09 Thread Guenter Roeck
On Fri, Aug 09, 2019 at 10:27:32PM +0200, Arnd Bergmann wrote: > The platform is getting removed, so there are no remaining > users of this driver. > > Signed-off-by: Arnd Bergmann Acked-by: Guenter Roeck Please let me know if this should be applied through the watchdog tree. For now I'll assu

Re: [PATCH 06/16] watchdog: remove w90x900 driver

2019-08-09 Thread Guenter Roeck
On Fri, Aug 09, 2019 at 10:27:34PM +0200, Arnd Bergmann wrote: > The ARM w90x900 platform is getting removed, so this driver is obsolete > > Signed-off-by: Arnd Bergmann Acked-by: Guenter Roeck > --- > .../watchdog/watchdog-parameters.rst | 10 - > drivers/watchdog/Kconfig

[PATCH 04/16] watchdog: remove ks8695 driver

2019-08-09 Thread Arnd Bergmann
The platform is getting removed, so there are no remaining users of this driver. Signed-off-by: Arnd Bergmann --- .../watchdog/watchdog-parameters.rst | 9 - drivers/watchdog/Kconfig | 7 - drivers/watchdog/Makefile | 1 - drivers/watchdog/

[PATCH 06/16] watchdog: remove w90x900 driver

2019-08-09 Thread Arnd Bergmann
The ARM w90x900 platform is getting removed, so this driver is obsolete Signed-off-by: Arnd Bergmann --- .../watchdog/watchdog-parameters.rst | 10 - drivers/watchdog/Kconfig | 9 - drivers/watchdog/Makefile | 1 - drivers/watchdog/nuc900_wd

Re: [PATCH v4 08/12] fpga: dfl: make uinit callback optional

2019-08-09 Thread Moritz Fischer
On Sun, Aug 04, 2019 at 06:20:18PM +0800, Wu Hao wrote: > This patch makes uinit callback of sub features optional. With > this change, people don't need to prepare any empty uinit callback. > > Signed-off-by: Wu Hao Acked-by: Moritz Fischer > --- > drivers/fpga/dfl.c | 3 ++- > 1 file changed,

Re: [PATCH] mailmap: add entry for Jaegeuk Kim

2019-08-09 Thread Jonathan Corbet
On Thu, 8 Aug 2019 22:37:41 +0800 Chao Yu wrote: > > IMO, when we use git-blame to find out who is response for specified code, > > w/o > > mailmap we may just found old obsolete email address in the related commit; > > even > > we can search full name for his/her new email address, how can we

Re: [PATCH v7 1/2] arm64: Define Documentation/arm64/tagged-address-abi.rst

2019-08-09 Thread Dave Hansen
On 8/8/19 10:27 AM, Catalin Marinas wrote: > On Wed, Aug 07, 2019 at 01:38:16PM -0700, Dave Hansen wrote: > Extending the interface is still possible even with the current > proposal, by changing arg2 etc. We also don't seem to be consistent in > sys_prctl(). We are not consistent because it took

[PATCH v2] Documentation: virt: Fix broken reference to virt tree's index

2019-08-09 Thread Sheriff Esseson
Fix broken reference to virt/index.rst. Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") Signed-off-by: Sheriff Esseson --- Changes in v2: - Fix patch description. Documentation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [PATCH] docs/zh_CN: update Chinese howto.rst for latexdocs making

2019-08-09 Thread Alex Shi
在 2019/8/7 上午1:25, Jonathan Corbet 写道: > On Mon, 5 Aug 2019 11:17:58 +0800 > Alex Shi wrote: > >> Mauro Carvalho Chehab foundd a reference >> error in Chinese howto.rst. which need update introducations for >> latexdocs/epubdocs format doc making. >> >> So I update this part according to lat

[PATCH v2] docs/zh_CN: update Chinese howto.rst for latexdocs making

2019-08-09 Thread Alex Shi
Mauro Carvalho Chehab found a reference error in Chinese howto.rst. and further more there more infos of latexdocs/epubdocs format doc making in English howto.rst. So I update this part according to latest howto.rst and settled the correct reference. Signed-off-by: Alex Shi Cc: Harry Wei Cc: J

[PATCH v2 0/6] Add initial support for S32V234-EVB

2019-08-09 Thread Stefan-gabriel Mirea
Hello, NXP's S32V234[1] ("Treerunner") vision microprocessors are targeted for high-performance, computationally intensive vision and sensor fusion applications that require automotive safety levels. They include leading edge Camera Vision modules like APEX-2, ISP and GPU. The S32V234-EVB and S32V

[PATCH v2 6/6] arm64: defconfig: Enable configs for S32V234

2019-08-09 Thread Stefan-gabriel Mirea
From: Mihaela Martinas Enable support for the S32V234 SoC, including the previously added UART driver. Signed-off-by: Mihaela Martinas Signed-off-by: Adrian.Nitu Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/configs/defconfig | 3 +++ 1 file changed,

[PATCH v2 3/6] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-08-09 Thread Stefan-gabriel Mirea
From: Stoica Cosmin-Stefan Add initial version of device tree for S32V234-EVB, including nodes for the 4 Cortex-A53 cores, AIPS bus with UART modules, ARM architected timer and Generic Interrupt Controller (GIC). Keep SoC level separate from board level to let future boards with this SoC share c

[PATCH v2 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-08-09 Thread Stefan-gabriel Mirea
From: Eddy Petrișor Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC bindings. Signed-off-by: Eddy Petrișor Signed-off-by: Stefan-Gabriel Mirea --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/de

[PATCH v2 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-09 Thread Stefan-gabriel Mirea
Introduce support for LINFlex driver, based on: - the version of Freescale LPUART driver after commit b3e3bf2ef2c7 ("Merge 4.0-rc7 into tty-next"); - commit abf1e0a98083 ("tty: serial: fsl_lpuart: lock port on console write"). In this basic version, the driver can be tested using initramfs and

[PATCH v2 2/6] arm64: Introduce config for S32

2019-08-09 Thread Stefan-gabriel Mirea
From: Mihaela Martinas Add configuration option for the Freescale S32 platform family in Kconfig.platforms. For starters, the only SoC supported will be Treerunner (S32V234), with a single execution target: the S32V234-EVB (rev 29288) board. Signed-off-by: Mihaela Martinas Signed-off-by: Stoica

[PATCH v2 4/6] dt-bindings: serial: Document Freescale LINFlex UART

2019-08-09 Thread Stefan-gabriel Mirea
From: Stoica Cosmin-Stefan Add documentation for the serial communication interface module (LINFlex), found in two instances on S32V234. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Larisa Grigore Signed-off-by: Stefan-Gabriel Mirea --- .../bindings/serial/fsl,s32-linflexuart.txt | 2

Re: [PATCH 2/3] KVM/Hyper-V: Add new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH

2019-08-09 Thread Vitaly Kuznetsov
lantianyu1...@gmail.com writes: > From: Tianyu Lan > > This patch adds new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH and let > user space to enable direct tlb flush function when only Hyper-V > hypervsior capability is exposed to VM. This patch also adds > enable_direct_tlbflush callback in the stru

Re: [PATCH 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page

2019-08-09 Thread Vitaly Kuznetsov
lantianyu1...@gmail.com writes: > From: Tianyu Lan > > The struct hv_vp_assist_page was defined incorrectly. > The "vtl_control" should be u64[3], "nested_enlightenments_control" > should be a u64 and there is 7 reserved bytes following "enlighten_vmentry". > This patch is to fix it. > > Signed-o

Re: [PATCH 0/7] Fix broken references to files under Documentation/*

2019-08-09 Thread Łukasz Stelmach
It was <2019-07-26 pią 13:47>, when Mauro Carvalho Chehab wrote: > Solves most of the pending broken references upstream, except for two of > them: > > $ ./scripts/documentation-file-ref-check > Documentation/riscv/boot-image-header.txt: > Documentation/riscv/booting.txt > MAINT

Re: [PATCH 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-09 Thread Stefan-gabriel Mirea
On 8/9/2019 12:53 PM, Will Deacon wrote: > On Fri, Aug 09, 2019 at 09:45:40AM +, Stefan-gabriel Mirea wrote: >> On 8/8/2019 8:17 PM, Will Deacon wrote: >>> On Thu, Aug 08, 2019 at 12:47:00PM +, Stefan-gabriel Mirea wrote: On 8/8/2019 11:08 AM, Will Deacon wrote: > On Fri, Aug 02, 2

Re: [PATCH 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-09 Thread Will Deacon
On Fri, Aug 09, 2019 at 09:45:40AM +, Stefan-gabriel Mirea wrote: > On 8/8/2019 8:17 PM, Will Deacon wrote: > > On Thu, Aug 08, 2019 at 12:47:00PM +, Stefan-gabriel Mirea wrote: > >> On 8/8/2019 11:08 AM, Will Deacon wrote: > >>> On Fri, Aug 02, 2019 at 07:47:23PM +, Stefan-gabriel Mire

[PATCH 2/3] KVM/Hyper-V: Add new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH

2019-08-09 Thread lantianyu1986
From: Tianyu Lan This patch adds new KVM cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH and let user space to enable direct tlb flush function when only Hyper-V hypervsior capability is exposed to VM. This patch also adds enable_direct_tlbflush callback in the struct kvm_x86_ops and platforms may use it to i

[PATCH 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page

2019-08-09 Thread lantianyu1986
From: Tianyu Lan The struct hv_vp_assist_page was defined incorrectly. The "vtl_control" should be u64[3], "nested_enlightenments_control" should be a u64 and there is 7 reserved bytes following "enlighten_vmentry". This patch is to fix it. Signed-off-by: Tianyu Lan --- arch/x86/include/asm/hy

[PATCH 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support

2019-08-09 Thread lantianyu1986
From: Tianyu Lan This patchset is to add Hyper-V direct tlb support in KVM. Hyper-V in L0 can delegate L1 hypervisor to handle tlb flush request from L2 guest when direct tlb flush is enabled in L1. Patch 2 introduces new cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH to enable feature from user space. Use

Re: [PATCH 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-09 Thread Stefan-gabriel Mirea
On 8/8/2019 8:17 PM, Will Deacon wrote: > On Thu, Aug 08, 2019 at 12:47:00PM +, Stefan-gabriel Mirea wrote: >> On 8/8/2019 11:08 AM, Will Deacon wrote: >>> On Fri, Aug 02, 2019 at 07:47:23PM +, Stefan-gabriel Mirea wrote: + linflex, + Use early cons