From patchwork Thu Aug 31 23:20:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 111451 Delivered-To: patch@linaro.org Received: by 10.140.95.112 with SMTP id h103csp210092qge; Thu, 31 Aug 2017 16:20:26 -0700 (PDT) X-Google-Smtp-Source: ADKCNb7PpGFtoEHtJ62UnqjLr+VCJjJ0rWZFRNSJ1EuDitYPt8HFcUSIdAQn+XuN/38G6o3DP6jI X-Received: by 10.98.155.140 with SMTP id e12mr112998pfk.194.1504221626616; Thu, 31 Aug 2017 16:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504221626; cv=none; d=google.com; s=arc-20160816; b=JyCBmTSV7jocyPj13H+QfK+yrevurl4mFTBXzAeTzeMyBkxZ2EfiRGuN7PCCkDT2pi 3k+dRWo4lyAjx/ZF0CfGskWY6AUKEsDx3SF8tAqV9k9VnKXpVq5jJCjl5AIEkq7XsCG3 eCgzleK+kkc52DyVrgfxHLq6ZDKb1gkGDtrDqLHVy5O/iPf9s8S9j8M5t9TSgGQM2+3u 9O6tAM6ZDIfxdTZHPeKwixtyltwsosjOClbJ6KMhzfcTaEbBrdMaShW1zm67cDraDkJx d3IWyIamJclK0Oc2B4p5W82Nvw++TEs/Xmvr8bNfUWpfwMuY6nflT6yitIbDrnk9YiYa CFTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Uw0EMpJlVnbT4iakGtsyeka52Manbv8Sdrb/pLqYVf0=; b=SmNRazX9uA6bdlgoDZMQi3EQkGlVNWhnAm781fhI5YXQc+GZu/GmNto5KaCcZM3rir 89D0EhLAUJZiVPtGh+anFlLLu9+ACoqbp9UntYike/IdhfaxN2kKgSzJdEECslRh0f9s bEkOGSH/SG74G9PRSYsHYjPahkNHeJouc3JJkKHOFf2eJRTs952TJqEQpiMLY9zDd0EB IxA9NMUkOdUxxz5IR0L7f5IbLVtWTmdbE4EiirUKS74/s38dcYz/+pUdocvUPV0aIThP PtKq/emi4CqOLnqxu/Lkp/K1tyTjoGFqHBU3+5aLitGDQbVNsLVPNmWhU3O0SAwCKMW6 QoXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x15si633356pgo.495.2017.08.31.16.20.26; Thu, 31 Aug 2017 16:20:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751415AbdHaXUZ (ORCPT + 6 others); Thu, 31 Aug 2017 19:20:25 -0400 Received: from mx.socionext.com ([202.248.49.38]:31256 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242AbdHaXUY (ORCPT ); Thu, 31 Aug 2017 19:20:24 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 01 Sep 2017 08:20:23 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id D7A0D18022A; Fri, 1 Sep 2017 08:20:22 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 1 Sep 2017 08:20:22 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 42EB71A0E16; Fri, 1 Sep 2017 08:20:22 +0900 (JST) From: Keiji Hayashibara To: srinivas.kandagatla@linaro.org Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, yamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com, owada.kiyoshi@socionext.com, Keiji Hayashibara 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: X-Mailing-List: devicetree@vger.kernel.org This series adds support for eFuse implemented on UniPhier LD20 SoCs. The eFuse device is under soc-glue and this register implements as read only. Keiji Hayashibara (3): dt-bindings: nvmem: add description for UniPhier eFuse nvmem: uniphier: add UniPhier eFuse driver arm64: dts: uniphier: add efuse node for LD20 .../devicetree/bindings/nvmem/uniphier-efuse.txt | 45 ++++++++++ arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 14 ++++ arch/arm64/configs/defconfig | 1 + drivers/nvmem/Kconfig | 11 +++ drivers/nvmem/Makefile | 2 + drivers/nvmem/uniphier-efuse.c | 98 ++++++++++++++++++++++ 6 files changed, 171 insertions(+) create mode 100644 Documentation/devicetree/bindings/nvmem/uniphier-efuse.txt create mode 100644 drivers/nvmem/uniphier-efuse.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html