Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753569AbbBKQ6d (ORCPT ); Wed, 11 Feb 2015 11:58:33 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:41546 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518AbbBKQ6b (ORCPT ); Wed, 11 Feb 2015 11:58:31 -0500 MIME-Version: 1.0 In-Reply-To: <462270270.419156.1423603473431.JavaMail.open-xchange@oxbaltgw02.schlund.de> References: <1422645610-3052-1-git-send-email-stefan.wahren@i2se.com> <54DA020C.6030703@i2se.com> <54DA0DE7.5050708@i2se.com> <462270270.419156.1423603473431.JavaMail.open-xchange@oxbaltgw02.schlund.de> Date: Wed, 11 Feb 2015 14:58:30 -0200 Message-ID: Subject: Re: [PATCH V2 RESEND] clk: mxs: Fix invalid 32-bit access to frac registers From: Fabio Estevam To: Stefan Wahren Cc: Sascha Hauer , linux-kernel , Shawn Guo , Mike Turquette , "linux-arm-kernel@lists.infradead.org" , Marek Vasut , Zhi Li Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1124 Lines: 40 Hi Stefan, On Tue, Feb 10, 2015 at 7:24 PM, Stefan Wahren wrote: > Hi Fabio, > >> Fabio Estevam hat am 10. Februar 2015 um 16:06 >> geschrieben: >> >> >> Hi Stefan, >> >> On Tue, Feb 10, 2015 at 11:55 AM, Stefan Wahren >> wrote: >> >> > Could you apply only the clk-imx28.c part of my patch and see what happens? >> >> If I apply only the clk-imx28.c part of your patch I can successfully >> probe the SPI NOR. > > thanks this is very helpful. I built the linux-next for my Duckbill and add the > SSP2 section from imx28-evk.dts into imx28-duckbill.dts. > > Without my patch i get the following for HW_CLKCTRL_FRAC0: > > ./memwatch -a 0x800401B0 > > 0x800401b0: 0x5e5b5513 > > With my patch i get: > > ./memwatch -a 0x800401B0 > > 0x800401b0: 0x5e1b5513 I always get 0x5e5b5513 with or without your patch. -- 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/