From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 769E2C4151A for ; Wed, 6 Feb 2019 17:31:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3B2E4218D2 for ; Wed, 6 Feb 2019 17:31:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549474260; bh=HrEKY9+pMnoHMuWxSVzFwM4XrO9kfffNcP++QDX3QAE=; h=Cc:Subject:In-Reply-To:From:To:References:Date:List-ID:From; b=ZjGtWG8GM4e/MsYGue4s9U7OYgqiFpV8tU7Ye0iRRau/OCgF5FqaaiVzD3+QJic2Z EibYVzTBzD0HEJXK/X43Sb1mOjOfAswnChy+C5xPXCPHGHLgVFtg4Sn2OhfiLcbJ/J xt9WiP9Syvkf6m90bb46ejW3vouvoD3pxQ6w4ek0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729155AbfBFRat (ORCPT ); Wed, 6 Feb 2019 12:30:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:49382 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726727AbfBFRat (ORCPT ); Wed, 6 Feb 2019 12:30:49 -0500 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 626F22186A; Wed, 6 Feb 2019 17:30:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549474248; bh=HrEKY9+pMnoHMuWxSVzFwM4XrO9kfffNcP++QDX3QAE=; h=Cc:Subject:In-Reply-To:From:To:References:Date:From; b=HtPAZC1WAH/HnyHWrRpa2Z7j/0QMcgzp05yVGQEfGlH3Ikb+adlM4IAxU5IW5RMek Lvi+eZEJn1Ee5tLifnqC9YzsviiU8s8CZrbuZbTrGYCVpYyhsDtdms+S1i3ajpikk/ ItzDOJv2gr50ThMM82Iyf/JqMRqWQhwB0D0+aZCo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable User-Agent: alot/0.8 Cc: Guenter Roeck , heikki.haikola@fi.rohmeurope.com, mikko.mutanen@fi.rohmeurope.com, lee.jones@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, broonie@kernel.org, gregkh@linuxfoundation.org, rafael@kernel.org, mturquette@baylibre.com, linus.walleij@linaro.org, bgolaszewski@baylibre.com, sre@kernel.org, lgirdwood@gmail.com, a.zummo@towertech.it, alexandre.belloni@bootlin.com, wim@linux-watchdog.org, 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 Subject: Re: [PATCH v7 03/10] clk: bd718x7: use chip specific and generic data structs In-Reply-To: From: Stephen Boyd Message-ID: <154947424775.74891.14167975959188860194@swboyd.mtv.corp.google.com> To: Matti Vaittinen , mazziesaccount@gmail.com References: Date: Wed, 06 Feb 2019 09:30:47 -0800 Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Quoting Matti Vaittinen (2019-02-06 01:38:54) > Header rohm-bd718x7.h was split to generic and component specific > parts. This changed the struct bd718x7. Adapt the clk driver to > these changes. >=20 > Signed-off-by: Matti Vaittinen > --- Acked-by: Stephen Boyd