]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
mfd: at91-usart: Add MFD driver for USART
authorRadu Pirea <radu.pirea@microchip.com>
Fri, 13 Jul 2018 16:47:33 +0000 (19:47 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 10 Sep 2018 15:07:24 +0000 (16:07 +0100)
commit7d3aa342cef7aa3721bab5157a84bb3d6acce437
tree17aafc20ced7522af0cda151fb0b0e3cf938ce51
parenta785ce4c6d6c1e8e120a13a100edbb31b447675a
mfd: at91-usart: Add MFD driver for USART

This MFD driver is just a wrapper over atmel_serial driver and
spi-at91-usart driver. Selection of one of the drivers is based on a
property from device tree. If the property is not specified, the default
driver is atmel_serial.

Signed-off-by: Radu Pirea <radu.pirea@microchip.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/at91-usart.c [new file with mode: 0644]