From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier Date: Tue, 25 Nov 2014 11:12:02 -0800 Message-ID: <7hzjbfjdrx.fsf@deeprootsystems.com> References: <20141124210809.GG2817@atomide.com> <1416867655-22232-1-git-send-email-al.kochet@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1416867655-22232-1-git-send-email-al.kochet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> (Alexander Kochetkov's message of "Tue, 25 Nov 2014 02:20:55 +0400") Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alexander Kochetkov Cc: Tony Lindgren , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Felipe Balbi , Wolfram Sang List-Id: linux-i2c@vger.kernel.org Alexander Kochetkov writes: > Commit 903c3859f77f9b0aace551da03267ef7a211dbc4 ("i2c: omap: implement > workaround for handling invalid BB-bit values") introduce the error result > in boot test fault on OMAP3530 boards > > The patch fix the error (disable i2c bus test for OMAP3530). > > Signed-off-by: Alexander Kochetkov > Fixes: 903c3859f77f9b0aace551da03267ef7a211dbc4 > Reported-by: Kevin Hilman > Tested-by: Tony Lindgren Tested-by: Kevin Hilman I tested DT and legacy boot on 3430/n900, 3530/beagle and 3530/overo-tobi. All boot fine. Kevin