From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Fri, 06 Jul 2012 18:52:00 -0700 Subject: [U-Boot] [PATCH V2 01/25] mxc_i2c: fix i2c_imx_stop In-Reply-To: <201207070108.39657.marek.vasut@gmail.com> References: <1341518043-26191-1-git-send-email-troy.kisky@boundarydevices.com> <201207070108.39657.marek.vasut@gmail.com> Message-ID: <4FF79640.4010903@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7/6/2012 4:08 PM, Marek Vasut wrote: > Dear Troy Kisky, > >> Instead of clearing 2 bits, all the other >> bits were set because '|=' was used instead >> of '&='. >> >> Signed-off-by: Troy Kisky >> Acked-by: Marek Vasut >> Acked-by: Stefano Babic >> > Troy, do you have some repo for these please? > > Best regards, > Marek Vasut > git://github.com/boundarydevices/u-boot-imx6.git i2c_testing