Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390675
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial |
| Date | 2016-04-29 02:50 +0200 |
| Message-ID | <rt4N3-57S-7@gated-at.bofh.it> (permalink) |
| References | <riL8Z-5Qv-11@gated-at.bofh.it> <riL90-5Qv-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Mar 31, 2016 at 04:40:23PM +0300, Aleksey Makarov wrote: > From: Leif Lindholm <leif.lindholm@linaro.org> > > We have multiple "earlycon" early_param handlers - merge the DT one into > the main earlycon one. It's a cleanup that also will be useful > to defer setting up DT console until ACPI/DT decision is made. > > Rename the exported function to avoid clashing with the function from > arch/microblaze/kernel/prom.c > > Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> > Signed-off-by: Aleksey Makarov <aleksey.makarov@linaro.org> > Acked-by: Rob Herring <robh@kernel.org> > --- > drivers/of/fdt.c | 11 +---------- > drivers/tty/serial/earlycon.c | 2 +- > include/linux/of_fdt.h | 2 ++ > 3 files changed, 4 insertions(+), 11 deletions(-) Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-04-29 02:50 +0200
csiph-web