Message ID | 20190404215344.6330-1-sboyd@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-clk-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 AA19D1390 for <patchwork-linux-clk@patchwork.kernel.org>; Thu, 4 Apr 2019 21:53:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94FE528AF2 for <patchwork-linux-clk@patchwork.kernel.org>; Thu, 4 Apr 2019 21:53:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 883B828AFB; Thu, 4 Apr 2019 21:53:47 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 E8C1028AF2 for <patchwork-linux-clk@patchwork.kernel.org>; Thu, 4 Apr 2019 21:53:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730317AbfDDVxq (ORCPT <rfc822;patchwork-linux-clk@patchwork.kernel.org>); Thu, 4 Apr 2019 17:53:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:48008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729714AbfDDVxq (ORCPT <rfc822;linux-clk@vger.kernel.org>); Thu, 4 Apr 2019 17:53:46 -0400 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 46C4820882; Thu, 4 Apr 2019 21:53:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554414825; bh=xZLj/dM4yvsxxAOduPfGFuMxFMUwm2DjGIt71EuyvGI=; h=From:To:Cc:Subject:Date:From; b=q0MoGxANnXlWbJ6m1CiOKEXsTDi6hTNn8PFvBgmnY2hCQ5WFAOh53FQCyu8s+2MHu DCpD6UqdC7k8bYbBKYqTIopI3LXM9efYLXRQDdyVcyGdX3QB9GMkA2xvlBO+miDBgr Kloe7yBEXhmFU01WETw7NrHWyhWbtgxNgoO6Fkgc= From: Stephen Boyd <sboyd@kernel.org> To: Michael Turquette <mturquette@baylibre.com>, Stephen Boyd <sboyd@kernel.org> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Miquel Raynal <miquel.raynal@bootlin.com>, Jerome Brunet <jbrunet@baylibre.com>, Russell King <linux@armlinux.org.uk>, Jeffrey Hugo <jhugo@codeaurora.org>, Chen-Yu Tsai <wens@csie.org>, Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Subject: [PATCH v3 0/7] Rewrite clk parent handling Date: Thu, 4 Apr 2019 14:53:37 -0700 Message-Id: <20190404215344.6330-1-sboyd@kernel.org> X-Mailer: git-send-email 2.21.0.392.gf8f6787159e-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: <linux-clk.vger.kernel.org> X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Rewrite clk parent handling
|
expand
|