mbox series

[v3,0/2] serial: lantiq: Make driver modular & console configurable

Message ID cover.1589176044.git.rahul.tanwar@linux.intel.com
Headers show
Series serial: lantiq: Make driver modular & console configurable | expand

Message

Rahul Tanwar May 11, 2020, 5:57 a.m. UTC
Patch 1 is to make lantiq UART driver's use as console selectable/configurable.
Patch 2 adds changes so the driver can be compiled as module.

v3:
- Fix a section mismatch warning. Reported-by: kbuild test robot <lkp@intel.com>.

v2:
- Split into two patches. One for console configuration and two for
  modular driver. (Greg KH) 

v1:
- Initial version.


Rahul Tanwar (2):
  serial: lantiq: Make UART's use as console selectable
  serial: lantiq: Make driver modular

 drivers/tty/serial/Kconfig  | 13 +++++++++++--
 drivers/tty/serial/lantiq.c | 40 +++++++++++++++++++++++++++++++++++-----
 2 files changed, 46 insertions(+), 7 deletions(-)