Re: [PATCH 1/1] The AT24 driver only uses page size of 1 byte if noplatform data is provided to the probe function. When this eeprom isdetected via open firmware tree in powerpc architecture the correct chiptype is given to the probe function. So the driver can extract the page sizefor optimal performance out of this chip type.

From: Wolfram Sang
Date: Tue Apr 09 2013 - 05:35:59 EST


On Mon, Mar 18, 2013 at 05:52:13PM +0400, Sergey Gerasimov wrote:
> Signed-off-by: Sergey Gerasimov <Sergey.Gerasimov@xxxxxxxxxxxxxxxxxxxxxxxxx>

NAK. Page size may differ across vendors, so we can't hardcode values in
that table. There is a "pagesize" property for devicetree.

And please make sure you don't write the whole description in the
subject.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/