1. 10 4月, 2013 2 次提交
  2. 01 4月, 2013 1 次提交
    • A
      spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts · 1ad849ae
      Anatolij Gustschin 提交于
      Some SPI slave devices require asserted chip select signal across
      multiple transfer segments of an SPI message. Currently the driver
      always de-asserts the internal SS signal for every single transfer
      segment of the message and ignores the 'cs_change' flag of the
      transfer description. Disable the internal chip select (SS) only
      if this is needed and indicated by the 'cs_change' flag.
      
      Without this change, each partial transfer of a surrounding
      multi-part SPI transaction might erroneously change the SS
      signal, which might prevent slaves from answering the request
      that was sent in a previous transfer segment because the
      transaction could be considered aborted (SS was de-asserted
      before reading the response).
      Reported-by: NGerhard Sittig <gerhard.sittig@ifm.com>
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@vger.kernel.org
      1ad849ae
  3. 05 2月, 2013 2 次提交
  4. 08 12月, 2012 1 次提交
  5. 23 8月, 2012 1 次提交
  6. 25 10月, 2011 1 次提交
  7. 06 6月, 2011 1 次提交
  8. 01 3月, 2011 1 次提交
  9. 06 8月, 2010 1 次提交
  10. 01 8月, 2010 1 次提交
    • G
      of/address: Clean up function declarations · 22ae782f
      Grant Likely 提交于
      This patch moves the declaration of of_get_address(), of_get_pci_address(),
      and of_pci_address_to_resource() out of arch code and into the common
      linux/of_address header file.
      
      This patch also fixes some of the asm/prom.h ordering issues.  It still
      includes some header files that it ideally shouldn't be, but at least the
      ordering is consistent now so that of_* overrides work.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      22ae782f
  11. 30 7月, 2010 1 次提交
  12. 06 7月, 2010 1 次提交
  13. 03 6月, 2010 1 次提交
  14. 25 5月, 2010 1 次提交