Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-12 Thread Andy Shevchenko
On Tue, Jun 12, 2018 at 11:31 AM, Geert Uytterhoeven wrote: > On Mon, Jun 11, 2018 at 11:03 PM Andy Shevchenko > wrote: >> On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: >> > This patch fix the following build error on M68K: > > Not plain m68k, but coldfire only (and MIPS AR7, I guess).

Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-12 Thread Andy Shevchenko
On Tue, Jun 12, 2018 at 11:31 AM, Geert Uytterhoeven wrote: > On Mon, Jun 11, 2018 at 11:03 PM Andy Shevchenko > wrote: >> On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: >> > This patch fix the following build error on M68K: > > Not plain m68k, but coldfire only (and MIPS AR7, I guess).

Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-12 Thread Geert Uytterhoeven
On Mon, Jun 11, 2018 at 11:03 PM Andy Shevchenko wrote: > On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: > > This patch fix the following build error on M68K: Not plain m68k, but coldfire only (and MIPS AR7, I guess). > > drivers/tty/serial/8250/8250_dw.o: In function

Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-12 Thread Geert Uytterhoeven
On Mon, Jun 11, 2018 at 11:03 PM Andy Shevchenko wrote: > On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: > > This patch fix the following build error on M68K: Not plain m68k, but coldfire only (and MIPS AR7, I guess). > > drivers/tty/serial/8250/8250_dw.o: In function

Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-11 Thread Andy Shevchenko
On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: > > This patch fix the following build error on M68K: > drivers/tty/serial/8250/8250_dw.o: In function `dw8250_set_termios': > 8250_dw.c:(.text+0x50c): undefined reference to `clk_round_rate' > 8250_dw.c:(.text+0x594): undefined reference to

Re: [PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-11 Thread Andy Shevchenko
On Wed, Jun 6, 2018 at 10:27 PM Corentin Labbe wrote: > > This patch fix the following build error on M68K: > drivers/tty/serial/8250/8250_dw.o: In function `dw8250_set_termios': > 8250_dw.c:(.text+0x50c): undefined reference to `clk_round_rate' > 8250_dw.c:(.text+0x594): undefined reference to

[PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-06 Thread Corentin Labbe
This patch fix the following build error on M68K: drivers/tty/serial/8250/8250_dw.o: In function `dw8250_set_termios': 8250_dw.c:(.text+0x50c): undefined reference to `clk_round_rate' 8250_dw.c:(.text+0x594): undefined reference to `clk_set_rate' So 8250_dw need to depend on COMMON_CLK.

[PATCH] serial: 8250_dw: 8250_dw need to depend on COMMON_CLK

2018-06-06 Thread Corentin Labbe
This patch fix the following build error on M68K: drivers/tty/serial/8250/8250_dw.o: In function `dw8250_set_termios': 8250_dw.c:(.text+0x50c): undefined reference to `clk_round_rate' 8250_dw.c:(.text+0x594): undefined reference to `clk_set_rate' So 8250_dw need to depend on COMMON_CLK.