Merge tag 'imx-fixes-3.10-2' of git://git.linaro.org/people/shawnguo/linux-2.6 into...
authorOlof Johansson <olof@lixom.net>
Sat, 8 Jun 2013 01:18:08 +0000 (18:18 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 8 Jun 2013 01:18:19 +0000 (18:18 -0700)
commit3d0d8b9155b2a60e3d2498e7d928051043d2d546
tree970ddbaf041a3cc7fd1383a5e21863f6342c8e47
parent9c1fcdccc7ce5611ec1edf45dbbe51b10e333bd3
parenta08b9bc586a7810cdebbc316d5cbaed56a2a04a9
Merge tag 'imx-fixes-3.10-2' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes

From Shawn Guo, 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.

* tag 'imx-fixes-3.10-2' of git://git.linaro.org/people/shawnguo/linux-2.6:
  ARM: imx: clk-imx6q: AXI clock select index is incorrect
  ARM: dts: imx: fix clocks for cspi
  ARM i.MX6q: fix for ldb_di_sels

Signed-off-by: Olof Johansson <olof@lixom.net>