* [PATCH] serdev: select POLLER
@ 2018-06-08 11:06 Lucas Stach
2018-06-11 6:44 ` Sascha Hauer
2018-12-03 9:55 ` Lucas Stach
0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2018-06-08 11:06 UTC (permalink / raw)
To: barebox
A lot of the inner working of the serdev framework depend on the poller,
so there is no point in allowing to build without poller support.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
drivers/serial/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 8a56d39f7c84..d462c11c169d 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -3,6 +3,7 @@ menu "serial drivers"
config SERIAL_DEV_BUS
bool "Serial device bus"
+ select POLLER
depends on CONSOLE_FULL
help
Core support for devices connected via a serial port.
--
2.17.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] serdev: select POLLER
2018-06-08 11:06 [PATCH] serdev: select POLLER Lucas Stach
@ 2018-06-11 6:44 ` Sascha Hauer
2018-12-03 9:55 ` Lucas Stach
1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2018-06-11 6:44 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Fri, Jun 08, 2018 at 01:06:05PM +0200, Lucas Stach wrote:
> A lot of the inner working of the serdev framework depend on the poller,
> so there is no point in allowing to build without poller support.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> drivers/serial/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 8a56d39f7c84..d462c11c169d 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -3,6 +3,7 @@ menu "serial drivers"
>
> config SERIAL_DEV_BUS
> bool "Serial device bus"
> + select POLLER
> depends on CONSOLE_FULL
> help
> Core support for devices connected via a serial port.
> --
> 2.17.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] serdev: select POLLER
2018-06-08 11:06 [PATCH] serdev: select POLLER Lucas Stach
2018-06-11 6:44 ` Sascha Hauer
@ 2018-12-03 9:55 ` Lucas Stach
2018-12-04 7:33 ` Sascha Hauer
1 sibling, 1 reply; 4+ messages in thread
From: Lucas Stach @ 2018-12-03 9:55 UTC (permalink / raw)
To: barebox
Am Freitag, den 08.06.2018, 13:06 +0200 schrieb Lucas Stach:
> A lot of the inner working of the serdev framework depend on the poller,
> so there is no point in allowing to build without poller support.
It seems this patch fell through the cracks.
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> drivers/serial/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index 8a56d39f7c84..d462c11c169d 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -3,6 +3,7 @@ menu "serial drivers"
>
> config SERIAL_DEV_BUS
> > bool "Serial device bus"
> > + select POLLER
> > depends on CONSOLE_FULL
> > help
> > Core support for devices connected via a serial port.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] serdev: select POLLER
2018-12-03 9:55 ` Lucas Stach
@ 2018-12-04 7:33 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2018-12-04 7:33 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Mon, Dec 03, 2018 at 10:55:45AM +0100, Lucas Stach wrote:
> Am Freitag, den 08.06.2018, 13:06 +0200 schrieb Lucas Stach:
> > A lot of the inner working of the serdev framework depend on the poller,
> > so there is no point in allowing to build without poller support.
>
> It seems this patch fell through the cracks.
Applied, for real this time.
Thanks
Sascha
>
> > Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> > ---
> > drivers/serial/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> > index 8a56d39f7c84..d462c11c169d 100644
> > --- a/drivers/serial/Kconfig
> > +++ b/drivers/serial/Kconfig
> > @@ -3,6 +3,7 @@ menu "serial drivers"
> >
> > config SERIAL_DEV_BUS
> > > bool "Serial device bus"
> > > + select POLLER
> > > depends on CONSOLE_FULL
> > > help
> > > Core support for devices connected via a serial port.
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-04 7:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 11:06 [PATCH] serdev: select POLLER Lucas Stach
2018-06-11 6:44 ` Sascha Hauer
2018-12-03 9:55 ` Lucas Stach
2018-12-04 7:33 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox