[PATCH 1/2] misc: at24: parse OF-data, too

2010-11-15 Thread Wolfram Sang
Information about the pagesize and read-only-status may also come from the devicetree. Parse this data, too, and act accordingly. While we are here, change the initialization printout a bit. write_max is useful to know to detect performance bottlenecks, the rest is superfluous. Signed-off-by: Wolf

Re: [PATCH 1/2] misc: at24: parse OF-data, too

2010-11-15 Thread Grant Likely
On Mon, Nov 15, 2010 at 10:25 AM, Wolfram Sang wrote: > Information about the pagesize and read-only-status may also come from > the devicetree. Parse this data, too, and act accordingly. While we are > here, change the initialization printout a bit. write_max is useful to > know to detect perform