[PATCH] mtd: rawnand: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Boris Brezillon Cc: Miquel Raynal Cc: Richard Weinberger Cc: David Woodhouse Cc: Brian Norris Cc: Marek Vasut Cc: linux-...@lists.infradead.org Signed-off-by:

[PATCH] ASoC: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Timur Tabi Cc: Nicolin Chen Cc: Xiubo Li Cc: Fabio Estevam Cc: Liam Girdwood Cc: Mark Brown Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Carlo Caione Cc: Kevin

[PATCH] backlight: pm8941: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: Bartlomiej Zolnierkiewicz Cc: dri-de...@lists.freedesktop.org Cc: linux-fb...@vger.kernel.org Signed-off-by: Rob

[PATCH] tty: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linux-ser...@vger.kernel.org Cc:

[PATCH] mtd: rawnand: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Boris Brezillon Cc: Miquel Raynal Cc: Richard Weinberger Cc: David Woodhouse Cc: Brian Norris Cc: Marek Vasut Cc: linux-...@lists.infradead.org Signed-off-by:

[PATCH] ASoC: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Timur Tabi Cc: Nicolin Chen Cc: Xiubo Li Cc: Fabio Estevam Cc: Liam Girdwood Cc: Mark Brown Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Carlo Caione Cc: Kevin

[PATCH] backlight: pm8941: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Cc: Bartlomiej Zolnierkiewicz Cc: dri-de...@lists.freedesktop.org Cc: linux-fb...@vger.kernel.org Signed-off-by: Rob

[PATCH] tty: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linux-ser...@vger.kernel.org Cc:

[PATCH] phy: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Kishon Vijay Abraham I Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/phy/broadcom/phy-bcm-cygnus-pcie.c| 4 ++--

[PATCH] nvmem: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Srinivas Kandagatla Signed-off-by: Rob Herring --- drivers/nvmem/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "Benoît Cousson" Cc: Paul Walmsley Cc: Tony Lindgren Cc: linux-o...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring ---

[PATCH] ARM: shmobile: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Simon Horman Cc: Magnus Damm Cc: linux-arm-ker...@lists.infradead.org Cc: linux-renesas-...@vger.kernel.org Signed-off-by: Rob Herring ---

[PATCH] nvmem: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Srinivas Kandagatla Signed-off-by: Rob Herring --- drivers/nvmem/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "Benoît Cousson" Cc: Paul Walmsley Cc: Tony Lindgren Cc: linux-o...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring ---

[PATCH] ARM: shmobile: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Simon Horman Cc: Magnus Damm Cc: linux-arm-ker...@lists.infradead.org Cc: linux-renesas-...@vger.kernel.org Signed-off-by: Rob Herring ---

[PATCH] phy: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Kishon Vijay Abraham I Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/phy/broadcom/phy-bcm-cygnus-pcie.c| 4 ++--

[PATCH] input: sun4i-lradc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Hans de Goede Cc: Dmitry Torokhov Cc: Maxime Ripard Cc: linux-in...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/input/keyboard/sun4i-lradc-keys.c | 6

[PATCH] input: sun4i-lradc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Hans de Goede Cc: Dmitry Torokhov Cc: Maxime Ripard Cc: linux-in...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/input/keyboard/sun4i-lradc-keys.c | 6

[PATCH] nios2: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Ley Foon Tan Cc: nios2-...@lists.rocketboards.org Signed-off-by: Rob Herring --- arch/nios2/kernel/time.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] powerpc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: Arnd Bergmann Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Rob Herring ---

[PATCH] nios2: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Ley Foon Tan Cc: nios2-...@lists.rocketboards.org Signed-off-by: Rob Herring --- arch/nios2/kernel/time.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] powerpc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: Arnd Bergmann Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Rob Herring ---

[PATCH] xtensa: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Chris Zankel Cc: Max Filippov Cc: linux-xte...@linux-xtensa.org Signed-off-by: Rob Herring --- arch/xtensa/platforms/xtfpga/setup.c | 6 +++--- 1 file changed, 3

