Re: [PATCH] i2c-EEPROM: Export memory accessor

2012-10-30 Thread David Daney
On 10/31/2012 08:56 AM, Pantelis Antoniou wrote: Various platforms need access to the EEPROM in other places besides their platform registration callbacks. Export the memory accessor to the i2c_client i2c_clients are *not* intrinsically memory, so adding this to the generic i2c_client

Re: [PATCH] i2c-EEPROM: Export memory accessor

2012-10-30 Thread David Daney
On 10/30/2012 11:51 AM, Pantelis Antoniou wrote: Hi David, On Oct 30, 2012, at 8:46 PM, David Daney wrote: On 10/31/2012 08:56 AM, Pantelis Antoniou wrote: Various platforms need access to the EEPROM in other places besides their platform registration callbacks. Export the memory accessor

Re: [PATCH v3 0/4] Introduce hardware spinlock framework

2010-12-03 Thread David Daney
? There are chips with hardware atomic memory, but the only time it makes sense to use it is in conjunction with specialize on-chip devices. So the implementation details are kept in the drivers rather than creating a general purpose hwatomic (with its hwatomic_add() et al.) type. David Daney