{"id":806570,"url":"http://patchwork.ozlabs.org/api/1.0/covers/806570/?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":"<1503925133-30722-1-git-send-email-fabrice.gasnier@st.com>","date":"2017-08-28T12:58:50","name":"[RESEND,0/3] Add support for STM32 vrefbuf regulator","submitter":{"id":65902,"url":"http://patchwork.ozlabs.org/api/1.0/people/65902/?format=json","name":"Fabrice Gasnier","email":"fabrice.gasnier@st.com"},"series":[{"id":164,"url":"http://patchwork.ozlabs.org/api/1.0/series/164/?format=json","date":"2017-08-28T12:58:51","name":"Add support for STM32 vrefbuf regulator","version":1,"mbox":"http://patchwork.ozlabs.org/series/164/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 3xgsLS5jxgz9sNn\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tMon, 28 Aug 2017 23:00:00 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751314AbdH1M76 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tMon, 28 Aug 2017 08:59:58 -0400","from mx07-00178001.pphosted.com ([62.209.51.94]:10416 \"EHLO\n\tmx07-00178001.pphosted.com\" rhost-flags-OK-OK-OK-OK)\n\tby vger.kernel.org with ESMTP id S1751208AbdH1M75 (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Mon, 28 Aug 2017 08:59:57 -0400","from pps.filterd (m0046037.ppops.net [127.0.0.1])\n\tby mx07-.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id\n\tv7SCsRfP007936; Mon, 28 Aug 2017 14:59:09 +0200","from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35])\n\tby mx07-.pphosted.com with ESMTP id 2cjxrqt8km-1\n\t(version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT);\n\tMon, 28 Aug 2017 14:59:09 +0200","from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9])\n\tby beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4512834;\n\tMon, 28 Aug 2017 12:59:08 +0000 (GMT)","from Webmail-eu.st.com (sfhdag5node3.st.com [10.75.127.15])\n\tby zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0B9A4259A;\n\tMon, 28 Aug 2017 12:59:08 +0000 (GMT)","from localhost (10.75.127.45) by SFHDAG5NODE3.st.com (10.75.127.15)\n\twith Microsoft SMTP Server (TLS) id 15.0.1178.4;\n\tMon, 28 Aug 2017 14:59:07 +0200"],"From":"Fabrice Gasnier <fabrice.gasnier@st.com>","To":"<broonie@kernel.org>, <lgirdwood@gmail.com>, <robh+dt@kernel.org>,\n\t<alexandre.torgue@st.com>","CC":"<mark.rutland@arm.com>, <mcoquelin.stm32@gmail.com>,\n\t<fabrice.gasnier@st.com>, <linux@armlinux.org.uk>,\n\t<devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, \n\t<linux-kernel@vger.kernel.org>","Subject":"[RESEND PATCH 0/3] Add support for STM32 vrefbuf regulator","Date":"Mon, 28 Aug 2017 14:58:50 +0200","Message-ID":"<1503925133-30722-1-git-send-email-fabrice.gasnier@st.com>","X-Mailer":"git-send-email 1.9.1","MIME-Version":"1.0","Content-Type":"text/plain","X-Originating-IP":"[10.75.127.45]","X-ClientProxiedBy":"SFHDAG1NODE1.st.com (10.75.127.1) To SFHDAG5NODE3.st.com\n\t(10.75.127.15)","X-Proofpoint-Virus-Version":"vendor=fsecure engine=2.50.10432:, ,\n\tdefinitions=2017-08-28_06:, , signatures=0","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"},"content":"Some STM32 devices embed a voltage reference buffer which can be used as\nvoltage reference for ADCs, DACs and also as voltage reference\nfor external components through the dedicated VREF+ pin.\n\nThis patchset adds vrefbuf regulator driver, device tree bindings and\nvrefbuf device tree node for STM32H7 SoC.\n\nFabrice Gasnier (3):\n  dt-bindings: regulator: Add STM32 Voltage Reference Buffer\n  regulator: Add support for stm32-vrefbuf\n  ARM: dts: stm32: add vrefbuf to stm32h743\n\n .../bindings/regulator/st,stm32-vrefbuf.txt        |  20 ++\n arch/arm/boot/dts/stm32h743.dtsi                   |   9 +\n drivers/regulator/Kconfig                          |  12 ++\n drivers/regulator/Makefile                         |   1 +\n drivers/regulator/stm32-vrefbuf.c                  | 215 +++++++++++++++++++++\n 5 files changed, 257 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.txt\n create mode 100644 drivers/regulator/stm32-vrefbuf.c"}