On 2012-12-18 15:26, Andreas Färber wrote:
> Am 12.12.2012 10:44, schrieb Jan Kiszka:
>> On 2012-11-19 15:24, Jan Kiszka wrote:
>>> See patches for details.
>>>
>>> Jan Kiszka (2):
>>> i2c: Introduce device address mask
>>> Add AT24Cxx I2C EEPROM device model
>>>
>>> hw/Makefile.objs |2 +-
On 2012-12-18 14:55, Stefan Hajnoczi wrote:
> On Wed, Dec 12, 2012 at 10:44:10AM +0100, Jan Kiszka wrote:
>> On 2012-11-19 15:24, Jan Kiszka wrote:
>>> See patches for details.
>>>
>>> Jan Kiszka (2):
>>> i2c: Introduce device address mask
>>> Add AT24Cxx I2C EEPROM device model
>>>
>>> hw/Mak
Am 12.12.2012 10:44, schrieb Jan Kiszka:
> On 2012-11-19 15:24, Jan Kiszka wrote:
>> See patches for details.
>>
>> Jan Kiszka (2):
>> i2c: Introduce device address mask
>> Add AT24Cxx I2C EEPROM device model
>>
>> hw/Makefile.objs |2 +-
>> hw/at24.c| 363
>>
On Wed, Dec 12, 2012 at 10:44:10AM +0100, Jan Kiszka wrote:
> On 2012-11-19 15:24, Jan Kiszka wrote:
> > See patches for details.
> >
> > Jan Kiszka (2):
> > i2c: Introduce device address mask
> > Add AT24Cxx I2C EEPROM device model
> >
> > hw/Makefile.objs |2 +-
> > hw/at24.c|
On 2012-11-19 15:24, Jan Kiszka wrote:
> See patches for details.
>
> Jan Kiszka (2):
> i2c: Introduce device address mask
> Add AT24Cxx I2C EEPROM device model
>
> hw/Makefile.objs |2 +-
> hw/at24.c| 363
> ++
> hw/ds1338.c
On 2012-11-19 18:43, Stefan Weil wrote:
> Am 19.11.2012 15:24, schrieb Jan Kiszka:
>> See patches for details.
>>
>> Jan Kiszka (2):
>>i2c: Introduce device address mask
>>Add AT24Cxx I2C EEPROM device model
>>
>
> Is AT24Cxx compatible to Microchip 24C02SC or SGS Thomson ST24C02
> (which
Am 19.11.2012 15:24, schrieb Jan Kiszka:
See patches for details.
Jan Kiszka (2):
i2c: Introduce device address mask
Add AT24Cxx I2C EEPROM device model
Is AT24Cxx compatible to Microchip 24C02SC or SGS Thomson ST24C02
(which are emulated in hw/mips_malta.c)? Could we share code?
Stefa
See patches for details.
Jan Kiszka (2):
i2c: Introduce device address mask
Add AT24Cxx I2C EEPROM device model
hw/Makefile.objs |2 +-
hw/at24.c| 363 ++
hw/ds1338.c |2 +-
hw/i2c.c |9 +-
hw/i2c.h