From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V2 0/4] clk: bcm2835: add additinal clocks and add frac support Date: Mon, 11 Jan 2016 22:01:12 +0100 Message-ID: <7176182.NH1zi8JFMJ@wuerfel> References: <1452542157-2387-1-git-send-email-kernel@martin.sperl.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1452542157-2387-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org, Michael Turquette , Stephen Boyd , Stephen Warren , Lee Jones , Eric Anholt , Remi Pommarel , linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Monday 11 January 2016 19:55:52 kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org wrote: > From: Martin Sperl > > The clk-bcm2835 driver right now relies on BCM2835_CLOCK_COUNT defined > in include/dt-binding/clocks/bcm2835.h > With every new clock introduced this value needs to increase, > which is not what should happen for bindings. > > So we reorganize the driver so that it is no longer necessary > to define BCM2835_CLOCK_COUNT. > > Also the driver calculates fractional clock dividers correctly, > but it does not enable the bit to enable support in the register. > As a minimal extension we now can also define higher order MASH > support when defining the clocks. > > Finally we add all the 23 different HW clocks that have not been > configured in the driver. > > Looks good to me, thanks for the update! Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html