Message ID | cover2.1554371464.git.matti.vaittinen@fi.rohmeurope.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-watchdog-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CE339161F for <patchwork-linux-watchdog@patchwork.kernel.org>; Thu, 25 Apr 2019 11:13:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB1C228B73 for <patchwork-linux-watchdog@patchwork.kernel.org>; Thu, 25 Apr 2019 11:13:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE1E728C38; Thu, 25 Apr 2019 11:13:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6436628B73 for <patchwork-linux-watchdog@patchwork.kernel.org>; Thu, 25 Apr 2019 11:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730205AbfDYLNu (ORCPT <rfc822;patchwork-linux-watchdog@patchwork.kernel.org>); Thu, 25 Apr 2019 07:13:50 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:45247 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbfDYLNu (ORCPT <rfc822;linux-watchdog@vger.kernel.org>); Thu, 25 Apr 2019 07:13:50 -0400 Received: by mail-lf1-f67.google.com with SMTP id t11so17175972lfl.12; Thu, 25 Apr 2019 04:13:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=dlYkvMpT+4KQM13INrX0UqfPmh1COXsyCWyuxu7omFg=; b=J6kk3K994wSqUEE0BX6ld/Q3VRBpgFFvQjZGNUEbPF2lBAhZHG3vWaJkGZt9Rht84m iNi+8ZPE0exDNEW5zTtdhNiYV3D54J8rErqzwnf6iSquEqbI5gtp/SpHQ34LYal57d5H ns+H94j+gWLD3xokDkKXrSzZQZRhG/zC6knRZOYBeCixACyBeJ8sgEZ2q5ck5X0kVe0N V2PlE0UU1C272SLtdrgD0/sSRf0LvY8rETUUnWRLwRBaZAQ/hnBz2hR3AniKEo95hICA zV9hAWn1HANfgmkJUVYuai1EVCabyx65WYpn8zjcmjZKh/25bh5Jt8O2H135W73PLPIs Rg6w== X-Gm-Message-State: APjAAAWfcJbKSM5H8yGdnMQVVD5vGrj7khvKI+GiUwzdBYWravdohosv a2Wd4IbsCUC3XVE5WL9/6Yc= X-Google-Smtp-Source: APXvYqzXVFcGeCnxk6q5aRrLL5ouspEOHg0jeJ0oexa03q8Yvo2TVmHnaglAbQ5r7S9kE3hwRhWeCQ== X-Received: by 2002:a19:c113:: with SMTP id r19mr20663765lff.64.1556190826662; Thu, 25 Apr 2019 04:13:46 -0700 (PDT) Received: from localhost.localdomain ([213.255.186.46]) by smtp.gmail.com with ESMTPSA id q29sm4598656ljc.8.2019.04.25.04.13.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 25 Apr 2019 04:13:45 -0700 (PDT) Date: Thu, 25 Apr 2019 14:13:33 +0300 From: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> To: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>, mazziesaccount@gmail.com Cc: Lee Jones <lee.jones@linaro.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Michael Turquette <mturquette@baylibre.com>, Stephen Boyd <sboyd@kernel.org>, Linus Walleij <linus.walleij@linaro.org>, Bartosz Golaszewski <bgolaszewski@baylibre.com>, Sebastian Reichel <sre@kernel.org>, Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, Alessandro Zummo <a.zummo@towertech.it>, Alexandre Belloni <alexandre.belloni@bootlin.com>, Wim Van Sebroeck <wim@linux-watchdog.org>, Guenter Roeck <linux@roeck-us.net>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org, linux-watchdog@vger.kernel.org, heikki.haikola@fi.rohmeurope.com, mikko.mutanen@fi.rohmeurope.com Subject: [PATCH RESEND v13 0/8] support ROHM BD70528 PMIC Message-ID: <cover2.1554371464.git.matti.vaittinen@fi.rohmeurope.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: <linux-watchdog.vger.kernel.org> X-Mailing-List: linux-watchdog@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
support ROHM BD70528 PMIC
|
expand
|