Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-04-08 Thread Robert Schwebel
Hi Christian, On Mon, Apr 08, 2013 at 08:56:03AM +0200, Christian Gmeiner wrote: > Using the new mail address of wolfram sang - got the following error: > > > Delivery to the following recipient failed permanently: > > w.s...@pengutronix.de > > Technical details of permanent failure: >

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-04-08 Thread Christian Gmeiner
Using the new mail address of wolfram sang - got the following error: Delivery to the following recipient failed permanently: w.s...@pengutronix.de Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-04-08 Thread Christian Gmeiner
Using the new mail address of wolfram sang - got the following error: Delivery to the following recipient failed permanently: w.s...@pengutronix.de Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-04-08 Thread Robert Schwebel
Hi Christian, On Mon, Apr 08, 2013 at 08:56:03AM +0200, Christian Gmeiner wrote: Using the new mail address of wolfram sang - got the following error: Delivery to the following recipient failed permanently: w.s...@pengutronix.de Technical details of permanent failure: Google

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-03-27 Thread Christian Gmeiner
2013/1/24 Wolfram Sang : > On Wed, Dec 19, 2012 at 05:07:09PM +0100, Christian Gmeiner wrote: >> I have a at24 EEPROM connected via i2c bus provided by ISCH i2c >> bus driver. This bus driver does not support >> I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way >> to be able to write

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-03-27 Thread Christian Gmeiner
2013/1/24 Wolfram Sang w.s...@pengutronix.de: On Wed, Dec 19, 2012 at 05:07:09PM +0100, Christian Gmeiner wrote: I have a at24 EEPROM connected via i2c bus provided by ISCH i2c bus driver. This bus driver does not support I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way to be

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-01-24 Thread Wolfram Sang
On Wed, Dec 19, 2012 at 05:07:09PM +0100, Christian Gmeiner wrote: > I have a at24 EEPROM connected via i2c bus provided by ISCH i2c > bus driver. This bus driver does not support > I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way > to be able to write the eeprom. This patch adds

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-01-24 Thread Wolfram Sang
On Wed, Dec 19, 2012 at 05:07:09PM +0100, Christian Gmeiner wrote: I have a at24 EEPROM connected via i2c bus provided by ISCH i2c bus driver. This bus driver does not support I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way to be able to write the eeprom. This patch adds support

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-01-06 Thread Christian Gmeiner
ping -- Christian Gmeiner, MSc 2012/12/19 Christian Gmeiner : > I have a at24 EEPROM connected via i2c bus provided by ISCH i2c > bus driver. This bus driver does not support > I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way > to be able to write the eeprom. This patch adds support

Re: [PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2013-01-06 Thread Christian Gmeiner
ping -- Christian Gmeiner, MSc 2012/12/19 Christian Gmeiner christian.gmei...@gmail.com: I have a at24 EEPROM connected via i2c bus provided by ISCH i2c bus driver. This bus driver does not support I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way to be able to write the eeprom.

[PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2012-12-19 Thread Christian Gmeiner
I have a at24 EEPROM connected via i2c bus provided by ISCH i2c bus driver. This bus driver does not support I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way to be able to write the eeprom. This patch adds support for I2C_SMBUS_BYTE_DATA writing via i2c_smbus_write_byte_data. It is

[PATCH] at24: extend driver to allow writing via i2c_smbus_write_byte_data

2012-12-19 Thread Christian Gmeiner
I have a at24 EEPROM connected via i2c bus provided by ISCH i2c bus driver. This bus driver does not support I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way to be able to write the eeprom. This patch adds support for I2C_SMBUS_BYTE_DATA writing via i2c_smbus_write_byte_data. It is