Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Nick Desaulniers
t was found while adding some x86 Chromebooks[1] to > >>> KernelCI that x86_64_defconfig lacked some basic things for > >>> anyone to be able to boot a kernel with a serial console enabled > >>> on those. > >> > >> Hold on, those are laptops, righ

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Borislav Petkov
On Mon, Oct 12, 2020 at 04:10:45PM +0100, Guillaume Tucker wrote: > You can get serial console on recent enough Chromebooks with a > debug interface such as SuzyQable: > > https://www.sparkfun.com/products/14746 > > It's not a USB Type-C adapter, it has a debug inter

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Borislav Petkov
On Mon, Oct 12, 2020 at 04:40:40PM +0200, Willy Tarreau wrote: > Well, to be precise, they don't have *anymore*. I used to exclusively > select laptops having a serial port given that I was using it daily with > routers, until I had to resign when I abandonned my good old NC8000 :-/ Yah, with all

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Guillaume Tucker
defconfig lacked some basic things for >>> anyone to be able to boot a kernel with a serial console enabled >>> on those. >> >> Hold on, those are laptops, right? How come they do have serial console? >> Because laptops don't have serial console - that has been

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Willy Tarreau
ne to be able to boot a kernel with a serial console enabled > > on those. > > Hold on, those are laptops, right? How come they do have serial console? > Because laptops don't have serial console - that has been the eternal > problem with debugging kernels on laptops. Well, to be pre

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Borislav Petkov
On Mon, Oct 12, 2020 at 11:22:10AM +0100, Guillaume Tucker wrote: > However, it was found while adding some x86 Chromebooks[1] to > KernelCI that x86_64_defconfig lacked some basic things for > anyone to be able to boot a kernel with a serial console enabled > on those. Hold on, those

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-12 Thread Guillaume Tucker
upstreamed. It's useful as Enric pointed out, but there are already several specific config fragments being managed by the KernelCI build system as one would expect, and we can take care of one more if need be. However, it was found while adding some x86 Chromebooks[1] to KernelCI that x86_64_

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Willy Tarreau
Hi Enric, On Sun, Oct 11, 2020 at 07:05:55PM +0200, Enric Balletbo i Serra wrote: > For arm64 (i.e : arm64_defconfig): > 1. Someone renames CONFIG_A to CONFIG_AB, sends a patch, and as he did a > grep, the patch modifies all the defconfigs. > 2. The patch is accepted and merged in

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Borislav Petkov
On Sun, Oct 11, 2020 at 07:05:55PM +0200, Enric Balletbo i Serra wrote: > For x86: >1. You send a patch to list enabling the CONFIG_YOUR_V4L2_DEVICE=m >2. The patch is rejected because doesn't fit the requirements (is not > common > enough) Well, what if that config option enables

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Enric Balletbo i Serra
Hi Borislav, On 11/10/20 17:57, Borislav Petkov wrote: > On Sun, Oct 11, 2020 at 05:40:27PM +0200, Enric Balletbo i Serra wrote: >> How do you quantify those things are NOT common enough? Do you have a number? > > I don't want to change the defconfig - you do. So quantifying is in your > court -

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Borislav Petkov
On Sun, Oct 11, 2020 at 05:40:27PM +0200, Enric Balletbo i Serra wrote: > How do you quantify those things are NOT common enough? Do you have a number? I don't want to change the defconfig - you do. So quantifying is in your court - not mine. > I don't have a number, the only I can tell is that

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Enric Balletbo i Serra
is found on Intel Skylake and later. I.e Lots of laptops need these to have support for the touchpad. >> But, yes, the main purpose after this patch is the serial console for CI. I >> saw >> that there are already some configs with a specific purpose (tiny.config and >> xe

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Borislav Petkov
_LPSS_PCI > could be common enough to match within the category of needed to run > in normal (or common) user mode(s). I can send a patch with only these > two options. How do you quantify those things are common enough? > But, yes, the main purpose after this patch is the serial con

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-11 Thread Enric Balletbo i Serra
users. > > We're also probably lacking a definition of what normal users mean, because I don't think normal users build their own kernel. I think that at least X86_AMD_PLATFORM_DEVICE and MFD_INTEL_LPSS_PCI could be common enough to match within the category of needed to run in normal (or commo

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-08 Thread Randy Dunlap
On 10/8/20 9:40 AM, Borislav Petkov wrote: > On Thu, Oct 08, 2020 at 06:22:06PM +0200, Enric Balletbo i Serra wrote: >> As part of KernelCI, we added a bunch of different x86 based Chromebooks >> to do test booting and runtime testing. It will be useful have serial >> support for these platforms

Re: [PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-08 Thread Borislav Petkov
On Thu, Oct 08, 2020 at 06:22:06PM +0200, Enric Balletbo i Serra wrote: > As part of KernelCI, we added a bunch of different x86 based Chromebooks > to do test booting and runtime testing. It will be useful have serial > support for these platforms in the default defconfig, as this, is the >

[PATCH] x86/x86_64_defconfig: Enable the serial console

2020-10-08 Thread Enric Balletbo i Serra
As part of KernelCI, we added a bunch of different x86 based Chromebooks to do test booting and runtime testing. It will be useful have serial support for these platforms in the default defconfig, as this, is the defconfig used by default for the different maintainer's tree. SERIAL_8250_DW is the

BUG: Invalid wait context, related to serial console?

2020-09-22 Thread Ben Greear
I saw this booting yesterday's 5.9.0-rc6+. I have one small patch applied, quite unlikely to cause any problems I think. Platform is apu2, fedora-27 linux, with serial console attached. [0.624831] = [0.624831] [ BUG: Invalid wait context ] [0.624831

[PATCH AUTOSEL 5.6 181/606] tty: serial: add missing spin_lock_init for SiFive serial console

2020-06-08 Thread Sasha Levin
From: Sagar Shrikant Kadam commit 17b4efdf4e4867079012a48ca10d965fe9d68822 upstream. An uninitialised spin lock for sifive serial console raises a bad magic spin_lock error as reported and discussed here [1]. Initialising the spin lock resolves the issue. The fix is tested on HiFive Unleashed

[PATCH RT 3/8] Revert "rt: Improve the serial console PASS_LIMIT"

2020-06-05 Thread Steven Rostedt
5.4.44-rt27-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior There is no need to loop for longer. The message of too much work was removed in commit 9d7c249a1ef9b ("serial: 8250: drop the printk from

[PATCH 5.4 089/111] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-26 Thread Greg Kroah-Hartman
From: Sagar Shrikant Kadam commit 17b4efdf4e4867079012a48ca10d965fe9d68822 upstream. An uninitialised spin lock for sifive serial console raises a bad magic spin_lock error as reported and discussed here [1]. Initialising the spin lock resolves the issue. The fix is tested on HiFive Unleashed

[PATCH 5.6 102/126] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-26 Thread Greg Kroah-Hartman
From: Sagar Shrikant Kadam commit 17b4efdf4e4867079012a48ca10d965fe9d68822 upstream. An uninitialised spin lock for sifive serial console raises a bad magic spin_lock error as reported and discussed here [1]. Initialising the spin lock resolves the issue. The fix is tested on HiFive Unleashed

Re: [PATCH] MIPS: Loongson: Add support for serial console

2020-05-17 Thread WANG Xuerui
cpu_uart0: serial@1fe001e0 { compatible = "ns16550a"; reg = <0 0x1fe001e0 0x8>; clock-frequency = <3300>; interrupt-parent = <>; interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; no-loopback-test; }; In order to support

Re: [PATCH] MIPS: Loongson: Add support for serial console

2020-05-17 Thread Tiezhu Yang
compatible = "ns16550a"; reg = <0 0x1fe001e0 0x8>; clock-frequency = <3300>; interrupt-parent = <>; interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; no-loopback-test; }; In order to support for serial console on the Loongs

Re: [PATCH] MIPS: Loongson: Add support for serial console

2020-05-16 Thread WANG Xuerui
= <0 0x1fe001e0 0x8>; clock-frequency = <3300>; interrupt-parent = <>; interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; no-loopback-test; }; In order to support for serial console on the Loongson platform, add CONFIG_SERIAL_OF_PLATFORM=y to loong

Re: [PATCH] MIPS: Loongson: Add support for serial console

2020-05-16 Thread Jiaxun Yang
quot;ns16550a"; >reg = <0 0x1fe001e0 0x8>; >clock-frequency = <3300>; >interrupt-parent = <>; >interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; >no-loopback-test; >}; > >In order to support for serial con

[PATCH] MIPS: Loongson: Add support for serial console

2020-05-16 Thread Tiezhu Yang
lock-frequency = <3300>; interrupt-parent = <>; interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; no-loopback-test; }; In order to support for serial console on the Loongson platform, add CONFIG_SERIAL_OF_PLATFORM=y to loongson3_defconfig. With this patch, we can se

RE: [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-13 Thread Sagar Kadam
s.berkeley.edu; Atish Patra > ; Anup Patel > Subject: Re: [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive > serial console > > [External Email] Do not click links or attachments unless you recognize the > sender and know the content is safe > > On Tue, May

Re: [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-13 Thread Greg KH
On Tue, May 12, 2020 at 04:00:23PM -0700, Palmer Dabbelt wrote: > On Sat, 09 May 2020 03:24:12 PDT (-0700), sagar.ka...@sifive.com wrote: > > An uninitialised spin lock for sifive serial console raises a bad > > magic spin_lock error as reported and discussed here [1]. > >

Re: [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-12 Thread Palmer Dabbelt
On Sat, 09 May 2020 03:24:12 PDT (-0700), sagar.ka...@sifive.com wrote: An uninitialised spin lock for sifive serial console raises a bad magic spin_lock error as reported and discussed here [1]. Initialising the spin lock resolves the issue. The fix is tested on HiFive Unleashed A00 board

[PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console

2020-05-09 Thread Sagar Shrikant Kadam
An uninitialised spin lock for sifive serial console raises a bad magic spin_lock error as reported and discussed here [1]. Initialising the spin lock resolves the issue. The fix is tested on HiFive Unleashed A00 board with Linux 5.7-rc4 and OpenSBI v0.7 [1] https://lore.kernel.org/linux-riscv

[PATCH 5.1 045/138] RISC-V: defconfig: enable clocks, serial console

2019-07-12 Thread Greg Kroah-Hartman
[ Upstream commit 3b025f2bc98973f181d926192b0ceb6ced0f86d2 ] Enable PRCI clock driver and serial console by default, so the default upstream defconfig is bootable to a serial console. Signed-off-by: Kevin Hilman Reviewed-by: Christoph Hellwig Signed-off-by: Paul Walmsley Signed-off-by: Sasha

[PATCH AUTOSEL 5.1 49/95] RISC-V: defconfig: enable clocks, serial console

2019-06-26 Thread Sasha Levin
From: Kevin Hilman [ Upstream commit 3b025f2bc98973f181d926192b0ceb6ced0f86d2 ] Enable PRCI clock driver and serial console by default, so the default upstream defconfig is bootable to a serial console. Signed-off-by: Kevin Hilman Reviewed-by: Christoph Hellwig Signed-off-by: Paul Walmsley

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-17 Thread Paul Walmsley
On Sun, 9 Jun 2019, Christoph Hellwig wrote: > On Sat, Jun 08, 2019 at 06:49:09PM -0700, Paul Walmsley wrote: > > On Wed, 5 Jun 2019, Kevin Hilman wrote: > > > > > Enable PRCI clock driver and serial console by default, so the default > > > upstream defconfi

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-09 Thread Christoph Hellwig
On Sat, Jun 08, 2019 at 06:49:09PM -0700, Paul Walmsley wrote: > On Wed, 5 Jun 2019, Kevin Hilman wrote: > > > Enable PRCI clock driver and serial console by default, so the default > > upstream defconfig is bootable to a serial console. > > > > Signed-off-by: Kev

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-08 Thread Paul Walmsley
On Wed, 5 Jun 2019, Kevin Hilman wrote: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman Thanks, queued for v5.2-rc with Christoph's Reviewed-by:. - Paul

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-07 Thread Kevin Hilman
Palmer, Kevin Hilman writes: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman If possible, this would be great to have for v5.2-rc so we have a bootable upstream def

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-06 Thread Christoph Hellwig
On Wed, Jun 05, 2019 at 10:50:42AM -0700, Kevin Hilman wrote: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman Looks good: Reviewed-by: Christoph Hellwig

[PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-05 Thread Kevin Hilman
Enable PRCI clock driver and serial console by default, so the default upstream defconfig is bootable to a serial console. Signed-off-by: Kevin Hilman --- arch/riscv/configs/defconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs

[PATCH 4.19 059/118] USB: serial: console: fix reported terminal settings

2018-12-11 Thread Greg Kroah-Hartman
4.19-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit f51ccf46217c28758b1f3b5bc0ccfc00eca658b2 upstream. The USB-serial console implementation has never reported the actual terminal settings used. Despite storing

Re: [PATCH] USB: serial: console: fix reported terminal settings

2018-12-05 Thread Johan Hovold
On Wed, Dec 05, 2018 at 11:36:52AM +0200, Jarkko Nikula wrote: > On 12/4/18 6:31 PM, Johan Hovold wrote: > > On Tue, Dec 04, 2018 at 05:15:18PM +0100, Greg Kroah-Hartman wrote: > >> On Tue, Dec 04, 2018 at 05:00:36PM +0100, Johan Hovold wrote: > >>> The USB-serial co

Re: [PATCH] USB: serial: console: fix reported terminal settings

2018-12-05 Thread Johan Hovold
On Wed, Dec 05, 2018 at 11:36:52AM +0200, Jarkko Nikula wrote: > On 12/4/18 6:31 PM, Johan Hovold wrote: > > On Tue, Dec 04, 2018 at 05:15:18PM +0100, Greg Kroah-Hartman wrote: > >> On Tue, Dec 04, 2018 at 05:00:36PM +0100, Johan Hovold wrote: > >>> The USB-serial co

[PATCH 3/3] serial: imx: avoid crash when un/re-binding serial console device

2018-11-14 Thread Stefan Agner
If the device used as a serial console gets un/re-binded, then register_console() will call imx_uart_setup_console() again. Drop __init so that imx_uart_setup_console() can be safely called at runtime. Signed-off-by: Stefan Agner --- This addresses a kernel panic seen when unbinding/rebinding

[PATCH 3/3] serial: imx: avoid crash when un/re-binding serial console device

2018-11-14 Thread Stefan Agner
If the device used as a serial console gets un/re-binded, then register_console() will call imx_uart_setup_console() again. Drop __init so that imx_uart_setup_console() can be safely called at runtime. Signed-off-by: Stefan Agner --- This addresses a kernel panic seen when unbinding/rebinding

[PATCH 3.16 154/366] USB: serial: cp210x: add ID for NI USB serial console

2018-10-14 Thread Ben Hutchings
3.16.60-rc1 review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

[PATCH 3.16 154/366] USB: serial: cp210x: add ID for NI USB serial console

2018-10-14 Thread Ben Hutchings
3.16.60-rc1 review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-25 Thread Tony Lindgren
* Andreas Kemnade [180925 05:32]: > Hi Tony, > > On Mon, 24 Sep 2018 15:03:45 -0700 > Tony Lindgren wrote: > > > * Andreas Kemnade [180923 08:12]: > > > This enables the possibility to have more aggressive runtime pm > > > by providing p

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-25 Thread Tony Lindgren
* Andreas Kemnade [180925 05:32]: > Hi Tony, > > On Mon, 24 Sep 2018 15:03:45 -0700 > Tony Lindgren wrote: > > > * Andreas Kemnade [180923 08:12]: > > > This enables the possibility to have more aggressive runtime pm > > > by providing p

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-24 Thread Andreas Kemnade
Hi Tony, On Mon, 24 Sep 2018 15:03:45 -0700 Tony Lindgren wrote: > * Andreas Kemnade [180923 08:12]: > > This enables the possibility to have more aggressive runtime pm > > by providing proper wakeup irq for the serial console. > > Thanks applying to omap-for-v4.20/dt.

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-24 Thread Andreas Kemnade
Hi Tony, On Mon, 24 Sep 2018 15:03:45 -0700 Tony Lindgren wrote: > * Andreas Kemnade [180923 08:12]: > > This enables the possibility to have more aggressive runtime pm > > by providing proper wakeup irq for the serial console. > > Thanks applying to omap-for-v4.20/dt.

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-24 Thread Tony Lindgren
* Andreas Kemnade [180923 08:12]: > This enables the possibility to have more aggressive runtime pm > by providing proper wakeup irq for the serial console. Thanks applying to omap-for-v4.20/dt. FYI, you can now grep wake /proc/interrupts and see the wakeirq counts increase when they t

Re: [PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-24 Thread Tony Lindgren
* Andreas Kemnade [180923 08:12]: > This enables the possibility to have more aggressive runtime pm > by providing proper wakeup irq for the serial console. Thanks applying to omap-for-v4.20/dt. FYI, you can now grep wake /proc/interrupts and see the wakeirq counts increase when they t

[PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-23 Thread Andreas Kemnade
This enables the possibility to have more aggressive runtime pm by providing proper wakeup irq for the serial console. Signed-off-by: Andreas Kemnade --- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot

[PATCH] ARM: dts: gta04: add serial console wakeup irq

2018-09-23 Thread Andreas Kemnade
This enables the possibility to have more aggressive runtime pm by providing proper wakeup irq for the serial console. Signed-off-by: Andreas Kemnade --- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot

Re: [PATCH v7 3/4] arm64: dts: sdm845: Add serial console support

2018-06-13 Thread Doug Anderson
Hi, On Tue, Jun 12, 2018 at 10:09 AM, Karthikeyan Ramasubramanian wrote: > From: Rajendra Nayak > > Add the qup uart node and geni se instance needed to > support the serial console on the MTP. > > Signed-off-by: Rajendra Nayak > Signed-off-by: Karthikeyan Ramasubramanian

Re: [PATCH v7 3/4] arm64: dts: sdm845: Add serial console support

2018-06-13 Thread Doug Anderson
Hi, On Tue, Jun 12, 2018 at 10:09 AM, Karthikeyan Ramasubramanian wrote: > From: Rajendra Nayak > > Add the qup uart node and geni se instance needed to > support the serial console on the MTP. > > Signed-off-by: Rajendra Nayak > Signed-off-by: Karthikeyan Ramasubramanian

[PATCH v7 3/4] arm64: dts: sdm845: Add serial console support

2018-06-12 Thread Karthikeyan Ramasubramanian
From: Rajendra Nayak Add the qup uart node and geni se instance needed to support the serial console on the MTP. Signed-off-by: Rajendra Nayak Signed-off-by: Karthikeyan Ramasubramanian --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 41 + arch/arm64/boot/dts

[PATCH v7 3/4] arm64: dts: sdm845: Add serial console support

2018-06-12 Thread Karthikeyan Ramasubramanian
From: Rajendra Nayak Add the qup uart node and geni se instance needed to support the serial console on the MTP. Signed-off-by: Rajendra Nayak Signed-off-by: Karthikeyan Ramasubramanian --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 41 + arch/arm64/boot/dts

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-17 Thread Greg Kroah-Hartman
On Thu, May 17, 2018 at 11:04:28AM +0200, Greg Kroah-Hartman wrote: > On Wed, May 16, 2018 at 01:15:48AM +0100, Ben Hutchings wrote: > > On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch.  If anyone has any objections, please let me > > > know. > > > > >

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-17 Thread Greg Kroah-Hartman
On Thu, May 17, 2018 at 11:04:28AM +0200, Greg Kroah-Hartman wrote: > On Wed, May 16, 2018 at 01:15:48AM +0100, Ben Hutchings wrote: > > On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch.  If anyone has any objections, please let me > > > know. > > > > >

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-17 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 01:15:48AM +0100, Ben Hutchings wrote: > On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Thomas Bogendoerfer >

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-17 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 01:15:48AM +0100, Ben Hutchings wrote: > On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me know. > > > > -- > > > > From: Thomas Bogendoerfer > > > > > > [ Upstream

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-15 Thread Ben Hutchings
On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me know. > > -- > > From: Thomas Bogendoerfer > > > [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] > >

Re: [PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-05-15 Thread Ben Hutchings
On Wed, 2018-04-11 at 20:36 +0200, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me know. > > -- > > From: Thomas Bogendoerfer > > > [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] > > sccnxp driver doesn't get the

[PATCH 4.4 09/44] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley <kyle.roesch...@ni.com> commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments d

[PATCH 4.4 09/44] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

[PATCH 4.9 13/61] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley <kyle.roesch...@ni.com> commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments d

[PATCH 4.9 13/61] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

[PATCH 4.14 17/91] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley <kyle.roesch...@ni.com> commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments d

[PATCH 4.14 17/91] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

[PATCH 4.16 018/113] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.16-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley <kyle.roesch...@ni.com> commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments d

[PATCH 4.16 018/113] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
4.16-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

[PATCH 3.18 07/25] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley <kyle.roesch...@ni.com> commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments d

[PATCH 3.18 07/25] USB: serial: cp210x: add ID for NI USB serial console

2018-04-30 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Kyle Roeschley commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle

Re: [PATCH] USB: serial: cp210x: Add ID for NI USB serial console

2018-04-16 Thread Johan Hovold
On Mon, Apr 09, 2018 at 10:23:55AM -0500, Kyle Roeschley wrote: > Added the USB VID and PID for the USB serial console on some National > Instruments devices. > > Signed-off-by: Kyle Roeschley <kyle.roesch...@ni.com> Now applied, thanks. Johan

Re: [PATCH] USB: serial: cp210x: Add ID for NI USB serial console

2018-04-16 Thread Johan Hovold
On Mon, Apr 09, 2018 at 10:23:55AM -0500, Kyle Roeschley wrote: > Added the USB VID and PID for the USB serial console on some National > Instruments devices. > > Signed-off-by: Kyle Roeschley Now applied, thanks. Johan

[PATCH 4.9 187/310] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is

[PATCH 4.9 187/310] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk

[PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is

[PATCH 4.4 115/190] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk

[PATCH 3.18 065/121] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is

[PATCH 3.18 065/121] Fix serial console on SNI RM400 machines

2018-04-11 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk

[PATCH] USB: serial: cp210x: Add ID for NI USB serial console

2018-04-09 Thread Kyle Roeschley
Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle Roeschley <kyle.roesch...@ni.com> --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c

[PATCH] USB: serial: cp210x: Add ID for NI USB serial console

2018-04-09 Thread Kyle Roeschley
Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle Roeschley --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 06d502b3e913..cc5b2d0d340d

[PATCH AUTOSEL for 4.9 192/281] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial:

[PATCH AUTOSEL for 4.9 192/281] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial: sccnxp: Using CLK API for

[PATCH AUTOSEL for 4.4 119/167] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial:

[PATCH AUTOSEL for 4.4 119/167] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial: sccnxp: Using CLK API for

[PATCH AUTOSEL for 3.18 067/102] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial:

[PATCH AUTOSEL for 3.18 067/102] Fix serial console on SNI RM400 machines

2018-03-19 Thread Sasha Levin
From: Thomas Bogendoerfer [ Upstream commit e279e6d98e0cf2c2fe008b3c29042b92f0e17b1d ] sccnxp driver doesn't get the correct uart clock rate, if CONFIG_HAVE_CLOCK is disabled. Correct usage of clk API to make it work with/without it. Fixes: 90efa75f7ab0 (serial: sccnxp: Using CLK API for

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-05 Thread Karthik Ramasubramanian
On 3/5/2018 3:43 AM, Rajendra Nayak wrote: On 03/05/2018 01:29 AM, Bjorn Andersson wrote: On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi [..] + qup_uart2: serial@a84000 {

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-05 Thread Karthik Ramasubramanian
On 3/5/2018 3:43 AM, Rajendra Nayak wrote: On 03/05/2018 01:29 AM, Bjorn Andersson wrote: On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi [..] + qup_uart2: serial@a84000 {

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-05 Thread Rajendra Nayak
On 03/05/2018 01:29 AM, Bjorn Andersson wrote: > On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: >> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi >> b/arch/arm64/boot/dts/qcom/sdm845.dtsi > [..] >> +qup_uart2: serial@a84000 { >> +

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-05 Thread Rajendra Nayak
On 03/05/2018 01:29 AM, Bjorn Andersson wrote: > On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: >> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi >> b/arch/arm64/boot/dts/qcom/sdm845.dtsi > [..] >> +qup_uart2: serial@a84000 { >> +

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-04 Thread Bjorn Andersson
On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi > b/arch/arm64/boot/dts/qcom/sdm845.dtsi [..] > + qup_uart2: serial@a84000 { > + compatible = "qcom,geni-debug-uart"; > +

Re: [PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-03-04 Thread Bjorn Andersson
On Wed 21 Feb 22:12 PST 2018, Rajendra Nayak wrote: > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi > b/arch/arm64/boot/dts/qcom/sdm845.dtsi [..] > + qup_uart2: serial@a84000 { > + compatible = "qcom,geni-debug-uart"; > +

Re: [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3

2018-02-22 Thread Eric Anholt
Eric Anholt <e...@anholt.net> writes: > [ Unknown signature status ] > Tuomas Tynkkynen <tuo...@tuxera.com> writes: > >> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC >> as the primary serial console of the board, so enable it

Re: [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3

2018-02-22 Thread Eric Anholt
Eric Anholt writes: > [ Unknown signature status ] > Tuomas Tynkkynen writes: > >> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC >> as the primary serial console of the board, so enable it in the >> multiplatform defconfig. >> &

[PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-02-21 Thread Rajendra Nayak
Add the qup uart node and geni se instance needed to support the serial console on the MTP. Signed-off-by: Rajendra Nayak <rna...@codeaurora.org> --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 39 + arch/arm64/boot/dts/qcom/sdm845.dtsi

[PATCH v5 4/4] arm64: dts: sdm845: Add serial console support

2018-02-21 Thread Rajendra Nayak
Add the qup uart node and geni se instance needed to support the serial console on the MTP. Signed-off-by: Rajendra Nayak --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 39 + arch/arm64/boot/dts/qcom/sdm845.dtsi| 39 + 2 files

  1   2   3   4   5   6   7   8   9   >