mbox

[GIT,PULL] mxs fixes for 3.9, take 4

Message ID 20130403125620.GA21790@S2101-09.ap.freescale.net
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-fixes-3.9-4

Message

Shawn Guo April 3, 2013, 12:56 p.m. UTC
The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

  Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)

are available in the git repository at:

  git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-fixes-3.9-4

for you to fetch changes up to 55985e15b80beb339d3e332f00a26003deff14e6:

  ARM: mxs: Slow down the I2C clock speed (2013-04-03 09:34:01 +0800)

----------------------------------------------------------------
The mxs fixes for 3.9, take 4:
 - A couple mxs boards that run I2C at 400 kHz experience some unstable
   issue occasionally.  Slow down the clock speed to have I2C work
   reliably.

----------------------------------------------------------------
Marek Vasut (1):
      ARM: mxs: Slow down the I2C clock speed

 arch/arm/boot/dts/imx28-m28evk.dts |    1 -
 arch/arm/boot/dts/imx28-sps1.dts   |    1 -
 2 files changed, 2 deletions(-)

Comments

Arnd Bergmann April 8, 2013, 3:49 p.m. UTC | #1
On Wednesday 03 April 2013, Shawn Guo wrote:
> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
> 
>   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> 
> are available in the git repository at:
> 
>   git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-fixes-3.9-4
> 
> for you to fetch changes up to 55985e15b80beb339d3e332f00a26003deff14e6:
> 
>   ARM: mxs: Slow down the I2C clock speed (2013-04-03 09:34:01 +0800)

Pulled into fixes branch. I'll send it out in the next few days, waiting
for more to come in right now, as there are only two patches in the branch
at the moment.

	Arnd
Shawn Guo April 9, 2013, 11:56 a.m. UTC | #2
On Mon, Apr 08, 2013 at 05:49:27PM +0200, Arnd Bergmann wrote:
> On Wednesday 03 April 2013, Shawn Guo wrote:
> > The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
> > 
> >   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-fixes-3.9-4
> > 
> > for you to fetch changes up to 55985e15b80beb339d3e332f00a26003deff14e6:
> > 
> >   ARM: mxs: Slow down the I2C clock speed (2013-04-03 09:34:01 +0800)
> 
> Pulled into fixes branch. I'll send it out in the next few days, waiting
> for more to come in right now, as there are only two patches in the branch
> at the moment.

I had a few IMX fixes patches waiting for you and Olof to apply since
last week.  To ease you guys a little bit, I will include all these
patches in a pull request that is to be sent in a few minutes.

Shawn