{"id":808457,"url":"http://patchwork.ozlabs.org/api/1.0/covers/808457/?format=json","project":{"id":37,"url":"http://patchwork.ozlabs.org/api/1.0/projects/37/?format=json","name":"Devicetree Bindings","link_name":"devicetree-bindings","list_id":"devicetree.vger.kernel.org","list_email":"devicetree@vger.kernel.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<1504221620-358-1-git-send-email-hayashibara.keiji@socionext.com>","date":"2017-08-31T23:20:17","name":"[v1,0/3] add UniPhier efuse support","submitter":{"id":71746,"url":"http://patchwork.ozlabs.org/api/1.0/people/71746/?format=json","name":"Keiji Hayashibara","email":"hayashibara.keiji@socionext.com"},"series":[{"id":919,"url":"http://patchwork.ozlabs.org/api/1.0/series/919/?format=json","date":"2017-08-31T23:20:17","name":"add UniPhier efuse support","version":1,"mbox":"http://patchwork.ozlabs.org/series/919/mbox/"}],"headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xjyyy5mkMz9s83\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tFri,  1 Sep 2017 09:20:26 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751415AbdHaXUZ (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 31 Aug 2017 19:20:25 -0400","from mx.socionext.com ([202.248.49.38]:31256 \"EHLO\n\tmx.socionext.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751242AbdHaXUY (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tThu, 31 Aug 2017 19:20:24 -0400","from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52])\n\tby mx.socionext.com with ESMTP; 01 Sep 2017 08:20:23 +0900","from mail.mfilter.local (unknown [10.213.24.61])\n\tby kinkan-ex.css.socionext.com (Postfix) with ESMTP id D7A0D18022A;\n\tFri,  1 Sep 2017 08:20:22 +0900 (JST)","from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP;\n\tFri, 1 Sep 2017 08:20:22 +0900","from plum.e01.socionext.com (unknown [10.213.132.32])\n\tby kinkan.css.socionext.com (Postfix) with ESMTP id 42EB71A0E16;\n\tFri,  1 Sep 2017 08:20:22 +0900 (JST)"],"From":"Keiji Hayashibara <hayashibara.keiji@socionext.com>","To":"srinivas.kandagatla@linaro.org","Cc":"robh+dt@kernel.org, devicetree@vger.kernel.org,\n\tlinux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org,\n\tmasami.hiramatsu@linaro.org, jaswinder.singh@linaro.org,\n\tyamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com,\n\towada.kiyoshi@socionext.com,\n\tKeiji Hayashibara <hayashibara.keiji@socionext.com>","Subject":"[PATCH v1 0/3] add UniPhier efuse support","Date":"Fri,  1 Sep 2017 08:20:17 +0900","Message-Id":"<1504221620-358-1-git-send-email-hayashibara.keiji@socionext.com>","X-Mailer":"git-send-email 2.7.4","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"},"content":"This series adds support for eFuse implemented on UniPhier LD20 SoCs.\nThe eFuse device is under soc-glue and this register implements as read only.\n\nKeiji Hayashibara (3):\n  dt-bindings: nvmem: add description for UniPhier eFuse\n  nvmem: uniphier: add UniPhier eFuse driver\n  arm64: dts: uniphier: add efuse node for LD20\n\n .../devicetree/bindings/nvmem/uniphier-efuse.txt   | 45 ++++++++++\n arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   | 14 ++++\n arch/arm64/configs/defconfig                       |  1 +\n drivers/nvmem/Kconfig                              | 11 +++\n drivers/nvmem/Makefile                             |  2 +\n drivers/nvmem/uniphier-efuse.c                     | 98 ++++++++++++++++++++++\n 6 files changed, 171 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/nvmem/uniphier-efuse.txt\n create mode 100644 drivers/nvmem/uniphier-efuse.c"}