Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-11-05 Thread Lokesh Vutla
Hi Marc, On Monday 05 November 2018 09:06 PM, Marc Zyngier wrote: On 05/11/18 08:08, Lokesh Vutla wrote: Hi Marc, On Monday 29 October 2018 06:34 PM, Lokesh Vutla wrote: Hi Marc, On Sunday 28 October 2018 07:01 PM, Marc Zyngier wrote: Hi Lokesh, On Fri, 26 Oct 2018 21:19:41 +0100, Lokesh

Re: linux-next: Tree for Nov 5 (net/ipv6/af_inet6)

2018-11-05 Thread Randy Dunlap
On 11/4/18 9:51 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20181102: > > Non-merge commits (relative to Linus' tree): 418 on i386 or x86_64: ld: net/ipv6/af_inet6.o: in function `inet6_init': af_inet6.c:(.init.text+0x285): undefined reference to `ipv6_anycast_init' ld:

[PATCH] arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply

2018-11-05 Thread Neil Armstrong
The hdmi_5v regulator must be enabled to provide power to the physical HDMI PHY and enables the HDMI 5V presence loopback for the monitor. Fixes: b409f625a6d5 ("ARM64: dts: meson-gx: Add HDMI_5V regulator on selected boards") Signed-off-by: Neil Armstrong ---

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-11-05 Thread Lokesh Vutla
Hi Marc, On Monday 05 November 2018 09:06 PM, Marc Zyngier wrote: On 05/11/18 08:08, Lokesh Vutla wrote: Hi Marc, On Monday 29 October 2018 06:34 PM, Lokesh Vutla wrote: Hi Marc, On Sunday 28 October 2018 07:01 PM, Marc Zyngier wrote: Hi Lokesh, On Fri, 26 Oct 2018 21:19:41 +0100, Lokesh

Re: linux-next: Tree for Nov 5 (net/ipv6/af_inet6)

2018-11-05 Thread Randy Dunlap
On 11/4/18 9:51 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20181102: > > Non-merge commits (relative to Linus' tree): 418 on i386 or x86_64: ld: net/ipv6/af_inet6.o: in function `inet6_init': af_inet6.c:(.init.text+0x285): undefined reference to `ipv6_anycast_init' ld:

[PATCH] arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply

2018-11-05 Thread Neil Armstrong
The hdmi_5v regulator must be enabled to provide power to the physical HDMI PHY and enables the HDMI 5V presence loopback for the monitor. Fixes: b409f625a6d5 ("ARM64: dts: meson-gx: Add HDMI_5V regulator on selected boards") Signed-off-by: Neil Armstrong ---

Re: [PATCH 2] mm/kvmalloc: do not call kmalloc for size > KMALLOC_MAX_SIZE

2018-11-05 Thread Konstantin Khlebnikov
On 05.11.2018 16:03, Vlastimil Babka wrote: On 11/1/18 11:09 AM, Konstantin Khlebnikov wrote: Allocations over KMALLOC_MAX_SIZE could be served only by vmalloc. Signed-off-by: Konstantin Khlebnikov Makes sense regardless of warnings stuff. Acked-by: Vlastimil Babka But it must be

Re: [PATCH 2] mm/kvmalloc: do not call kmalloc for size > KMALLOC_MAX_SIZE

2018-11-05 Thread Konstantin Khlebnikov
On 05.11.2018 16:03, Vlastimil Babka wrote: On 11/1/18 11:09 AM, Konstantin Khlebnikov wrote: Allocations over KMALLOC_MAX_SIZE could be served only by vmalloc. Signed-off-by: Konstantin Khlebnikov Makes sense regardless of warnings stuff. Acked-by: Vlastimil Babka But it must be

[PATCH v1] watchdog: npcm: Modify npcm watchdog kconfig arch parameter

2018-11-05 Thread Tomer Maimon
Modify Nuvoton watchdog Kconfig default supported architecture name to ARCH_NPCM7XX because ARCH_NPCM750 architecture name is not supported. Signed-off-by: Tomer Maimon --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig

[PATCH v1] watchdog: npcm: Modify npcm watchdog kconfig arch parameter

2018-11-05 Thread Tomer Maimon
Modify Nuvoton watchdog Kconfig default supported architecture name to ARCH_NPCM7XX because ARCH_NPCM750 architecture name is not supported. Signed-off-by: Tomer Maimon --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig

Re: [alsa-devel] [PATCH v2] staging: bcm2835-audio: interpolate audio delay

2018-11-05 Thread Takashi Iwai
On Mon, 05 Nov 2018 16:57:07 +0100, Mike Brady wrote: > > > One another thing I'd like to point out is that the value given in the > > patch is nothing but an estimated position, optimistically calculated > > via the system timer. Mike and I had already discussion in another > > thread, and

Re: [alsa-devel] [PATCH v2] staging: bcm2835-audio: interpolate audio delay

2018-11-05 Thread Takashi Iwai
On Mon, 05 Nov 2018 16:57:07 +0100, Mike Brady wrote: > > > One another thing I'd like to point out is that the value given in the > > patch is nothing but an estimated position, optimistically calculated > > via the system timer. Mike and I had already discussion in another > > thread, and

Re: [PATCH] riscv: add asm/unistd.h UAPI header

2018-11-05 Thread Marcin Juszkiewicz
W dniu 05.11.2018 o 15:26, David Abdurachmanov pisze: > Marcin Juszkiewicz reported issues while generating syscall table for riscv > using 4.20-rc1. The patch refactors our unistd.h files to match some other > architectures. > > - Add asm/unistd.h UAPI header, which has __ARCH_WANT_NEW_STAT > -

Re: [PATCH] riscv: add asm/unistd.h UAPI header

2018-11-05 Thread Marcin Juszkiewicz
W dniu 05.11.2018 o 15:26, David Abdurachmanov pisze: > Marcin Juszkiewicz reported issues while generating syscall table for riscv > using 4.20-rc1. The patch refactors our unistd.h files to match some other > architectures. > > - Add asm/unistd.h UAPI header, which has __ARCH_WANT_NEW_STAT > -

Re: [PATCH v2] i2c: rk3x: fix some typo

2018-11-05 Thread Frank Lee
I am sorry. -- Yangtao On Fri, Nov 2, 2018 at 8:58 PM Peter Rosin wrote: > > On 2018-11-02 13:45, Yangtao Li wrote: > > Fix multiple instances of a misspelled "Calculates". > > Yes, it sure is hard to spell "Calcluated," it's almost impossible to > get it completely right and not introduce

Re: [PATCH v2] i2c: rk3x: fix some typo

2018-11-05 Thread Frank Lee
I am sorry. -- Yangtao On Fri, Nov 2, 2018 at 8:58 PM Peter Rosin wrote: > > On 2018-11-02 13:45, Yangtao Li wrote: > > Fix multiple instances of a misspelled "Calculates". > > Yes, it sure is hard to spell "Calcluated," it's almost impossible to > get it completely right and not introduce

Re: [PATCH v6 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

2018-11-05 Thread Boris Brezillon
On Fri, 2 Nov 2018 00:42:21 +0800 Jianxin Pan wrote: > +#define NFC_REG_CMD 0x00 > +#define NFC_CMD_DRD (0x8 << 14) > +#define NFC_CMD_IDLE (0xc << 14) > +#define NFC_CMD_DWR (0x4 << 14) > +#define NFC_CMD_CLE (0x5 << 14) > +#define NFC_CMD_ALE

Re: [PATCH v6 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

2018-11-05 Thread Boris Brezillon
On Fri, 2 Nov 2018 00:42:21 +0800 Jianxin Pan wrote: > +#define NFC_REG_CMD 0x00 > +#define NFC_CMD_DRD (0x8 << 14) > +#define NFC_CMD_IDLE (0xc << 14) > +#define NFC_CMD_DWR (0x4 << 14) > +#define NFC_CMD_CLE (0x5 << 14) > +#define NFC_CMD_ALE

[tip:x86/urgent] x86/build: Remove -pipe from KBUILD_CFLAGS

2018-11-05 Thread tip-bot for Nathan Chancellor
Commit-ID: 437e88ab8f9e2ad90576ab74c4cf8f527bbf51cd Gitweb: https://git.kernel.org/tip/437e88ab8f9e2ad90576ab74c4cf8f527bbf51cd Author: Nathan Chancellor AuthorDate: Tue, 23 Oct 2018 16:11:25 -0700 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 16:45:32 +0100 x86/build: Remove

[tip:x86/urgent] x86/build: Remove -pipe from KBUILD_CFLAGS

2018-11-05 Thread tip-bot for Nathan Chancellor
Commit-ID: 437e88ab8f9e2ad90576ab74c4cf8f527bbf51cd Gitweb: https://git.kernel.org/tip/437e88ab8f9e2ad90576ab74c4cf8f527bbf51cd Author: Nathan Chancellor AuthorDate: Tue, 23 Oct 2018 16:11:25 -0700 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 16:45:32 +0100 x86/build: Remove

[tip:x86/urgent] x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()

2018-11-05 Thread tip-bot for Yi Wang
Commit-ID: b42967dcac1d4f5b059ec25568136462bcb051fe Gitweb: https://git.kernel.org/tip/b42967dcac1d4f5b059ec25568136462bcb051fe Author: Yi Wang AuthorDate: Mon, 29 Oct 2018 15:17:31 +0800 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 16:45:24 +0100 x86/hyper-v: Fix

[tip:x86/urgent] x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()

2018-11-05 Thread tip-bot for Yi Wang
Commit-ID: b42967dcac1d4f5b059ec25568136462bcb051fe Gitweb: https://git.kernel.org/tip/b42967dcac1d4f5b059ec25568136462bcb051fe Author: Yi Wang AuthorDate: Mon, 29 Oct 2018 15:17:31 +0800 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 16:45:24 +0100 x86/hyper-v: Fix

[PATCH v2 17/17] arm64: dts: qcom: pms405: Add pon and pwrkey nodes

2018-11-05 Thread Vinod Koul
PMS405 also features PON block, so add PON and PWRKEY nodes Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index

[PATCH v2 17/17] arm64: dts: qcom: pms405: Add pon and pwrkey nodes

2018-11-05 Thread Vinod Koul
PMS405 also features PON block, so add PON and PWRKEY nodes Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index

[PATCH v2 15/17] arm64: dts: qcom: qcs404: Add BAM DMA node

2018-11-05 Thread Vinod Koul
Add the BAM DMA instance found in BLSP1 node of the QCS404 Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index

[PATCH v2 07/17] arm64: dts: qcom: qcs404: Add sdcc1 node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the sdcc1 node and enable it for the QCS404-EVB. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 64 + arch/arm64/boot/dts/qcom/qcs404.dtsi| 17 + 2 files changed, 81

[PATCH v2 13/17] arm64: dts: qcom: qcs404: Add remoteproc nodes

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the TrustZone based remoteproc nodes and their glink edges for adsp, cdsp and wcss. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 87 1 file changed, 87 insertions(+) diff

[PATCH v2 14/17] arm64: dts: qcom: qcs404: add prng-ee node

2018-11-05 Thread Vinod Koul
RNG hardware in QCS404 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for QCS404. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 11/17] arm64: dts: qcom: pms405: add gpios

2018-11-05 Thread Vinod Koul
Add the GPIOs present on PMS405 chip. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index cdb4547c998b..18410d9f0f8f 100644 ---

[PATCH v2 15/17] arm64: dts: qcom: qcs404: Add BAM DMA node

2018-11-05 Thread Vinod Koul
Add the BAM DMA instance found in BLSP1 node of the QCS404 Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index

[PATCH v2 07/17] arm64: dts: qcom: qcs404: Add sdcc1 node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the sdcc1 node and enable it for the QCS404-EVB. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 64 + arch/arm64/boot/dts/qcom/qcs404.dtsi| 17 + 2 files changed, 81

[PATCH v2 13/17] arm64: dts: qcom: qcs404: Add remoteproc nodes

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the TrustZone based remoteproc nodes and their glink edges for adsp, cdsp and wcss. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 87 1 file changed, 87 insertions(+) diff

[PATCH v2 14/17] arm64: dts: qcom: qcs404: add prng-ee node

2018-11-05 Thread Vinod Koul
RNG hardware in QCS404 features (Execution Environment) EE for HLOS to use, add the node for prng-ee for QCS404. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 11/17] arm64: dts: qcom: pms405: add gpios

2018-11-05 Thread Vinod Koul
Add the GPIOs present on PMS405 chip. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi b/arch/arm64/boot/dts/qcom/pms405.dtsi index cdb4547c998b..18410d9f0f8f 100644 ---

[PATCH v2 16/17] arm64: dts: qcom: qcs404: Use BAM DMA for serial uart2

2018-11-05 Thread Vinod Koul
We can use BAM DAM for serial UART data transfers, so add it Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 88e04a0ee67f..23a16b7c43b6

[PATCH v2 08/17] arm64: dts: qcom: pms405: add spmi node

2018-11-05 Thread Vinod Koul
Add the pms405 DT file with spmi node. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/pms405.dtsi diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi

[PATCH v2 12/17] arm64: dts: qcom: qcs404: Add scm firmware node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the scm firmware node to QCS404 Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 10/17] arm64: dts: qcom: pms405: add rtc node

