]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9874e71afb4bb1cee84645de2eb268f0c2f729c6
tree970ddbaf041a3cc7fd1383a5e21863f6342c8e47
parentf4f3758fb4ba50f47d9571f3531f9ded18a07b6e
parentcf6cb5ddd4ac54a6ab9b7820cabe47e4020d36ab
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>