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

2018-12-05 Thread Jarkko Nikula
Cc: stable# 4.18 Reported-by: Jarkko Nikula Cc: Florian Zumbiehl Signed-off-by: Johan Hovold --- drivers/tty/tty_io.c | 11 +-- drivers/usb/serial/console.c | 2 +- include/linux/tty.h | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) Ah, messy :

Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-26 Thread Jarkko Nikula
On 11/24/18 7:32 PM, Florian Zumbiehl wrote: Hi, Requested baud setting looks odd to me. Maybe related to this --keep-baud flag in "/sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyUSB0 vt220"? Well, what is the baud rate of the other side? It seems a bit strange that ... 115200.

Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-23 Thread Jarkko Nikula
On 11/23/18 10:21 AM, Johan Hovold wrote: On Fri, Nov 23, 2018 at 04:19:49AM +0100, Florian Zumbiehl wrote: Can you tell what the physical chip is labeled as, if anything? First one is Aten UC-232A: https://www.aten.com/global/en/products/usb-&-thunderbolt/usb-converters/uc232a/ and another i

Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-22 Thread Jarkko Nikula
On 11/21/18 5:12 PM, Florian Zumbiehl wrote: I have two pl2303 based adapters which behave the same: ID 0557:2008 ATEN International Co., Ltd UC-232A Serial Port [pl2303] ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port What is the output of usb-devices for those? T: Bus=01 Lev=02

Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-21 Thread Jarkko Nikula
Hi On 11/21/18 2:06 PM, Florian Zumbiehl wrote: Could you try what happens when you manually disable ixon on the port once it's stuck? Is this the right way to do it? # stty -ixon -F /dev/ttyUSB0 If yes it doesn't change behavior. Neither ixon or [-]ixoff. Does the IXON behavior differ fro

Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-20 Thread Jarkko Nikula
On 11/20/18 6:42 PM, Johan Hovold wrote: On Tue, Nov 20, 2018 at 01:17:34PM +0200, Jarkko Nikula wrote: Hi I'm using PL2303 based USB serial adapter for the kernel and getty serial console. I noticed getty console stopped working in v4.18 and bisected this into commit 7041d9c3f01b

pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-20 Thread Jarkko Nikula
Hi I'm using PL2303 based USB serial adapter for the kernel and getty serial console. I noticed getty console stopped working in v4.18 and bisected this into commit 7041d9c3f01b ("USB: serial: pl2303: add support for tx xon/xoff flow control"). Serial console works up to somewhere after when

[PATCH 3/3] usb: renesas_usbhs: Remove dummy runtime PM callbacks

2018-10-24 Thread Jarkko Nikula
untime PM by default") 8b313a38ecff ("PM / Platform: Use generic runtime PM callbacks directly") Signed-off-by: Jarkko Nikula --- Only build tested. --- drivers/usb/renesas_usbhs/common.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/usb/renesas_usbhs/co

[PATCH 1/3] i2c: sh_mobile: Remove dummy runtime PM callbacks

2018-10-24 Thread Jarkko Nikula
;) 543f2503a956 ("PM / platform_bus: Allow runtime PM by default") 8b313a38ecff ("PM / Platform: Use generic runtime PM callbacks directly") Signed-off-by: Jarkko Nikula --- Only build tested. --- drivers/i2c/busses/i2c-sh_mobile.c | 18 -- 1 file changed, 18 del

[PATCH 2/3] net: ethernet: Remove dummy runtime PM callbacks from Renesas drivers

2018-10-24 Thread Jarkko Nikula
untime PM by default") 8b313a38ecff ("PM / Platform: Use generic runtime PM callbacks directly") Signed-off-by: Jarkko Nikula --- Only build tested. --- drivers/net/ethernet/renesas/ravb_main.c | 13 - drivers/net/ethernet/renesas/sh_eth.c| 13 - 2 files cha

[PATCH 0/3] PM: Renesas: Remove dummy runtime PM callbacks

2018-10-24 Thread Jarkko Nikula
I noticed these independent Renesas drivers have needless dummy runtime PM callbacks. I don't have the HW so only build tested. Patches can be applied independently to their own subsystems. I wanted to send them together if some of them gets Tested-by or sees a regression. Jarkko Niku

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-20 Thread Jarkko Nikula
On Wed, Dec 20, 2017 at 10:32:11AM +0100, Greg Kroah-Hartman wrote: > On Wed, Dec 20, 2017 at 01:24:44AM -0800, Joe Perches wrote: > > On Wed, 2017-12-20 at 10:34 +0200, Jarkko Nikula wrote: > > > On Tue, Dec 19, 2017 at 10:15:07AM -0800, Joe Perches wrote: > > > &g

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-20 Thread Jarkko Nikula
R_RW: include/linux/sysfs.h S_IWUSR: include/uapi/linux/stat.h S_IRUGO: include/linux/stat.h Jarkko Nikula -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html