From patchwork Thu Apr 26 11:05:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 905005 X-Patchwork-Delegate: twarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ziswiler.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40WvS10n5Kz9s0W for ; Thu, 26 Apr 2018 21:08:01 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id C4AA5C22081; Thu, 26 Apr 2018 11:06:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id C386BC22016; Thu, 26 Apr 2018 11:05:51 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 94960C2206A; Thu, 26 Apr 2018 11:05:37 +0000 (UTC) Received: from mout.perfora.net (mout.perfora.net [74.208.4.196]) by lists.denx.de (Postfix) with ESMTPS id 56D03C2206A for ; Thu, 26 Apr 2018 11:05:33 +0000 (UTC) Received: from marcel-pc.toradex.int.toradex.int ([46.140.72.82]) by mrelay.perfora.net (mreueus003 [74.208.5.2]) with ESMTPA (Nemesis) id 0MCaXc-1f3MyU28nq-009SPr; Thu, 26 Apr 2018 13:05:25 +0200 From: Marcel Ziswiler To: u-boot@lists.denx.de Date: Thu, 26 Apr 2018 13:05:01 +0200 Message-Id: <20180426110502.16350-6-marcel@ziswiler.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180426110502.16350-1-marcel@ziswiler.com> References: <20180426110502.16350-1-marcel@ziswiler.com> X-Provags-ID: V03:K1:ayXBx2lUZE0jm/SVc656itU+719eS1hCsC5K0oiRVwcMiR2Xift kP9eodr03zsHjGQ0nP0ZD3LcJZTdiLoLHsM/B/EhD3muKG2VmmB71IOC5r4K8oYUW3C1hLA E6A2zHMpyBdmWa4R89kYnYiJt5IXudbT+GwrpBX6kpSL8RgYQot6l0ySKau8Gu1HWQGixsp 7hclqpbciZ89DA1MVGeow== X-UI-Out-Filterresults: notjunk:1; V01:K0:PQRZmQJALnE=:qKDvzeubUmTic2pBB8+XBO /4Xj+TVcUqRSB2h+bxugz286czJqzWM8yizuA7IPzhU4j8ZBcUqMxhso+0fsBgCooCH4rlFzV O6cs+BVPAUXQexY6yK2J7pwVDlllCNSlelE/B3pBjahmhl2ypeH0S+JvWxAnh4AGs3oZfcTNK Lvtvm5mKJCu/FpoI2ZF6aR3p+Xvh5mO6EmxGx5pGTQIq0qRoPlNfBhk/TjASQy3bp1B2IPJ21 WQJAt00iPsJydj7+hc+tFtHUinfGDSKwK2MlM4+pDV1s1QyDeyYjbmZocu0C/y6D9HUZ4aTeu gBTfc9px46cBq+eWdanyYU/zxwMcPcsG4NFcMV1dPs8Rqnd8+KY51QuUbOwwAFc9SodSAUQI3 RBqe2Mwh0bRihlai68zQgA6wqZKcuZ/sSvMaXJ2kLKyfjEffbc78epFMceOph36T2KQfZnCe6 LL9+nuErDMR8WW5fe/R8IArCAX+0RsWBKlfUqUipHLNKqaSblYrwRwdCJXX2q+Zngt+2kjAd9 /70gZrjAHtKXirWUzinKsqS9erO/CFO7d/4I2vqYD1p2AM7H0e3LsPemdmeiPUNOmEwUyquMM rFTAREZog3ft9ZSYrAaBBXcs7wIGovY1yeeGVUVWufbvSgTTsd5RhtF8h0DIa3+6Lo9nqBprL C32EVZmKI6rzv7/dkRkXTpL465CizB/4+KQs5kNAouZlFRLWmb042MQUeDgs5hquIUVE= Cc: Marcel Ziswiler , Tom Warren , Thierry Reding Subject: [U-Boot] [PATCH v5 5/6] power: as3722: add as3722_ldo_set_voltage signature to header file X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Marcel Ziswiler Just like the already present as3722_sd_set_voltage() add the currently missing signature of the as3722_ldo_set_voltage() function to its header file. Signed-off-by: Marcel Ziswiler Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Add Simon's reviewed-by. include/power/as3722.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/power/as3722.h b/include/power/as3722.h index b3dc7b657a..128df49fb0 100644 --- a/include/power/as3722.h +++ b/include/power/as3722.h @@ -26,5 +26,6 @@ #define AS3722_GPIO_CONTROL_INVERT (1 << 7) int as3722_sd_set_voltage(struct udevice *dev, unsigned int sd, u8 value); +int as3722_ldo_set_voltage(struct udevice *dev, unsigned int ldo, u8 value); #endif /* __POWER_AS3722_H__ */