2018-11-05 Thread Vinod Koul
RTC is found on PMIC PMS405 and is same as other PMIC used, so add the rtc node with compatible as qcom,pm8941-rtc Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi

[PATCH v2 16/17] arm64: dts: qcom: qcs404: Use BAM DMA for serial uart2

2018-11-05 Thread Vinod Koul
We can use BAM DAM for serial UART data transfers, so add it Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 88e04a0ee67f..23a16b7c43b6

[PATCH v2 08/17] arm64: dts: qcom: pms405: add spmi node

2018-11-05 Thread Vinod Koul
Add the pms405 DT file with spmi node. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/pms405.dtsi diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi

[PATCH v2 12/17] arm64: dts: qcom: qcs404: Add scm firmware node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the scm firmware node to QCS404 Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 10/17] arm64: dts: qcom: pms405: add rtc node

2018-11-05 Thread Vinod Koul
RTC is found on PMIC PMS405 and is same as other PMIC used, so add the rtc node with compatible as qcom,pm8941-rtc Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/pms405.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/pms405.dtsi

[PATCH v2 09/17] arm64: dts: qcom: qcs404: add spmi node

2018-11-05 Thread Vinod Koul
PMS405 is used in QCS405-EVB so include that with SPMI nodes Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 1 + arch/arm64/boot/dts/qcom/qcs404.dtsi| 18 ++ 2 files changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dts

