Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-12-19 Thread Greg Kroah-Hartman
On Sat, Nov 04, 2017 at 01:36:07PM +0100, Thomas Rohloff wrote: > Devices like DCF77 receivers need the baud-rate to be as low as 50. > > I have tested this on a Meson GXL device with uart_A. > > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: Carlo

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-12-19 Thread Greg Kroah-Hartman
On Sat, Nov 04, 2017 at 01:36:07PM +0100, Thomas Rohloff wrote: > Devices like DCF77 receivers need the baud-rate to be as low as 50. > > I have tested this on a Meson GXL device with uart_A. > > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: Carlo Caione > Cc: Kevin Hilman > Cc:

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-05 Thread Greg Kroah-Hartman
On Sun, Nov 05, 2017 at 05:26:59AM +0100, V10lator wrote: > Am Samstag, 4. November 2017 14:13:52 CET schrieb Greg Kroah-Hartman: > > What changed from v2? > > Nothing. I just re-based the patch on a fresh git clone as you couldn't > merge v2. Then you need to say so somewhere otherwise I, and

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-05 Thread Greg Kroah-Hartman
On Sun, Nov 05, 2017 at 05:26:59AM +0100, V10lator wrote: > Am Samstag, 4. November 2017 14:13:52 CET schrieb Greg Kroah-Hartman: > > What changed from v2? > > Nothing. I just re-based the patch on a fresh git clone as you couldn't > merge v2. Then you need to say so somewhere otherwise I, and

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread V10lator
Am Samstag, 4. November 2017 14:13:52 CET schrieb Greg Kroah-Hartman: What changed from v2? Nothing. I just re-based the patch on a fresh git clone as you couldn't merge v2. And I need a real name as the author of the patch :( Damn, sorry about that. Will do a v4.

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread V10lator
Am Samstag, 4. November 2017 14:13:52 CET schrieb Greg Kroah-Hartman: What changed from v2? Nothing. I just re-based the patch on a fresh git clone as you couldn't merge v2. And I need a real name as the author of the patch :( Damn, sorry about that. Will do a v4.

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Neil Armstrong
Le 04/11/2017 14:13, Greg Kroah-Hartman a écrit : > On Sat, Nov 04, 2017 at 02:00:00PM +0100, V10lator wrote: >> Devices like DCF77 receivers need the baud-rate to be as low as 50. >> >> I have tested this on a Meson GXL device with uart_A. >> >> Cc: Greg Kroah-Hartman

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Neil Armstrong
Le 04/11/2017 14:13, Greg Kroah-Hartman a écrit : > On Sat, Nov 04, 2017 at 02:00:00PM +0100, V10lator wrote: >> Devices like DCF77 receivers need the baud-rate to be as low as 50. >> >> I have tested this on a Meson GXL device with uart_A. >> >> Cc: Greg Kroah-Hartman >> Cc: Jiri Slaby >> Cc:

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Greg Kroah-Hartman
On Sat, Nov 04, 2017 at 02:00:00PM +0100, V10lator wrote: > Devices like DCF77 receivers need the baud-rate to be as low as 50. > > I have tested this on a Meson GXL device with uart_A. > > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: Carlo Caione

Re: [PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Greg Kroah-Hartman
On Sat, Nov 04, 2017 at 02:00:00PM +0100, V10lator wrote: > Devices like DCF77 receivers need the baud-rate to be as low as 50. > > I have tested this on a Meson GXL device with uart_A. > > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > Cc: Carlo Caione > Cc: Kevin Hilman > Cc:

[PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread V10lator
Devices like DCF77 receivers need the baud-rate to be as low as 50. I have tested this on a Meson GXL device with uart_A. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Carlo Caione Cc: Kevin Hilman Cc:

[PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread V10lator
Devices like DCF77 receivers need the baud-rate to be as low as 50. I have tested this on a Meson GXL device with uart_A. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Carlo Caione Cc: Kevin Hilman Cc: linux-amlo...@lists.infradead.org Cc: linux-arm-ker...@lists.infradead.org Cc:

[PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Thomas Rohloff
Devices like DCF77 receivers need the baud-rate to be as low as 50. I have tested this on a Meson GXL device with uart_A. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Carlo Caione Cc: Kevin Hilman Cc:

[PATCH v3] tty: serial: meson: allow baud-rates lower than 9600

2017-11-04 Thread Thomas Rohloff
Devices like DCF77 receivers need the baud-rate to be as low as 50. I have tested this on a Meson GXL device with uart_A. Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Carlo Caione Cc: Kevin Hilman Cc: linux-amlo...@lists.infradead.org Cc: linux-arm-ker...@lists.infradead.org Cc: