Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932492AbbLHBcL (ORCPT ); Mon, 7 Dec 2015 20:32:11 -0500 Received: from gabe.freedesktop.org ([131.252.210.177]:33005 "EHLO gabe.freedesktop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755001AbbLHBcJ (ORCPT ); Mon, 7 Dec 2015 20:32:09 -0500 From: Eric Anholt To: Remi Pommarel , Stephen Warren , Lee Jones , Michael Turquette , Stephen Boyd , Rob Herring Cc: linux-rpi-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Remi Pommarel Subject: Re: [PATCH v3 2/4] clk: bcm2835: Support for clock parent selection In-Reply-To: <1449418969-5565-3-git-send-email-repk@triplefau.lt> References: <1449418969-5565-1-git-send-email-repk@triplefau.lt> <1449418969-5565-3-git-send-email-repk@triplefau.lt> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 07 Dec 2015 17:32:04 -0800 Message-ID: <876109d8tn.fsf@eliezer.anholt.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2075 Lines: 52 --=-=-= Content-Type: text/plain Remi Pommarel writes: > Some bcm2835 clocks used by hardware (like "PWM" or "H264") can have multiple > parent clocks. These clocks divide the rate of a parent which can be selected by > setting the proper bits in the clock control register. > > Previously all these parents where handled by a mux clock. But a mux clock > cannot be used because updating clock control register to select parent needs a > password to be xor'd with the parent index. > > This patch get rid of mux clock and make these clocks handle their own parent, > allowing them to select the one to use. I see, you use the new flag now in this patch. I take back the comment on the previous patch. Patches 1-3 are: Reviewed-by: Eric Anholt and I think they're ready to go in the clock tree, even while the DT for setting up the bcm2835-pwm driver is being reviewed on the DT list. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJWZjMVAAoJELXWKTbR/J7os6kP/iRj62obZL4cYhW5sYW+h/Wg R2fJlnlurA6FmgO1qUskPl9L3Kcsz3lmrH/JPjbnMgEMJTmap2KkZsNZ9mToAAWX 0Q7GJ802H0OAhWXEzlu00XNEQAWwGW29LqsUaJcW0ezGsPLJH9Mpv6tMWzmGsOw8 /hB4CDtUXrQjLBaGMgfTP4T43AdUgprASQBec7ZA5uSlQEx6oQKqMn/z5qnLk1b5 VDOCZK3CAFsZ5ltS8CHReTAGwo6T5/GrVAyPBVYdmUNQ6B/3BzBF0A43fJ1QAtbi /u52ca3kS/RJVJynuYu2kbwk2iZ6xmQmESnPCuEVNBnVpgFTx3tn98zsjt93Cxb4 k2YXyykrPGuQt6qDISjih2KIGDgy5GZ3bsTN7sJMrzYkNZ0veIXB3hOBbhikp7pN K60x0BHuPOFUeHyLfRoXJWIjtzSe8fy5AFOb/HYXlVMsnQJu0Yj6cabb2H16LDRY JenUdAbeiMYij4yEfNDkVRYmza5J8psRPxIYUV+qx233xYpvGL98oIdz/hFhtziT 0V9q/geQYCA7Y2eyFZVQx4oMby+tzvP+EtOaH601S8jjwZme/yhdtMUBJXPD3Ch5 kPsiu1fS2qPkEhGQCJPu/Ib5PyDpsAPO5OL56BG/qe1vxYL3SoVMBdD+4xEVGydG IBl+RPf03tI2MdWwengP =HcT0 -----END PGP SIGNATURE----- --=-=-=-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/