[PATCH v2 09/17] arm64: dts: qcom: qcs404: add spmi node

2018-11-05 Thread Vinod Koul
PMS405 is used in QCS405-EVB so include that with SPMI nodes Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 1 + arch/arm64/boot/dts/qcom/qcs404.dtsi| 18 ++ 2 files changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dts

[PATCH v2 04/17] arm64: dts: qcom: qcs404: Add PMS405 RPM regulators

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the RPM regulators found in PMS405 which is used in qcs404-evb Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 97 + 1 file changed, 97 insertions(+) diff --git

[PATCH v2 05/17] arm64: dts: qcom: qcs404: add smp2p nodes

2018-11-05 Thread Vinod Koul
Add the smp2p-adsp, smp2p-cdsp and smp2p-wcss nodes found in QCS404. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 60 1 file changed, 60 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 04/17] arm64: dts: qcom: qcs404: Add PMS405 RPM regulators

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the RPM regulators found in PMS405 which is used in qcs404-evb Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404-evb.dts | 97 + 1 file changed, 97 insertions(+) diff --git

[PATCH v2 05/17] arm64: dts: qcom: qcs404: add smp2p nodes

2018-11-05 Thread Vinod Koul
Add the smp2p-adsp, smp2p-cdsp and smp2p-wcss nodes found in QCS404. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 60 1 file changed, 60 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 01/17] arm64: dts: qcom: qcs404: add base dts files

