]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mfd: ioc3: Add driver for SGI IOC3 chip
authorThomas Bogendoerfer <tbogendoerfer@suse.de>
Thu, 9 Jan 2020 10:34:29 +0000 (11:34 +0100)
committerPaul Burton <paulburton@kernel.org>
Thu, 9 Jan 2020 23:30:59 +0000 (15:30 -0800)
commit0ce5ebd24d25f02c73940f047b12733d84b125e8
tree3cbdc0a8e8baff23e120b7b8ffdf1ded8e5c8a1d
parent10cf8300ecada10f4bd6c9be78439cce98ae6d8b
mfd: ioc3: Add driver for SGI IOC3 chip

SGI IOC3 chip has integrated ethernet, keyboard and mouse interface.
It also supports connecting a SuperIO chip for serial and parallel
interfaces. IOC3 is used inside various SGI systemboards and add-on
cards with different equipped external interfaces.

Support for ethernet and serial interfaces were implemented inside
the network driver. This patchset moves out the not network related
parts to a new MFD driver, which takes care of card detection,
setup of platform devices and interrupt distribution for the subdevices.

Serial portion: Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>
Network part: Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Network part: Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: linux-serial@vger.kernel.org
arch/mips/sgi-ip27/ip27-timer.c
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ioc3.c [new file with mode: 0644]
drivers/net/ethernet/sgi/Kconfig
drivers/net/ethernet/sgi/ioc3-eth.c
drivers/tty/serial/8250/8250_ioc3.c [new file with mode: 0644]
drivers/tty/serial/8250/Kconfig
drivers/tty/serial/8250/Makefile