[PATCH] xtensa: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Chris Zankel Cc: Max Filippov Cc: linux-xte...@linux-xtensa.org Signed-off-by: Rob Herring --- arch/xtensa/platforms/xtfpga/setup.c | 6 +++--- 1 file changed, 3

[PATCH] bus: fsl-mc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Stuart Yoder Cc: Laurentiu Tudor Signed-off-by: Rob Herring --- drivers/bus/fsl-mc/fsl-mc-bus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[PATCH] bus: fsl-mc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Stuart Yoder Cc: Laurentiu Tudor Signed-off-by: Rob Herring --- drivers/bus/fsl-mc/fsl-mc-bus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[PATCH] ata: ahci: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Hans de Goede Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/ata/libahci_platform.c | 8 1 file changed, 4

[PATCH] cpufreq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "Rafael J. Wysocki" Cc: Viresh Kumar Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Cc: linux...@vger.kernel.org Signed-off-by: Rob

[PATCH] ata: ahci: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Hans de Goede Cc: Jens Axboe Cc: linux-...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/ata/libahci_platform.c | 8 1 file changed, 4

[PATCH] cpufreq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "Rafael J. Wysocki" Cc: Viresh Kumar Cc: linux-arm-ker...@lists.infradead.org Cc: linux-samsung-...@vger.kernel.org Cc: linux...@vger.kernel.org Signed-off-by: Rob

[PATCH] firmware: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring --- drivers/firmware/scpi_pm_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/scpi_pm_domain.c

[PATCH] clocksource: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/clocksource/asm9260_timer.c

[PATCH] firmware: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring --- drivers/firmware/scpi_pm_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/scpi_pm_domain.c

[PATCH] clocksource: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- drivers/clocksource/asm9260_timer.c

[PATCH] gpio: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Linus Walleij Cc: linux-g...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/gpio/gpiolib-of.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] dmaengine: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Dan Williams Cc: Vinod Koul Cc: dmaeng...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/dma/nbpfaxi.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] hwmon: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hw...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/hwmon/aspeed-pwm-tacho.c | 2 +- drivers/hwmon/ibmpowernv.c

[PATCH] devfreq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Chanwoo Choi Cc: MyungJoo Ham Cc: Kyungmin Park Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: linux...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc:

[PATCH] gpio: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Linus Walleij Cc: linux-g...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/gpio/gpiolib-of.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] dmaengine: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Dan Williams Cc: Vinod Koul Cc: dmaeng...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/dma/nbpfaxi.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] hwmon: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hw...@vger.kernel.org Signed-off-by: Rob Herring --- drivers/hwmon/aspeed-pwm-tacho.c | 2 +- drivers/hwmon/ibmpowernv.c

[PATCH] devfreq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Chanwoo Choi Cc: MyungJoo Ham Cc: Kyungmin Park Cc: Kukjin Kim Cc: Krzysztof Kozlowski Cc: linux...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc:

[PATCH] sparc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Rob Herring --- arch/sparc/kernel/auxio_64.c | 4 +-- arch/sparc/kernel/power.c| 4 +--

[PATCH] bus: mvebu-mbus: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring --- drivers/bus/mvebu-mbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/mvebu-mbus.c

[PATCH] sparc: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Rob Herring --- arch/sparc/kernel/auxio_64.c | 4 +-- arch/sparc/kernel/power.c| 4 +--

[PATCH] bus: mvebu-mbus: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Rob Herring --- drivers/bus/mvebu-mbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/mvebu-mbus.c

[PATCH] ARM: zynq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- arch/arm/mach-zynq/slcr.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] MIPS: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Ralf Baechle Cc: Paul Burton Cc: James Hogan Cc: John Crispin Cc: linux-m...@linux-mips.org Signed-off-by: Rob Herring --- arch/mips/cavium-octeon/octeon-irq.c

[PATCH] ARM: zynq: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Michal Simek Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Rob Herring --- arch/arm/mach-zynq/slcr.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] MIPS: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Ralf Baechle Cc: Paul Burton Cc: James Hogan Cc: John Crispin Cc: linux-m...@linux-mips.org Signed-off-by: Rob Herring --- arch/mips/cavium-octeon/octeon-irq.c