2018-11-05 Thread Vinod Koul
Add base dts files for QCS404 chipset along with cpu, timer, gcc and uart2 nodes. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/qcs404-evb.dts | 21 arch/arm64/boot/dts/qcom/qcs404.dtsi| 175 3

[PATCH v2 00/17] arm64: dts: qcom: qcs404: Add Device tree nodes

2018-11-05 Thread Vinod Koul
This series adds support for various nodes for QCS404-EVB. Based on v4.20-rc1 Changes in v2: Fix cpu binding Bjorn Andersson (7): arm64: dts: qcom: qcs404: Add reserved-memory regions arm64: dts: qcom: qcs404: Add RPM GLINK related nodes arm64: dts: qcom: qcs404: Add PMS405 RPM

[PATCH v2 01/17] arm64: dts: qcom: qcs404: add base dts files

2018-11-05 Thread Vinod Koul
Add base dts files for QCS404 chipset along with cpu, timer, gcc and uart2 nodes. Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/qcs404-evb.dts | 21 arch/arm64/boot/dts/qcom/qcs404.dtsi| 175 3

[PATCH v2 00/17] arm64: dts: qcom: qcs404: Add Device tree nodes

2018-11-05 Thread Vinod Koul
This series adds support for various nodes for QCS404-EVB. Based on v4.20-rc1 Changes in v2: Fix cpu binding Bjorn Andersson (7): arm64: dts: qcom: qcs404: Add reserved-memory regions arm64: dts: qcom: qcs404: Add RPM GLINK related nodes arm64: dts: qcom: qcs404: Add PMS405 RPM

[PATCH v2 02/17] arm64: dts: qcom: qcs404: Add reserved-memory regions

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the reserved memory regions in QCS404 Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 03/17] arm64: dts: qcom: qcs404: Add RPM GLINK related nodes

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add RPM GLINK node and the RPM message ram, hwspinlock, APCS apps global and smem nodes it depends on. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 44 1 file changed, 44

[PATCH v2 06/17] arm64: dts: qcom: qcs404: Add TLMM pinctrl node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the QCS404 TLMM pinctrl node with its three tiles. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 02/17] arm64: dts: qcom: qcs404: Add reserved-memory regions

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the reserved memory regions in QCS404 Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 41 1 file changed, 41 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

