From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752289AbcABVmV (ORCPT ); Sat, 2 Jan 2016 16:42:21 -0500 Received: from mail-pf0-f179.google.com ([209.85.192.179]:33563 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898AbcABVmT convert rfc822-to-8bit (ORCPT ); Sat, 2 Jan 2016 16:42:19 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: =?utf-8?q?Heiko_St=C3=BCbner?= , "Arnd Bergmann" From: Michael Turquette In-Reply-To: <3926467.jaQRQH5bEO@diego> Cc: "Stephen Boyd" , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, "Sjoerd Simons" References: <2791943.MBZ53mI7Gp@wuerfel> <1799610.nrn5HMCSxL@diego> <6692523.e5K11FUKe0@wuerfel> <3926467.jaQRQH5bEO@diego> Message-ID: <20160102214217.20626.98999@quark.deferred.io> User-Agent: alot/0.3.6 Subject: Re: [PATCH] [BUG] clk: rockchip: don't mark clock names as initconst Date: Sat, 02 Jan 2016 13:42:17 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Heiko Stübner (2016-01-01 14:05:10) > Am Freitag, 1. Januar 2016, 22:50:43 schrieb Arnd Bergmann: > > On Friday 01 January 2016 18:06:30 Heiko Stübner wrote: > > > "[PATCH] clk: rockchip: fix section mismatches with new child-clocks" [0] > > > > > > should be in Mike's + Stephen's inbox since last week as well, which moves > > > the offending new elements into separate entities, which can have > > > __initdata attributes again. > > > > > > > > > Heiko > > > > > > [0] http://www.spinics.net/lists/arm-kernel/msg471295.html > > > > The patch looks good, but for some reason, the next-20151223 kernel had no > > problem and next-20151231 was broken, the top commits in > > drivers/clk/rockchips are: > > That is correct. next-20151223 did not contain the offending patches yet. > After the patches got merged into the clock-tree the kbuild-robot alerted us > to the __initdata issue, so I created the linked patch as fixup. The fix has been pushed to the clk mirror. The next -next should no longer have the section mismatch warnings. Regards, Mike > > > Heiko > > > > > commit a915e30dd26ea5f3cc2e2c044aba38ee5973d3fa > > Merge: ce6dd266d535 b0158bb27c7b > > Author: Michael Turquette > > Date: Wed Dec 23 13:08:56 2015 -0800 > > > > Merge branch 'clk-rockchip' into clk-next > > > > commit b0158bb27c7b6e9843f541c17b24dbd964b76db6 > > Author: Xing Zheng > > Date: Tue Dec 22 22:28:01 2015 +0100 > > > > clk: rockchip: rk3036: include downstream muxes into fractional dividers > > > > Use the newly introduced possibility to combine the fractional dividers > > > > > > Arnd >