Re: [PATCH v2] ARM: CSR: Adding CSR SiRFprimaII board support
From: Arnd Bergmann <hidden>
Date: 2011-07-06 07:40:34
Also in:
linux-arm-kernel
From: Arnd Bergmann <hidden>
Date: 2011-07-06 07:40:34
Also in:
linux-arm-kernel
On Wednesday 06 July 2011 09:03:45 Barry Song wrote:
but it seems we will still add "sirf,alsta6-intc" in intc driver if that really happen in the future. in my understanding, drivers should explicitly claim all chips or ip cores they can support.
I don't think there is a need for that. I'd only add the second one if there is a need in the driver to tell the difference. In that case, you can add a data field to the device_id and use that for making decisions in the driver. Arnd