Re: [PATCH v2 1/5] drivers: pinctrl: qcom: add wakeup capability to GPIO

2018-08-27 Thread Lina Iyer
On Mon, Aug 27 2018 at 18:26 -0600, Bjorn Andersson wrote: On Mon 27 Aug 09:56 PDT 2018, Lina Iyer wrote: On Sun, Aug 26 2018 at 08:33 -0600, Linus Walleij wrote: > On Fri, Aug 17, 2018 at 6:39 PM Lina Iyer wrote: > > > QCOM SoC's that have Power Domain Controller (PDC) chip in the always-on

Re: [PATCH v2 1/5] drivers: pinctrl: qcom: add wakeup capability to GPIO

2018-08-27 Thread Lina Iyer
On Mon, Aug 27 2018 at 18:26 -0600, Bjorn Andersson wrote: On Mon 27 Aug 09:56 PDT 2018, Lina Iyer wrote: On Sun, Aug 26 2018 at 08:33 -0600, Linus Walleij wrote: > On Fri, Aug 17, 2018 at 6:39 PM Lina Iyer wrote: > > > QCOM SoC's that have Power Domain Controller (PDC) chip in the always-on

Re: [PATCH v2 4/5] drivers: pinctrl: qcom: sdm845: support GPIO wakeup from suspend

2018-08-27 Thread Lina Iyer
On Mon, Aug 27 2018 at 18:31 -0600, Bjorn Andersson wrote: On Fri 24 Aug 13:01 PDT 2018, Lina Iyer wrote: Enable TLMM IRQs to be sensed by PDC when we enter suspend. It is possible that the TLMM may be powered off and not detect GPIOs that are configured as wake up interrupts. By hooking into

Re: [PATCH v2 4/5] drivers: pinctrl: qcom: sdm845: support GPIO wakeup from suspend

2018-08-27 Thread Lina Iyer
On Mon, Aug 27 2018 at 18:31 -0600, Bjorn Andersson wrote: On Fri 24 Aug 13:01 PDT 2018, Lina Iyer wrote: Enable TLMM IRQs to be sensed by PDC when we enter suspend. It is possible that the TLMM may be powered off and not detect GPIOs that are configured as wake up interrupts. By hooking into

Re: [PATCH] x86/nmi: Fix some races in NMI uaccess

2018-08-27 Thread Rik van Riel
On Mon, 2018-08-27 at 16:04 -0700, Andy Lutomirski wrote: > +++ b/arch/x86/mm/tlb.c > @@ -345,6 +345,9 @@ void switch_mm_irqs_off(struct mm_struct *prev, > struct mm_struct *next, >*/ > trace_tlb_flush_rcuidle(TLB_FLUSH_ON_TASK_SWITCH, > TLB_FLUSH_ALL); > }

Re: [PATCH] x86/nmi: Fix some races in NMI uaccess

2018-08-27 Thread Rik van Riel
On Mon, 2018-08-27 at 16:04 -0700, Andy Lutomirski wrote: > +++ b/arch/x86/mm/tlb.c > @@ -345,6 +345,9 @@ void switch_mm_irqs_off(struct mm_struct *prev, > struct mm_struct *next, >*/ > trace_tlb_flush_rcuidle(TLB_FLUSH_ON_TASK_SWITCH, > TLB_FLUSH_ALL); > }

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Jens Axboe
On 8/27/18 7:28 PM, Stephen Rothwell wrote: > Hi Jens, > > On Mon, 27 Aug 2018 19:15:23 -0600 Jens Axboe wrote: >> >> On 8/27/18 3:20 PM, Stephen Rothwell wrote: >>> >>> I noticed the maintaership change - so what shuld I sues for linux-next, >>> now? >>> >>> I currently have >>> >>>

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Jens Axboe
On 8/27/18 7:28 PM, Stephen Rothwell wrote: > Hi Jens, > > On Mon, 27 Aug 2018 19:15:23 -0600 Jens Axboe wrote: >> >> On 8/27/18 3:20 PM, Stephen Rothwell wrote: >>> >>> I noticed the maintaership change - so what shuld I sues for linux-next, >>> now? >>> >>> I currently have >>> >>>

