Re: [RESEND PATCH] ARM: pxa: stargate2: use device properties for at24 eeprom

From: Robert Jarzmik
Date: Sun Apr 08 2018 - 05:04:03 EST


Bartosz Golaszewski <brgl@xxxxxxxx> writes:

> 2018-04-04 21:44 GMT+02:00 Robert Jarzmik <robert.jarzmik@xxxxxxx>:
>> Bartosz Golaszewski <brgl@xxxxxxxx> writes:
> Yes, it does use the type field from i2c_board_info implicitly over
> i2c-core. The type field is copied over to client->name and then is
> matched against the i2c ID table from which we get the associated chip
> data (unless the type is "at24") containing the size and flags.

Ah yes, the "struct i2c_device_id at24_ids" part, I see.

Applied to pxa/for-next, thanks.

--
Robert