mbox

[GIT,PULL] ARM: imx: fixes for 3.10, take 2

Message ID 20130603150953.GA13853@S2101-09.ap.freescale.net
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git tags/imx-fixes-3.10-2

Message

Shawn Guo June 3, 2013, 3:09 p.m. UTC
The following changes since commit de78a23d73ba7f1d08f3e1aeaa0a03cb912c62a0:

  ARM: imx: fix typo in gpu3d_shader_sels (2013-05-12 21:39:51 +0800)

are available in the git repository at:

  git://git.linaro.org/people/shawnguo/linux-2.6.git tags/imx-fixes-3.10-2

for you to fetch changes up to a08b9bc586a7810cdebbc316d5cbaed56a2a04a9:

  ARM: imx: clk-imx6q: AXI clock select index is incorrect (2013-06-03 13:47:12 +0800)

----------------------------------------------------------------
The imx fixes for 3.10, take 2:

- One device tree fix for all spi node to have per clock added.
  The clock is needed by spi driver to calculate bit rate divisor.
  The spi node in the current device trees either does not have the
  clock or is defined as dummy clock, in which case the driver probe
  will fail or spi will run at a wrong bit rate.

- Two imx6q clock fixes, which correct axi_sels and ldb_di_sels.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: clk-imx6q: AXI clock select index is incorrect

Jiada Wang (1):
      ARM i.MX6q: fix for ldb_di_sels

Jonas Andersson (1):
      ARM: dts: imx: fix clocks for cspi

 arch/arm/boot/dts/imx25.dtsi  |   12 ++++++------
 arch/arm/boot/dts/imx27.dtsi  |    6 +++---
 arch/arm/boot/dts/imx51.dtsi  |    2 +-
 arch/arm/boot/dts/imx53.dtsi  |    2 +-
 arch/arm/mach-imx/clk-imx6q.c |    4 ++--
 5 files changed, 13 insertions(+), 13 deletions(-)

Comments

Olof Johansson June 8, 2013, 1:19 a.m. UTC | #1
On Mon, Jun 03, 2013 at 11:09:56PM +0800, Shawn Guo wrote:
> The following changes since commit de78a23d73ba7f1d08f3e1aeaa0a03cb912c62a0:
> 
>   ARM: imx: fix typo in gpu3d_shader_sels (2013-05-12 21:39:51 +0800)
> 
> are available in the git repository at:
> 
>   git://git.linaro.org/people/shawnguo/linux-2.6.git tags/imx-fixes-3.10-2

Pulled, thanks.

> ----------------------------------------------------------------
> The imx fixes for 3.10, take 2:
> 
> - One device tree fix for all spi node to have per clock added.
>   The clock is needed by spi driver to calculate bit rate divisor.
>   The spi node in the current device trees either does not have the
>   clock or is defined as dummy clock, in which case the driver probe
>   will fail or spi will run at a wrong bit rate.
> 
> - Two imx6q clock fixes, which correct axi_sels and ldb_di_sels.

Are these regressions, or fixes for things that have never worked?


-Olof
Shawn Guo June 8, 2013, 1:26 a.m. UTC | #2
On Fri, Jun 07, 2013 at 06:19:13PM -0700, Olof Johansson wrote:
> > - Two imx6q clock fixes, which correct axi_sels and ldb_di_sels.
> 
> Are these regressions, or fixes for things that have never worked?

I believe these are errors caught by the drivers that haven't hit
mainline.

Shawn
Olof Johansson June 8, 2013, 1:27 a.m. UTC | #3
On Fri, Jun 7, 2013 at 6:26 PM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Fri, Jun 07, 2013 at 06:19:13PM -0700, Olof Johansson wrote:
>> > - Two imx6q clock fixes, which correct axi_sels and ldb_di_sels.
>>
>> Are these regressions, or fixes for things that have never worked?
>
> I believe these are errors caught by the drivers that haven't hit
> mainline.

For this stage in the release cycle, they should wait for the next
release. I've done the pull now but please be more diligent about
fixing serious problems and regressions only after -rc3 or so.


-Olof