Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701051
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 06/15] tty: New RISC-V SBI console driver |
| Date | 2017-08-01 15:40 +0200 |
| Message-ID | <u9FyX-4zN-29@gated-at.bofh.it> (permalink) |
| References | <u9tR7-57m-3@gated-at.bofh.it> <u9tR7-57m-1@gated-at.bofh.it> |
| Organization | Intel Finland Oy |
On Mon, 2017-07-31 at 18:00 -0700, Palmer Dabbelt wrote: > The RISC-V ISA defines a simple console that is availiable via SBI > calls > on all systems. This patch adds a driver for this console interface > that can act as both a target for early printk and as the system > console. > +#include <linux/console.h> > +#include <linux/err.h> > +#include <linux/init.h> > +#include <linux/moduleparam.h> > +#include <linux/types.h> > +#include <linux/delay.h> > +#include <linux/irq.h> I'm not sure I understand why above two headers are included here. -- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v7 06/15] tty: New RISC-V SBI console driver Palmer Dabbelt <palmer@dabbelt.com> - 2017-08-01 03:10 +0200 Re: [PATCH v7 06/15] tty: New RISC-V SBI console driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-08-01 15:40 +0200
csiph-web