1. 06 7月, 2011 1 次提交
    • H
      spi/fsl_spi: fix CPM spi driver · fb644095
      Holger Brunck 提交于
      This patch fixes the freescale spi driver for CPM. Without this
      patch SPI on CPM failed because cpm_muram_alloc_fixed tries to
      allocate muram in an preserved area. The error reported was:
      
      mpc8xxx_spi f0011a80.spi: can't allocate spi parameter ram
      mpc8xxx_spi: probe of f0011a80.spi failed with error -12
      
      Now the driver uses of_iomap to get access to this area
      similar to i2c driver driver in the i2c-cpm.c which has a
      similar device tree node. This is tested on a MPC8247 with CPM2.
      Signed-off-by: NHolger Brunck <holger.brunck@keymile.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      fb644095
  2. 05 7月, 2011 5 次提交
  3. 19 6月, 2011 1 次提交
  4. 17 6月, 2011 6 次提交
  5. 16 6月, 2011 4 次提交
  6. 14 6月, 2011 9 次提交
  7. 13 6月, 2011 6 次提交
  8. 12 6月, 2011 8 次提交