[PATCH 6/6] serial: add amba-pl011-pci
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-26 07:40:15
Also in:
linux-arch, linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-26 07:40:15
Also in:
linux-arch, linux-serial, lkml
On Friday 25 May 2012, Alessandro Rubini wrote:
This is a simple PCI driver that registers an amba device in its probe function. It successfully drives the 4 serial ports of the sta2x11 I/O Hub. Signed-off-by: Alessandro Rubini <redacted> Acked-by: Giancarlo Asnaghi <redacted>
Aside from the dma mask, this looks almost entirely generic. Would it be possible to make this a generic pci-amba driver that lives under drivers/amba/ and does not care about the type of device behind it? Arnd