[PATCH 1/2] mfd: max8925: request resource region

Mark Brown broonie at opensource.wolfsonmicro.com
Mon May 7 07:29:57 EDT 2012


On Mon, May 07, 2012 at 11:21:53AM +0000, Arnd Bergmann wrote:

> Can you explain why you need this kind of arbitration to start with?
> Can't you just ensure that each client of the max8925 only sees a fixed
> set of nonconflicting registers, and provide a higher-level abstractions
> for the registers that are indeed shared between clients?

This is nothing to do with arbitration or sharing.  It's for the case
where you have a set of IP blocks on the chip (and possibly over a
series of different chips) all with the same register map within the IP
block - you need a way to tell the function driver for the IP block
where it is in the chip register map.  A similar thing happens (without
issue) for the interrupts within the chip.

You'd never expect any collisions to need arbitrating, it's purely about
telling the function driver where to find the IP without having to open
code this.  Anything which is actually shared would be handled in the
MFD core for the device normally, or with some other API like genirq.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120507/c9432b9c/attachment-0001.sig>


More information about the linux-arm-kernel mailing list