Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-11 Thread Lars Poeschel
On Sunday 10 February 2013 at 17:30:47, Wolfram Sang wrote: > > what happend to this one ? It was a patch updating Kconfig help for > > at24. > > Do you know linux-next? Have a look there... Thank you for the hint and for commiting it. Lars -- To unsubscribe from this list: send the line

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-11 Thread Lars Poeschel
On Sunday 10 February 2013 at 17:30:47, Wolfram Sang wrote: what happend to this one ? It was a patch updating Kconfig help for at24. Do you know linux-next? Have a look there... Thank you for the hint and for commiting it. Lars -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-10 Thread Wolfram Sang
> what happend to this one ? It was a patch updating Kconfig help for at24. Do you know linux-next? Have a look there... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-10 Thread Wolfram Sang
what happend to this one ? It was a patch updating Kconfig help for at24. Do you know linux-next? Have a look there... -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-06 Thread Lars Poeschel
On Wednesday 05 December 2012 at 17:41:53, Wolfram Sang wrote: > > > The method of accessing EEPROMs is used by way more chips than FRAMs. > > > So, I'd prefer to have the text updated more generic like "EEPROMs and > > > similar devices like RAMs, ROMs, etc...". Describing setting .flags in > >

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-02-06 Thread Lars Poeschel
On Wednesday 05 December 2012 at 17:41:53, Wolfram Sang wrote: The method of accessing EEPROMs is used by way more chips than FRAMs. So, I'd prefer to have the text updated more generic like EEPROMs and similar devices like RAMs, ROMs, etc Describing setting .flags in Kconfig is

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-01-28 Thread Lars Poeschel
On Thursday 24 January 2013 at 08:27:01, Wolfram Sang wrote: > > > > > > I wanted to use a fm24c04 i2c fram chip with linux. I grepped > > > > > > the source and found nothing. I later found that my chip can be > > > > > > handled by at24 eeprom driver. It creates a sysfs file called > > > > > >

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-01-28 Thread Lars Poeschel
On Thursday 24 January 2013 at 08:27:01, Wolfram Sang wrote: I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-01-23 Thread Wolfram Sang
On Fri, Dec 07, 2012 at 11:14:28AM +0100, Lars Poeschel wrote: > > > > > I wanted to use a fm24c04 i2c fram chip with linux. I grepped the > > > > > source and found nothing. I later found that my chip can be handled > > > > > by at24 eeprom driver. It creates a sysfs file called eeprom to > > > >

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2013-01-23 Thread Wolfram Sang
On Fri, Dec 07, 2012 at 11:14:28AM +0100, Lars Poeschel wrote: I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-07 Thread Lars Poeschel
> > > > I wanted to use a fm24c04 i2c fram chip with linux. I grepped the > > > > source and found nothing. I later found that my chip can be handled > > > > by at24 eeprom driver. It creates a sysfs file called eeprom to > > > > read from and write to the chip. Userspace has no chance to > > > >

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-07 Thread Lars Poeschel
I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and write to the chip. Userspace has no chance to distinguish if it is

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-05 Thread Wolfram Sang
Hi, On Wed, Dec 05, 2012 at 10:43:07AM +0100, Lars Poeschel wrote: > I see there where to much "no"s to get anything in, but thank you for > your comments and explanations. Not necessarily, just not in this form :) > > > > I wanted to use a fm24c04 i2c fram chip with linux. I grepped the

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-05 Thread Lars Poeschel
I see there where to much "no"s to get anything in, but thank you for your comments and explanations. > > I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source > > and found nothing. I later found that my chip can be handled by at24 > > eeprom driver. It creates a sysfs file

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-05 Thread Lars Poeschel
I see there where to much nos to get anything in, but thank you for your comments and explanations. I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-05 Thread Wolfram Sang
Hi, On Wed, Dec 05, 2012 at 10:43:07AM +0100, Lars Poeschel wrote: I see there where to much nos to get anything in, but thank you for your comments and explanations. Not necessarily, just not in this form :) I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-04 Thread Wolfram Sang
Hi, > I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source > and found nothing. I later found that my chip can be handled by at24 > eeprom driver. It creates a sysfs file called eeprom to read from and > write to the chip. Userspace has no chance to distinguish if it is >

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-04 Thread Lars Poeschel
Hello! I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and write to the chip. Userspace has no chance to distinguish if it is writing an

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-04 Thread Lars Poeschel
Hello! I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and write to the chip. Userspace has no chance to distinguish if it is writing an

Re: [PATCH RFC] misc/at24: distinguish between eeprom and fram chips

2012-12-04 Thread Wolfram Sang
Hi, I wanted to use a fm24c04 i2c fram chip with linux. I grepped the source and found nothing. I later found that my chip can be handled by at24 eeprom driver. It creates a sysfs file called eeprom to read from and write to the chip. Userspace has no chance to distinguish if it is writing