1. 22 1月, 2014 2 次提交
  2. 17 1月, 2014 3 次提交
  3. 16 1月, 2014 1 次提交
  4. 14 1月, 2014 4 次提交
  5. 13 1月, 2014 13 次提交
  6. 10 1月, 2014 4 次提交
  7. 09 1月, 2014 3 次提交
  8. 08 1月, 2014 3 次提交
  9. 07 1月, 2014 2 次提交
  10. 06 1月, 2014 2 次提交
    • D
      spidev: fix hang when transfer_one_message fails · e120cc0d
      Daniel Santos 提交于
      This corrects a problem in spi_pump_messages() that leads to an spi
      message hanging forever when a call to transfer_one_message() fails.
      This failure occurs in my MCP2210 driver when the cs_change bit is set
      on the last transfer in a message, an operation which the hardware does
      not support.
      
      Rationale
      Since the transfer_one_message() returns an int, we must presume that it
      may fail.  If transfer_one_message() should never fail, it should return
      void.  Thus, calls to transfer_one_message() should properly manage a
      failure.
      
      Fixes: ffbbdd21 (spi: create a message queueing infrastructure)
      Signed-off-by: NDaniel Santos <daniel.santos@pobox.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      Cc: stable@vger.kernel.org
      e120cc0d
    • B
      spi: dw-pci: fix typo · fa4934a0
      Baruch Siach 提交于
      Commit 04f421e7 (spi: dw: use managed resources) introduced a typo in
      struct field reference. Fix it.
      
      Fixes build failure:
      
      drivers/spi/spi-dw-pci.c: In function 'spi_pci_probe':
      drivers/spi/spi-dw-pci.c:50:29: error: 'dev' undeclared (first use in this function)
        dwpci = devm_kzalloc(&pdev-dev, sizeof(struct dw_spi_pci), GFP_KERNEL);
                                   ^
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NBaruch Siach <baruch@tkos.co.il>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      fa4934a0
  11. 02 1月, 2014 2 次提交
  12. 31 12月, 2013 1 次提交