[PATCH v2 03/17] arm64: dts: qcom: qcs404: Add RPM GLINK related nodes

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add RPM GLINK node and the RPM message ram, hwspinlock, APCS apps global and smem nodes it depends on. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 44 1 file changed, 44

[PATCH v2 06/17] arm64: dts: qcom: qcs404: Add TLMM pinctrl node

2018-11-05 Thread Vinod Koul
From: Bjorn Andersson Add the QCS404 TLMM pinctrl node with its three tiles. Signed-off-by: Bjorn Andersson Signed-off-by: Vinod Koul --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi

Re: [tip:x86/urgent] x86/vsmp: Remove dependency on pv_irq_ops

2018-11-05 Thread Thomas Gleixner
On Mon, 5 Nov 2018, Ingo Molnar wrote: > > * tip-bot for Eial Czerwacki wrote: > > > Commit-ID: 7f2d7f8190d856949d8aaab55d3902cd10ea1048 > > Gitweb: > > https://git.kernel.org/tip/7f2d7f8190d856949d8aaab55d3902cd10ea1048 > > Author: Eial Czerwacki > > AuthorDate: Mon, 5 Nov 2018

Re: [tip:x86/urgent] x86/vsmp: Remove dependency on pv_irq_ops

2018-11-05 Thread Thomas Gleixner
On Mon, 5 Nov 2018, Ingo Molnar wrote: > > * tip-bot for Eial Czerwacki wrote: > > > Commit-ID: 7f2d7f8190d856949d8aaab55d3902cd10ea1048 > > Gitweb: > > https://git.kernel.org/tip/7f2d7f8190d856949d8aaab55d3902cd10ea1048 > > Author: Eial Czerwacki > > AuthorDate: Mon, 5 Nov 2018

Re: [PATCH 19/28] perf beauty: Wire up the mmap flags table generator to the Makefile

