From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 30 Apr 2015 16:20:48 -0700 Subject: [PATCH v3 2/2] clk: prevent orphan clocks from being used In-Reply-To: <1429735986-18592-3-git-send-email-heiko@sntech.de> References: <1429735986-18592-1-git-send-email-heiko@sntech.de> <1429735986-18592-3-git-send-email-heiko@sntech.de> Message-ID: <20150430232048.GB32407@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/22, Heiko Stuebner wrote: > Orphan clocks or children of orphan clocks don't have rate information at > all and can produce strange results if they're allowed to be used and the > parent becomes available later on. > > So using the newly introduced orphan status bit defer > __of_clk_get_from_provider calls for orphan clocks. > > Signed-off-by: Heiko Stuebner > Cc: Boris Brezillon > Cc: Alex Elder > Cc: Alexandre Belloni > Cc: Stephen Warren > Cc: Max Filippov > Cc: kernel at pengutronix.de > Cc: Zhangfei Gao > Cc: Santosh Shilimkar > Cc: Chao Xie > Cc: Jason Cooper > Cc: Stefan Wahren > Cc: Andrew Bresticker > Cc: Robert Jarzmik > Cc: Georgi Djakov > Cc: Sylwester Nawrocki > Cc: Geert Uytterhoeven > Cc: Barry Song > Cc: Dinh Nguyen > Cc: Viresh Kumar > Cc: Gabriel FERNANDEZ > Cc: emilio at elopez.com.ar > Cc: Peter De Schrijver > Cc: Tero Kristo > Cc: Ulf Hansson > Cc: Pawel Moll > Cc: Michal Simek Applied to clk-next. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project