[PATCH] HID: add support for Apple Magic Trackpad 2

2018-08-27 Thread Sean O'Brien
USB device Vendor 05ac (Apple) Device 0265 (Magic Trackpad 2) Bluetooth device Vendor 004c (Apple) Device 0265 (Magic Trackpad 2) Add support for Apple Magic Trackpad 2 over USB and bluetooth, putting the device in multi-touch mode. Signed-off-by: Claudio Mettler

[PATCH] HID: add support for Apple Magic Trackpad 2

2018-08-27 Thread Sean O'Brien
USB device Vendor 05ac (Apple) Device 0265 (Magic Trackpad 2) Bluetooth device Vendor 004c (Apple) Device 0265 (Magic Trackpad 2) Add support for Apple Magic Trackpad 2 over USB and bluetooth, putting the device in multi-touch mode. Signed-off-by: Claudio Mettler

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Stephen Rothwell
Hi Jens, On Mon, 27 Aug 2018 19:15:23 -0600 Jens Axboe wrote: > > On 8/27/18 3:20 PM, Stephen Rothwell wrote: > > > > I noticed the maintaership change - so what shuld I sues for linux-next, > > now? > > > > I currently have > > > >

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Stephen Rothwell
Hi Jens, On Mon, 27 Aug 2018 19:15:23 -0600 Jens Axboe wrote: > > On 8/27/18 3:20 PM, Stephen Rothwell wrote: > > > > I noticed the maintaership change - so what shuld I sues for linux-next, > > now? > > > > I currently have > > > >

Re: [PATCH v2 2/3] xfs: Prevent multiple wakeups of the same log space waiter

2018-08-27 Thread Dave Chinner
On Mon, Aug 27, 2018 at 11:34:13AM -0400, Waiman Long wrote: > On 08/26/2018 08:21 PM, Dave Chinner wrote: > > On Sun, Aug 26, 2018 at 04:53:14PM -0400, Waiman Long wrote: > >> The current log space reservation code allows multiple wakeups of the > >> same sleeping waiter to happen. This is a just

Re: [PATCH v2 2/3] xfs: Prevent multiple wakeups of the same log space waiter

2018-08-27 Thread Dave Chinner
On Mon, Aug 27, 2018 at 11:34:13AM -0400, Waiman Long wrote: > On 08/26/2018 08:21 PM, Dave Chinner wrote: > > On Sun, Aug 26, 2018 at 04:53:14PM -0400, Waiman Long wrote: > >> The current log space reservation code allows multiple wakeups of the > >> same sleeping waiter to happen. This is a just

linux-next: Tree for Aug 28