2018-11-05 Thread Guenter Roeck
On Wed, Oct 31, 2018 at 01:44:59PM -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Now when we run 'make -C tools/perf O=/tmp/build/perf' we end up with: > > $ cat /tmp/build/perf/trace/beauty/generated/mmap_flags_array.c > static const char *mmap_flags[] = { >

Re: [PATCH 19/28] perf beauty: Wire up the mmap flags table generator to the Makefile

2018-11-05 Thread Guenter Roeck
On Wed, Oct 31, 2018 at 01:44:59PM -0300, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Now when we run 'make -C tools/perf O=/tmp/build/perf' we end up with: > > $ cat /tmp/build/perf/trace/beauty/generated/mmap_flags_array.c > static const char *mmap_flags[] = { >

Re: [PATCH 1/2] perf: Add munmap callback

2018-11-05 Thread Liang, Kan
On 11/5/2018 5:59 AM, Stephane Eranian wrote: Hi Kan, I built a small test case for you to demonstrate the issue for code and data. Compile the test program and then do: For text: $ perf record ./mmap $ perf report -D | fgrep MMAP2 The test program mmaps 2 pages, unmaps the second, and

Re: [PATCH 1/2] perf: Add munmap callback

2018-11-05 Thread Liang, Kan
On 11/5/2018 5:59 AM, Stephane Eranian wrote: Hi Kan, I built a small test case for you to demonstrate the issue for code and data. Compile the test program and then do: For text: $ perf record ./mmap $ perf report -D | fgrep MMAP2 The test program mmaps 2 pages, unmaps the second, and

Re: [PATCH] tsc: make calibration refinement more robust

2018-11-05 Thread Daniel Vacek
On Sat, Nov 3, 2018 at 11:04 AM, Thomas Gleixner wrote: > Daniel, > > On Fri, 2 Nov 2018, Daniel Vacek wrote: >> On Thu, Nov 1, 2018 at 4:34 PM, Thomas Gleixner wrote: >> >> -#define MAX_RETRIES 5 >> >> -#define SMI_TRESHOLD5 >> >> +#define MAX_RETRIES 5 >> >> +#define TSC_THRESHOLD

Re: [PATCH] tsc: make calibration refinement more robust

2018-11-05 Thread Daniel Vacek
On Sat, Nov 3, 2018 at 11:04 AM, Thomas Gleixner wrote: > Daniel, > > On Fri, 2 Nov 2018, Daniel Vacek wrote: >> On Thu, Nov 1, 2018 at 4:34 PM, Thomas Gleixner wrote: >> >> -#define MAX_RETRIES 5 >> >> -#define SMI_TRESHOLD5 >> >> +#define MAX_RETRIES 5 >> >> +#define TSC_THRESHOLD

Re: [tip:x86/urgent] x86/vsmp: Remove dependency on pv_irq_ops

2018-11-05 Thread Ingo Molnar
* tip-bot for Eial Czerwacki wrote: > Commit-ID: 7f2d7f8190d856949d8aaab55d3902cd10ea1048 > Gitweb: > https://git.kernel.org/tip/7f2d7f8190d856949d8aaab55d3902cd10ea1048 > Author: Eial Czerwacki > AuthorDate: Mon, 5 Nov 2018 10:01:04 +0200 > Committer: Thomas Gleixner >

Re: [tip:x86/urgent] x86/vsmp: Remove dependency on pv_irq_ops

2018-11-05 Thread Ingo Molnar
* tip-bot for Eial Czerwacki wrote: > Commit-ID: 7f2d7f8190d856949d8aaab55d3902cd10ea1048 > Gitweb: > https://git.kernel.org/tip/7f2d7f8190d856949d8aaab55d3902cd10ea1048 > Author: Eial Czerwacki > AuthorDate: Mon, 5 Nov 2018 10:01:04 +0200 > Committer: Thomas Gleixner >

RE: [PATCH v1 1/8] perf/x86: add support to mask counters from host

2018-11-05 Thread Wang, Wei W
On Monday, November 5, 2018 8:14 PM, Peter Zijlstra wrote: > The answer for PEBS is really simple; PEBS does not virtualize (Andi tried and > can tell you why; IIRC it has something to do with how the hardware asks for > a Linear Address instead of a Physical Address). So the problem will not >

RE: [PATCH v1 1/8] perf/x86: add support to mask counters from host

2018-11-05 Thread Wang, Wei W
On Monday, November 5, 2018 8:14 PM, Peter Zijlstra wrote: > The answer for PEBS is really simple; PEBS does not virtualize (Andi tried and > can tell you why; IIRC it has something to do with how the hardware asks for > a Linear Address instead of a Physical Address). So the problem will not >

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-11-05 Thread Marc Zyngier
On 05/11/18 08:08, Lokesh Vutla wrote: > Hi Marc, > > On Monday 29 October 2018 06:34 PM, Lokesh Vutla wrote: >> Hi Marc, >> >> On Sunday 28 October 2018 07:01 PM, Marc Zyngier wrote: >>> Hi Lokesh, >>> >>> On Fri, 26 Oct 2018 21:19:41 +0100, >>> Lokesh Vutla wrote: Hi Marc,

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-11-05 Thread Marc Zyngier
On 05/11/18 08:08, Lokesh Vutla wrote: > Hi Marc, > > On Monday 29 October 2018 06:34 PM, Lokesh Vutla wrote: >> Hi Marc, >> >> On Sunday 28 October 2018 07:01 PM, Marc Zyngier wrote: >>> Hi Lokesh, >>> >>> On Fri, 26 Oct 2018 21:19:41 +0100, >>> Lokesh Vutla wrote: Hi Marc,

Re: [PATCH] x86/gart: Rewrite early_gart_iommu_check() comment

2018-11-05 Thread Ingo Molnar
* Borislav Petkov wrote: > From: Borislav Petkov > > ... to actually explain what the function is trying to do. > > Reported-by: Mike Rapoport > Signed-off-by: Borislav Petkov > --- > arch/x86/kernel/aperture_64.c | 25 +++-- > 1 file changed, 15 insertions(+), 10

Re: [PATCH] x86/gart: Rewrite early_gart_iommu_check() comment

2018-11-05 Thread Ingo Molnar
* Borislav Petkov wrote: > From: Borislav Petkov > > ... to actually explain what the function is trying to do. > > Reported-by: Mike Rapoport > Signed-off-by: Borislav Petkov > --- > arch/x86/kernel/aperture_64.c | 25 +++-- > 1 file changed, 15 insertions(+), 10

Re: [PATCH] mm: fix uninitialized variable warnings

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Jan Kara wrote: > On Fri 02-11-18 16:31:06, Arnd Bergmann wrote: >> In a rare randconfig build, I got a warning about possibly uninitialized >> variables: >> >> mm/page-writeback.c: In function 'balance_dirty_pages': >> mm/page-writeback.c:1623:16: error: 'writeback' may be used

Re: [PATCH] mm: fix uninitialized variable warnings

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Jan Kara wrote: > On Fri 02-11-18 16:31:06, Arnd Bergmann wrote: >> In a rare randconfig build, I got a warning about possibly uninitialized >> variables: >> >> mm/page-writeback.c: In function 'balance_dirty_pages': >> mm/page-writeback.c:1623:16: error: 'writeback' may be used

[RESEND] staging: rtl8723bs: fix small typo

2018-11-05 Thread Yangtao Li
ture->true Signed-off-by: Yangtao Li --- drivers/staging/rtl8723bs/include/rtw_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/include/rtw_cmd.h b/drivers/staging/rtl8723bs/include/rtw_cmd.h index 1530d0ea1d51..7dc5bf050839 100644 ---

[RESEND] staging: rtl8723bs: fix small typo

2018-11-05 Thread Yangtao Li
ture->true Signed-off-by: Yangtao Li --- drivers/staging/rtl8723bs/include/rtw_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/include/rtw_cmd.h b/drivers/staging/rtl8723bs/include/rtw_cmd.h index 1530d0ea1d51..7dc5bf050839 100644 ---

[RESEND] Staging: rtl8712: fix small typo

2018-11-05 Thread Yangtao Li
ture->true Signed-off-by: Yangtao Li --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index 24da2ccea04f..37960b04beee 100644 ---

[RESEND] Staging: rtl8712: fix small typo

2018-11-05 Thread Yangtao Li
ture->true Signed-off-by: Yangtao Li --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index 24da2ccea04f..37960b04beee 100644 ---

Re: [alsa-devel] [PATCH] ASoC: skl: always select SND_SOC_HDAC_HDA

2018-11-05 Thread Takashi Iwai
On Mon, 05 Nov 2018 16:07:50 +0100, Arnd Bergmann wrote: > > On 11/5/18, Andy Shevchenko wrote: > > On Sun, Nov 04, 2018 at 10:45:17AM -0600, Pierre-Louis Bossart wrote: > > > >> So yes indeed we have to add a select HDAC_HDA statement under the > >> SKYLAKE > >> config - i just don't know of

Re: [alsa-devel] [PATCH] ASoC: skl: always select SND_SOC_HDAC_HDA

2018-11-05 Thread Takashi Iwai
On Mon, 05 Nov 2018 16:07:50 +0100, Arnd Bergmann wrote: > > On 11/5/18, Andy Shevchenko wrote: > > On Sun, Nov 04, 2018 at 10:45:17AM -0600, Pierre-Louis Bossart wrote: > > > >> So yes indeed we have to add a select HDAC_HDA statement under the > >> SKYLAKE > >> config - i just don't know of

[PATCH v2] staging: vt6655: fix small typo

2018-11-05 Thread Yangtao Li
Correct spelling mistakes of "Calculate" Signed-off-by: Yangtao Li --- changes in v2: -add changelog --- drivers/staging/vt6655/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index

[PATCH v2] staging: vt6655: fix small typo

2018-11-05 Thread Yangtao Li
Correct spelling mistakes of "Calculate" Signed-off-by: Yangtao Li --- changes in v2: -add changelog --- drivers/staging/vt6655/baseband.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index

[PATCH] z3fold: fix possible reclaim races

2018-11-05 Thread Vitaly Wool
Reclaim and free can race on an object which is basically fine but in order for reclaim to be able to map "freed" object we need to encode object length in the handle. handle_to_chunks() is then introduced to extract object length from a handle and use it during mapping. Moreover, to avoid

[PATCH] z3fold: fix possible reclaim races

2018-11-05 Thread Vitaly Wool
Reclaim and free can race on an object which is basically fine but in order for reclaim to be able to map "freed" object we need to encode object length in the handle. handle_to_chunks() is then introduced to extract object length from a handle and use it during mapping. Moreover, to avoid

[PATCH] init/Kconfig: make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC

2018-11-05 Thread Changbin Du
Currently CC_OPTIMIZE_FOR_DEBUGGING is only able to build with GCC. For clang, -Og optimization level could break kernel build. So make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC. Cc: Masahiro Yamada Signed-off-by: Changbin Du --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] init/Kconfig: make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC

2018-11-05 Thread Changbin Du
Currently CC_OPTIMIZE_FOR_DEBUGGING is only able to build with GCC. For clang, -Og optimization level could break kernel build. So make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC. Cc: Masahiro Yamada Signed-off-by: Changbin Du --- init/Kconfig | 1 + 1 file changed, 1 insertion(+) diff

Re: BUG: aio/direct-io data corruption in 4.7

2018-11-05 Thread Gregory Shapiro
Hello, my name is Gregory Shapiro and I am a newbie on this list. I recently encountered data corruption as I got a kernel to acknowledge write ("io_getevents" system call with a correct number of bytes) but undergoing write to disk failed. After investigating the problem I found it is identical

Re: BUG: aio/direct-io data corruption in 4.7

2018-11-05 Thread Gregory Shapiro
Hello, my name is Gregory Shapiro and I am a newbie on this list. I recently encountered data corruption as I got a kernel to acknowledge write ("io_getevents" system call with a correct number of bytes) but undergoing write to disk failed. After investigating the problem I found it is identical

Re: [PATCH] ACPI / PMIC: xpower: fix IOSF_MBI dependency

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Andy Shevchenko wrote: > On Fri, Nov 02, 2018 at 11:07:34PM +0100, Arnd Bergmann wrote: >> On 11/2/18, Andy Shevchenko wrote: >> > On Fri, Nov 02, 2018 at 12:06:43PM +0100, Arnd Bergmann wrote: > >> >> - depends on MFD_AXP20X_I2C && IOSF_MBI >> >> + depends on MFD_AXP20X_I2C &&

Re: [PATCH] ACPI / PMIC: xpower: fix IOSF_MBI dependency

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Andy Shevchenko wrote: > On Fri, Nov 02, 2018 at 11:07:34PM +0100, Arnd Bergmann wrote: >> On 11/2/18, Andy Shevchenko wrote: >> > On Fri, Nov 02, 2018 at 12:06:43PM +0100, Arnd Bergmann wrote: > >> >> - depends on MFD_AXP20X_I2C && IOSF_MBI >> >> + depends on MFD_AXP20X_I2C &&

Re: [alsa-devel] [PATCH] ASoC: skl: always select SND_SOC_HDAC_HDA

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Andy Shevchenko wrote: > On Sun, Nov 04, 2018 at 10:45:17AM -0600, Pierre-Louis Bossart wrote: > >> So yes indeed we have to add a select HDAC_HDA statement under the >> SKYLAKE >> config - i just don't know of any other means to say "don't build >> HDAC_HDA >> as a module when

Re: [alsa-devel] [PATCH] ASoC: skl: always select SND_SOC_HDAC_HDA

2018-11-05 Thread Arnd Bergmann
On 11/5/18, Andy Shevchenko wrote: > On Sun, Nov 04, 2018 at 10:45:17AM -0600, Pierre-Louis Bossart wrote: > >> So yes indeed we have to add a select HDAC_HDA statement under the >> SKYLAKE >> config - i just don't know of any other means to say "don't build >> HDAC_HDA >> as a module when

[PATCH v2 0/1] memory_hotplug: fix the panic when memory end is not

2018-11-05 Thread Mikhail Zaslonko
This patch refers to the older thread: https://marc.info/?t=15365830641=1=2 I have tried to take the approaches suggested in the discussion like simply ignoring unaligned memory to section memory much earlier or initializing struct pages beyond the "end" but both had issues. First I tried to

[PATCH v2 0/1] memory_hotplug: fix the panic when memory end is not

2018-11-05 Thread Mikhail Zaslonko
This patch refers to the older thread: https://marc.info/?t=15365830641=1=2 I have tried to take the approaches suggested in the discussion like simply ignoring unaligned memory to section memory much earlier or initializing struct pages beyond the "end" but both had issues. First I tried to

[PATCH v2 1/1] memory_hotplug: fix the panic when memory end is not on the section boundary

2018-11-05 Thread Mikhail Zaslonko
If memory end is not aligned with the sparse memory section boundary, the mapping of such a section is only partly initialized. This may lead to VM_BUG_ON due to uninitialized struct pages access from is_mem_section_removable() or test_pages_in_a_zone() function triggered by memory_hotplug sysfs

[PATCH v2 1/1] memory_hotplug: fix the panic when memory end is not on the section boundary

2018-11-05 Thread Mikhail Zaslonko
If memory end is not aligned with the sparse memory section boundary, the mapping of such a section is only partly initialized. This may lead to VM_BUG_ON due to uninitialized struct pages access from is_mem_section_removable() or test_pages_in_a_zone() function triggered by memory_hotplug sysfs

[PATCH 6/6] device property: Remove struct property_set

2018-11-05 Thread Heikki Krogerus
Replacing struct property_set with the software nodes that were just introduced. The API and functionality for adding properties to devices remains the same, however, the goal is to convert the drivers to use the API for software nodes when the device has no real firmware node, and use the old

[PATCH 3/6] ACPI / glue: Add acpi_platform_notify() function

2018-11-05 Thread Heikki Krogerus
Instead of relying on the "platform_notify" callback hook, introducing separate notification function acpi_platform_notify() and calling that directly from drivers core when device entries are added and removed. Signed-off-by: Heikki Krogerus --- drivers/acpi/bus.c | 1 -

<    4   5   6   7   8   9   10   11   12   13   >