Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-11-07 Thread Ezequiel Garcia
On 11/06/2014 04:25 PM, Stefan Wahren wrote: Hi, Arnd Bergmann a...@arndb.de hat am 28. Oktober 2014 um 20:13 geschrieben: [...] I came up with MTD just because a grep for OTP showed most hits in there. I have to admit that I didn't check whether those are actually for the same kind of

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-11-07 Thread Stefan Wahren
Ezequiel Garcia ezequ...@vanguardiasur.com.ar hat am 7. November 2014 um 20:14 geschrieben: While you are here, maybe you can check if your API and driver will also be useful to support i.MX6 OCOTP? That's why i named the driver fsl_ocotp and not mxs_ocotp ;-) Sure the handling would be a

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-11-06 Thread Stefan Wahren
Hi, Arnd Bergmann a...@arndb.de hat am 28. Oktober 2014 um 20:13 geschrieben: [...] I came up with MTD just because a grep for OTP showed most hits in there. I have to admit that I didn't check whether those are actually for the same kind of device or for something else that goes by the

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-11-06 Thread Arnd Bergmann
On Thursday 06 November 2014 20:25:32 Stefan Wahren wrote: Hi, Arnd Bergmann a...@arndb.de hat am 28. Oktober 2014 um 20:13 geschrieben: [...] I came up with MTD just because a grep for OTP showed most hits in there. I have to admit that I didn't check whether those are actually for

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-29 Thread Stefan Wahren
Hi Ezequiel, Am 28.10.2014 um 18:17 schrieb Ezequiel Garcia: On 10/20/2014 11:44 AM, Arnd Bergmann wrote: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-28 Thread Ezequiel Garcia
On 10/20/2014 11:44 AM, Arnd Bergmann wrote: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. Signed-off-by: Stefan

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-28 Thread Arnd Bergmann
On Tuesday 28 October 2014 14:17:39 Ezequiel Garcia wrote: On 10/20/2014 11:44 AM, Arnd Bergmann wrote: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Arnd Bergmann
On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. Signed-off-by: Stefan Wahren stefan.wah...@i2se.com ---

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Stefan Wahren
Hi Arnd, Am 20.10.2014 um 16:44 schrieb Arnd Bergmann: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. ... I think

Re: [PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-20 Thread Arnd Bergmann
On Monday 20 October 2014 17:32:37 Stefan Wahren wrote: Am 20.10.2014 um 16:44 schrieb Arnd Bergmann: On Saturday 18 October 2014 10:32:51 Stefan Wahren wrote: This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for

[PATCH RFC V3 2/3] mxs: add driver for ocotp in i.MX23 and i.MX28

2014-10-18 Thread Stefan Wahren
This patch brings readonly support for the On Chip OTP cells in the i.MX23 and i.MX28 processor. The driver uses files (one for each cell) in sysfs as interface. Signed-off-by: Stefan Wahren stefan.wah...@i2se.com --- drivers/misc/Kconfig | 13 ++ drivers/misc/Makefile|1 +