[PATCH 6/6] serial: add amba-pl011-pci
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-26 08:29:41
Also in:
linux-arch, linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-26 08:29:41
Also in:
linux-arch, linux-serial, lkml
On Saturday 26 May 2012, Alessandro Rubini wrote:
quoted
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?Yes, it's possible. Actually, this was my longer-time plan: propose a factorization when more of those were ready. So I'll remove the special name in the device and offer an implementation as generic as possible. BTW, are the prerequisite patches of with you?
Yes, they all look good to me, although patch 5 would have to change if you do patch 6 the way we discussed here. Arnd