Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1609866
| Path | csiph.com!feeder.erje.net!1.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Richard Leitner <richard.leitner@skidata.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] nvmem: imx-ocotp: add write support |
| Date | Mon, 27 Mar 2017 16:10:02 +0200 |
| Message-ID | <tpDvk-Li-25@gated-at.bofh.it> (permalink) |
| References | <tpD2i-kn-27@gated-at.bofh.it> <tpD2i-kn-25@gated-at.bofh.it> <tpDbX-nU-7@gated-at.bofh.it> |
| Authentication-Results | mail2.skidata.com; spf=None smtp.pra=richard.leitner@skidata.com; spf=PermError smtp.mailfrom=Richard.Leitner@skidata.com; spf=None smtp.helo=postmaster@sdmr1srv.skidata.net |
| Received-Spf | None (mail2.skidata.com: no sender authenticity information available from domain of richard.leitner@skidata.com) identity=pra; client-ip=172.16.10.74; receiver=mail2.skidata.com; envelope-from="Richard.Leitner@skidata.com"; x-sender="richard.leitner@skidata.com"; x-conformance=sidf_compatible |
| Received-Spf | PermError (mail2.skidata.com: cannot correctly interpret sender authenticity information from domain of Richard.Leitner@skidata.com) identity=mailfrom; client-ip=172.16.10.74; receiver=mail2.skidata.com; envelope-from="Richard.Leitner@skidata.com"; x-sender="Richard.Leitner@skidata.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" |
| Received-Spf | None (mail2.skidata.com: no sender authenticity information available from domain of postmaster@sdmr1srv.skidata.net) identity=helo; client-ip=172.16.10.74; receiver=mail2.skidata.com; envelope-from="Richard.Leitner@skidata.com"; x-sender="postmaster@sdmr1srv.skidata.net"; x-conformance=sidf_compatible |
| X-Ironport-Anti-Spam-Filtered | true |
| X-Ironport-Anti-Spam-Result | A2E4BAA8GtlY/0oKEKxcGQEBAQEBAQEBAQEBBwEBAQEBhUAHg1ubPR8QkyyCD4IOhiICg1MXAQIBAQEBAQEBA4EQhRYBBSMPAUYQCw0BCgICJgICRxAGAQwBBQICtViCJiYCihIBAQEBAQEBAQEBAQEBAQEBAQEBHwkBgQGFQ4IFCIJih1qCXwEEnFuCBZJDiF4XDIY0k2UhAoE5EhIRBR+HMHOIKIENAQEB |
| X-Ipas-Result | A2E4BAA8GtlY/0oKEKxcGQEBAQEBAQEBAQEBBwEBAQEBhUAHg1ubPR8QkyyCD4IOhiICg1MXAQIBAQEBAQEBA4EQhRYBBSMPAUYQCw0BCgICJgICRxAGAQwBBQICtViCJiYCihIBAQEBAQEBAQEBAQEBAQEBAQEBHwkBgQGFQ4IFCIJih1qCXwEEnFuCBZJDiF4XDIY0k2UhAoE5EhIRBR+HMHOIKIENAQEB |
| X-Ironport-Av | E=Sophos;i="5.36,231,1486422000"; d="scan'208";a="499539" |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | 8bit |
| X-Originating-IP | [172.16.60.30] |
| X-Clientproxiedby | sdex1srv.skidata.net (172.16.10.92) To sdex1srv.skidata.net (172.16.10.92) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 22 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel <linux-kernel@vger.kernel.org>, Srinivas Kandagatla <srinivas.kandagatla@linaro.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, "robh+dt@kernel.org" <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>, <dev@g0hl1n.net> |
| X-Original-Date | Mon, 27 Mar 2017 15:59:17 +0200 |
| X-Original-Message-ID | <8a1caa0b-8117-4e2f-1782-a9251f617969@skidata.com> |
| X-Original-References | <1490621491-28247-1-git-send-email-richard.leitner@skidata.com> <1490621491-28247-2-git-send-email-richard.leitner@skidata.com> <CAOMZO5DV+80np5qsq9JdKwmKFL1AkeqJ09S3o0XjQzAqYw0rYg@mail.gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1609866 |
Show key headers only | View raw
On 03/27/2017 03:42 PM, Fabio Estevam wrote: > [Adding Pengutronix folks and Shawn on Cc] > > On Mon, Mar 27, 2017 at 10:31 AM, Richard Leitner > <richard.leitner@skidata.com> wrote: >> Implement write routine for OCOTP controller found in i.MX6 SoC's. >> Furthermore add locking to the read function to prevent race conditions. >> The write routine code is based on the fsl_otp driver from Freescale. >> >> Signed-off-by: Richard Leitner <richard.leitner@skidata.com> > > Do we really want to have write support in the driver? We need it for our "factory startup" process and other fusebox drivers support it as well. Therefore I thought it would be a good idea to bring it upstream. Furthermore you can disable it via devicetree (and it would also be possible to introduce a CONFIG for write support if it's wanted). kind regards, Richard L
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/2] nvmem: imx-ocotp: add write support Richard Leitner <richard.leitner@skidata.com> - 2017-03-27 15:40 +0200
Re: [PATCH 2/2] nvmem: imx-ocotp: add write support Fabio Estevam <festevam@gmail.com> - 2017-03-27 15:50 +0200
Re: [PATCH 2/2] nvmem: imx-ocotp: add write support Richard Leitner <richard.leitner@skidata.com> - 2017-03-27 16:10 +0200
Re: [PATCH 2/2] nvmem: imx-ocotp: add write support Sascha Hauer <s.hauer@pengutronix.de> - 2017-03-30 08:20 +0200
Re: [PATCH 2/2] nvmem: imx-ocotp: add write support Rob Herring <robh@kernel.org> - 2017-04-03 15:20 +0200
csiph-web