From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Wed, 26 Feb 2014 00:38:38 -0800 Subject: [PATCH] clk: nomadik: fix multiplatform problem In-Reply-To: References: <1390291581-5858-1-git-send-email-linus.walleij@linaro.org> Message-ID: <20140226083838.22529.91105@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Linus Walleij (2014-02-25 13:35:37) > On Wed, Jan 29, 2014 at 9:07 AM, Linus Walleij wrote: > > On Tue, Jan 21, 2014 at 9:06 AM, Linus Walleij wrote: > > > >> The Nomadik debugfs screws up multiplatform boots if debugfs > >> is enabled on the multiplatform image, since it's a simple > >> initcall that is unconditionally executed and reads from certain > >> memory locations. > >> > >> Fix this by checking that the driver has been properly > >> initialized, so a base offset to the Nomadik SRC controller > >> exists, before proceeding to register debugfs files. > >> > >> Reported-by: Andrew Lunn > >> Signed-off-by: Linus Walleij > > > > Ping Mike, pls pick this for fixes! > > Ping Mike, this needs to go into fixes! Taken into clk-fixes for the next batch. Thanks! Mike > > ARM SoC folks: Mike seems to be busy, maybe you can pick > this patch into the ARM SoC tree instead? > > Yours, > Linus Walleij