2018-08-27 Thread Stephen Rothwell
Hi all, Changes since 20180827: Dropped trees: xarray, ida (temporarily) Non-merge commits (relative to Linus' tree): 628 772 files changed, 25184 insertions(+), 6934 deletions(-) I have created today's linux-next

linux-next: Tree for Aug 28

2018-08-27 Thread Stephen Rothwell
Hi all, Changes since 20180827: Dropped trees: xarray, ida (temporarily) Non-merge commits (relative to Linus' tree): 628 772 files changed, 25184 insertions(+), 6934 deletions(-) I have created today's linux-next

Re: [RFC PATCH 5/6] arm64: dts: ti: Add Support for AM654 SoC

2018-08-27 Thread Nishanth Menon
On 15:55-20180827, Tony Lindgren wrote: > * Kishon Vijay Abraham I [180827 03:06]: > > Hi Tony, > > > > On Monday 20 August 2018 08:01 PM, Tony Lindgren wrote: > > > * Kishon Vijay Abraham I [180808 06:35]: > > >> On Tuesday 05 June 2018 07:35 PM, Rob

Re: [RFC PATCH 5/6] arm64: dts: ti: Add Support for AM654 SoC

2018-08-27 Thread Nishanth Menon
On 15:55-20180827, Tony Lindgren wrote: > * Kishon Vijay Abraham I [180827 03:06]: > > Hi Tony, > > > > On Monday 20 August 2018 08:01 PM, Tony Lindgren wrote: > > > * Kishon Vijay Abraham I [180808 06:35]: > > >> On Tuesday 05 June 2018 07:35 PM, Rob

Re: [PATCH v2 3/7] x86: stop calling fixup_exception() from kprobe_fault_handler()

2018-08-27 Thread Masami Hiramatsu
On Mon, 27 Aug 2018 21:22:19 +0200 Jann Horn wrote: > On Mon, Aug 27, 2018 at 9:02 PM Andy Lutomirski wrote: > > > > On Mon, Aug 27, 2018 at 11:56 AM, Jann Horn wrote: > > > This removes the call into exception fixup that was added in > > > commit c28f896634f2 ("[PATCH] kprobes: fix broken

Re: [PATCH v2 3/7] x86: stop calling fixup_exception() from kprobe_fault_handler()

2018-08-27 Thread Masami Hiramatsu
On Mon, 27 Aug 2018 21:22:19 +0200 Jann Horn wrote: > On Mon, Aug 27, 2018 at 9:02 PM Andy Lutomirski wrote: > > > > On Mon, Aug 27, 2018 at 11:56 AM, Jann Horn wrote: > > > This removes the call into exception fixup that was added in > > > commit c28f896634f2 ("[PATCH] kprobes: fix broken

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Jens Axboe
On 8/27/18 3:20 PM, Stephen Rothwell wrote: > Hi Tejun, Jens, > > I noticed the maintaership change - so what shuld I sues for linux-next, > now? > > I currently have > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git#for-next I'll merge into my for-next branch on the block tree,

Re: linux-next: new maintainer/tree for the libata tree?

2018-08-27 Thread Jens Axboe
On 8/27/18 3:20 PM, Stephen Rothwell wrote: > Hi Tejun, Jens, > > I noticed the maintaership change - so what shuld I sues for linux-next, > now? > > I currently have > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git#for-next I'll merge into my for-next branch on the block tree,

Re: [PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Nishanth Menon
On 01:05-20180828, Santosh Shilimkar wrote: > On 8/27/2018 5:59 PM, Nishanth Menon wrote: > > Hi Santosh, > > > > This is the rebase to v4.19-rc1 and repost of the patch series [1] > > Please find attached series to enable host-id as an optional dt property. > > > > [1]

Re: [PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Nishanth Menon
On 01:05-20180828, Santosh Shilimkar wrote: > On 8/27/2018 5:59 PM, Nishanth Menon wrote: > > Hi Santosh, > > > > This is the rebase to v4.19-rc1 and repost of the patch series [1] > > Please find attached series to enable host-id as an optional dt property. > > > > [1]

URGENT MATTER

2018-08-27 Thread Willmott Chambers
Greetings, I wrote to you before, but you did not answer my mail. How are you today and your family? I hope you are fine! With due respect, I am Attorney James Willmott, I sent you a letter last month, but you did not get back to me with response.& I have an important information about your

URGENT MATTER

2018-08-27 Thread Willmott Chambers
Greetings, I wrote to you before, but you did not answer my mail. How are you today and your family? I hope you are fine! With due respect, I am Attorney James Willmott, I sent you a letter last month, but you did not get back to me with response.& I have an important information about your

Re: [PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Santosh Shilimkar
On 8/27/2018 5:59 PM, Nishanth Menon wrote: Hi Santosh, This is the rebase to v4.19-rc1 and repost of the patch series [1] Please find attached series to enable host-id as an optional dt property. [1] https://patchwork.ozlabs.org/cover/931822/ No Functional changes. Will be great if we can

Re: [PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Santosh Shilimkar
On 8/27/2018 5:59 PM, Nishanth Menon wrote: Hi Santosh, This is the rebase to v4.19-rc1 and repost of the patch series [1] Please find attached series to enable host-id as an optional dt property. [1] https://patchwork.ozlabs.org/cover/931822/ No Functional changes. Will be great if we can

[PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3

2018-08-27 Thread Nishanth Menon
From: Lokesh Vutla Allow 8250 omap serial driver to be used for K3 platforms. Signed-off-by: Lokesh Vutla Signed-off-by: Nishanth Menon --- Now that we have the device tree support merged integrated AND we have ARCH_K3, Lets enable the 820 OMAP Driver to build for ARCH_K3 and make it

[PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3

2018-08-27 Thread Nishanth Menon
From: Lokesh Vutla Allow 8250 omap serial driver to be used for K3 platforms. Signed-off-by: Lokesh Vutla Signed-off-by: Nishanth Menon --- Now that we have the device tree support merged integrated AND we have ARCH_K3, Lets enable the 820 OMAP Driver to build for ARCH_K3 and make it

[PATCH V3 2/2] firmware: ti_sci: Provide host-id as an optional dt parameter

2018-08-27 Thread Nishanth Menon
Texas Instrument's System Control Interface (TISCI) permits the ability for Operating Systems to running in virtual machines to be able to independently communicate with the firmware without the need going through an hypervisor. The "host-id" in effect is the hardware representation of the host

[PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Nishanth Menon
Hi Santosh, This is the rebase to v4.19-rc1 and repost of the patch series [1] Please find attached series to enable host-id as an optional dt property. [1] https://patchwork.ozlabs.org/cover/931822/ No Functional changes. Will be great if we can get this in rc cycle, but, will defer to you.

[PATCH V3 1/2] Documentation: dt: keystone: ti-sci: Add optional host-id parameter

2018-08-27 Thread Nishanth Menon
Texas Instrument's System Control Interface (TISCI) permits the ability for OSs running in virtual machines to be able to independently communicate with the firmware without the need going through an hypervisor. The "host-id" in effect is the hardware representation of the host (example: VMs

[PATCH V3 2/2] firmware: ti_sci: Provide host-id as an optional dt parameter

2018-08-27 Thread Nishanth Menon
Texas Instrument's System Control Interface (TISCI) permits the ability for Operating Systems to running in virtual machines to be able to independently communicate with the firmware without the need going through an hypervisor. The "host-id" in effect is the hardware representation of the host

[PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter

2018-08-27 Thread Nishanth Menon
Hi Santosh, This is the rebase to v4.19-rc1 and repost of the patch series [1] Please find attached series to enable host-id as an optional dt property. [1] https://patchwork.ozlabs.org/cover/931822/ No Functional changes. Will be great if we can get this in rc cycle, but, will defer to you.

[PATCH V3 1/2] Documentation: dt: keystone: ti-sci: Add optional host-id parameter

2018-08-27 Thread Nishanth Menon
Texas Instrument's System Control Interface (TISCI) permits the ability for OSs running in virtual machines to be able to independently communicate with the firmware without the need going through an hypervisor. The "host-id" in effect is the hardware representation of the host (example: VMs

Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Santosh Shilimkar
On 8/27/2018 5:50 PM, Nishanth Menon wrote: K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag..

Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Santosh Shilimkar
On 8/27/2018 5:50 PM, Nishanth Menon wrote: K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag..

[PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3

2018-08-27 Thread Nishanth Menon
ti-msgmr driver can support K3 platforms as well. Signed-off-by: Nishanth Menon --- Jassi, Last of the patch series for K3 platform support for secure proxy.. Since we now have ARCH_K3 and Secure proxy support in v4.19-rc1, The dependent patch to enable the driver when ARCH_K3 is selected.

[PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3

2018-08-27 Thread Nishanth Menon
ti-msgmr driver can support K3 platforms as well. Signed-off-by: Nishanth Menon --- Jassi, Last of the patch series for K3 platform support for secure proxy.. Since we now have ARCH_K3 and Secure proxy support in v4.19-rc1, The dependent patch to enable the driver when ARCH_K3 is selected.

[PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Nishanth Menon
K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag.. drivers/clk/Makefile | 1 +

[PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH

2018-08-27 Thread Nishanth Menon
K3_ARCH uses TISCI for clocks as well. Enable the same for the driver support. Signed-off-by: Nishanth Menon --- Ref: https://patchwork.kernel.org/patch/10447677/ Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag.. drivers/clk/Makefile | 1 +

Re: [PATCH v2 6/7] x86: BUG() when uaccess helpers fault on kernel addresses

2018-08-27 Thread Jann Horn
On Mon, Aug 27, 2018 at 8:58 PM Jann Horn wrote: > > There have been multiple kernel vulnerabilities that permitted userspace to > pass completely unchecked pointers through to userspace accessors: > > - the waitid() bug - commit 96ca579a1ecc ("waitid(): Add missing >access_ok() checks") >

Re: [PATCH v2 6/7] x86: BUG() when uaccess helpers fault on kernel addresses

2018-08-27 Thread Jann Horn
On Mon, Aug 27, 2018 at 8:58 PM Jann Horn wrote: > > There have been multiple kernel vulnerabilities that permitted userspace to > pass completely unchecked pointers through to userspace accessors: > > - the waitid() bug - commit 96ca579a1ecc ("waitid(): Add missing >access_ok() checks") >

[PATCH] arm64: defconfig: Enable TI's AM6 SoC platform

2018-08-27 Thread Nishanth Menon
Enable K3 SoC platform for TI's AM6 SoC. Signed-off-by: Nishanth Menon --- Ref: https://www.spinics.net/lists/arm-kernel/msg667805.html Unfortunately, Kconfig changes did'nt hit v4.19-rc1 window. So, as promised, patch based off v4.19-rc1 tag. arch/arm64/configs/defconfig | 3 +++ 1 file

[PATCH] arm64: defconfig: Enable TI's AM6 SoC platform

2018-08-27 Thread Nishanth Menon
Enable K3 SoC platform for TI's AM6 SoC. Signed-off-by: Nishanth Menon --- Ref: https://www.spinics.net/lists/arm-kernel/msg667805.html Unfortunately, Kconfig changes did'nt hit v4.19-rc1 window. So, as promised, patch based off v4.19-rc1 tag. arch/arm64/configs/defconfig | 3 +++ 1 file

Re: [PATCH v2 3/6] dt-bindings: remoteproc: Remove additional definition tag

2018-08-27 Thread Matthias Kaehlcke
Hi Sibi, Subject: dt-bindings: remoteproc: Remove additional definition tag nit: the subject is a bit generic, you probably should at least add 'qcom: ' to the 'path'. On Fri, Aug 24, 2018 at 06:48:57PM +0530, Sibi Sankar wrote: > Remove the additional definition tag declared for WCSS

Re: [PATCH v2 3/6] dt-bindings: remoteproc: Remove additional definition tag

2018-08-27 Thread Matthias Kaehlcke
Hi Sibi, Subject: dt-bindings: remoteproc: Remove additional definition tag nit: the subject is a bit generic, you probably should at least add 'qcom: ' to the 'path'. On Fri, Aug 24, 2018 at 06:48:57PM +0530, Sibi Sankar wrote: > Remove the additional definition tag declared for WCSS

Re: linux-next: build warnings from the build of Linus' tree

2018-08-27 Thread Masami Hiramatsu
Hi Stephen, On Tue, 28 Aug 2018 07:23:33 +1000 Stephen Rothwell wrote: > Hi Masami, > > On Sun, 26 Aug 2018 17:10:58 +0900 Masami Hiramatsu > wrote: > > > > Hmm, unfortunately, I couldn't reproduce the ".data..LPBX1" error with > > my gcc-8.1.0 + ld-2.30 distributed at > >

Re: linux-next: build warnings from the build of Linus' tree

2018-08-27 Thread Masami Hiramatsu
Hi Stephen, On Tue, 28 Aug 2018 07:23:33 +1000 Stephen Rothwell wrote: > Hi Masami, > > On Sun, 26 Aug 2018 17:10:58 +0900 Masami Hiramatsu > wrote: > > > > Hmm, unfortunately, I couldn't reproduce the ".data..LPBX1" error with > > my gcc-8.1.0 + ld-2.30 distributed at > >

<    1   2   3   4   5   6   7   8   9   10   >