Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)(Lindent)

2008-07-28 Thread Grant Likely
On Mon, Jul 28, 2008 at 12:16 PM, Ricardo Ribalda Delgado <[EMAIL PROTECTED]> wrote: > Hello Grant > > Thanks for your comment. The use for the ddr2 is just an example... > I did developed it for that reason, but you can use it for anything > else. I sent the patch just because I thought it will b

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)(Lindent)

2008-07-28 Thread Ricardo Ribalda Delgado
Hello Grant Thanks for your comment. The use for the ddr2 is just an example... I did developed it for that reason, but you can use it for anything else. I sent the patch just because I thought it will be useful for other people and the mail list response in that way. It was my first patch to th

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit) (Lindent)

2008-07-28 Thread Grant Likely
On Mon, Jul 28, 2008 at 12:06:21PM +0200, Ricardo Ribalda Delgado wrote: > This driver provides access to a simulated i2c eeprom. > This simulated eeprom could be very useful in boards with > ddr2 memories and no i2c interfaces. > > Using this driver the user can simulate a spd eeprom > of a ddr2

[U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit) (Lindent)

2008-07-28 Thread Ricardo Ribalda Delgado
This driver provides access to a simulated i2c eeprom. This simulated eeprom could be very useful in boards with ddr2 memories and no i2c interfaces. Using this driver the user can simulate a spd eeprom of a ddr2 memory and use the ddr2 auto config. User can use the macros CONFIG_EEPROM_SIMUL_LEN

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-26 Thread Michal Simek
for, if M > Hello Michal > > No hints about where are this codyng style issues? > > Best regards > > > > - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest L

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-25 Thread Ricardo Ribalda Delgado
Hello Michal No hints about where are this codyng style issues? Best regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challe

Re: [U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-25 Thread Michal Simek
still coding style issues. M > This driver provides access to a simulated i2c eeprom. > This simulated eeprom could be very useful in boards with > ddr2 memories and no i2c interfaces. > > Using this driver the user can simulate a spd eeprom > of a ddr2 memory and use the ddr2 auto config. > >

[U-Boot-Users] [PATCH] I2C EEPROM simulator (Resubmit)

2008-07-23 Thread Ricardo Ribalda Delgado
This driver provides access to a simulated i2c eeprom. This simulated eeprom could be very useful in boards with ddr2 memories and no i2c interfaces. Using this driver the user can simulate a spd eeprom of a ddr2 memory and use the ddr2 auto config. User can use the macros CONFIG_EEPROM_SIMUL_LEN

[U-Boot-Users] [PATCH] I2C EEPROM simulator

2008-07-15 Thread Ricardo Ribalda Delgado
Minor Changes to previous patch Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> --- This driver provides access to a simulated i2c eeprom. This simulated eeprom could be very useful in boards with ddr2 memories and no i2c interfaces. Using this driver the user can simulate a spd eeprom