linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-30 09:41:33 to 2017-02-20 08:15:34 UTC [more...]

[PATCH v4 0/2] Added support for spi-nor device pm in m25p80
 2017-02-20  8:15 UTC  (12+ messages)
  ` [PATCH v4 1/2] mtd: spi-nor: Added spi-nor init function
  ` [PATCH v4 2/2] mtd: m25p80: Added pm ops support

[PATCH v2 0/6] Enable DMA for daVinci SPI controller
 2017-02-20  6:55 UTC  (18+ messages)
  ` [PATCH v2 1/6] spi: davinci: Use SPI framework to handle DMA mapping
  ` [PATCH v2 2/6] spi: davinci: enable DMA when channels are defined in DT
  ` [PATCH v2 3/6] spi: davinci: use rx buffer as dummy tx buffer
  ` [PATCH v2 4/6] spi: davinci: flush caches when performing DMA
  ` [PATCH v2 5/6] spi: davinci: do not use DMA if transfer length is less than 16
  ` [PATCH v2 6/6] spi: loopback-test: add option to use vmalloc'ed buffers

[spi:topic/lantiq-ssc 11/12] drivers/spi/spi-lantiq-ssc.c:973:3-8: No need to set .owner here. The core will do it
 2017-02-19 22:58 UTC  (3+ messages)
` [PATCH] spi: lantiq-ssc: fix platform_no_drv_owner.cocci warnings

[spi:topic/lantiq-ssc 11/12] drivers/spi/spi-lantiq-ssc.c:38:0: warning: "SPI_STAT" redefined
 2017-02-19 22:56 UTC  (2+ messages)

[PATCH -next] spi: armada-3700: Remove spi_master_put in a3700_spi_remove()
 2017-02-19 16:35 UTC  (2+ messages)
  ` Applied "spi: armada-3700: Remove spi_master_put in a3700_spi_remove()" to the spi tree

[PATCH] spi: lantiq-ssc: activate under COMPILE_TEST
 2017-02-19 16:35 UTC  (2+ messages)
  ` Applied "spi: lantiq-ssc: activate under COMPILE_TEST" to the spi tree

[PATCH] spi: spi-ti-qspi: Fix error handling
 2017-02-19 16:35 UTC  (3+ messages)
` Applied "spi: spi-ti-qspi: Fix error handling" to the spi tree

[PATCH] spi: spi-fsl-dspi: Fix error handling
 2017-02-19 13:19 UTC 

[PATCH] spi: ti-qspi: revise ti_qspi_probe() failure flow
 2017-02-17 13:22 UTC  (2+ messages)
  ` Applied "spi: ti-qspi: revise ti_qspi_probe() failure flow" to the spi tree

[PATCH] Add possibility to define bits-per-word property
 2017-02-17 10:11 UTC  (3+ messages)

[PATCH 0/7] spi: spi-ep93xx: cleanup and update driver to modern API
 2017-02-16 23:48 UTC  (8+ messages)
  ` [PATCH 1/7] spi: spi-ep93xx: remove io wrappers
  ` [PATCH 2/7] spi: spi-ep93xx: use 32-bit read/write for all registers
  ` [PATCH 3/7] spi: spi-ep93xx: add spi master prepare_transfer_hardware()
  ` [PATCH 4/7] spi: spi-ep93xx: absorb the interrupt enable/disable helpers
  ` [PATCH 5/7] spi: spi-ep93xx: pass the spi_master pointer around
  ` [PATCH 6/7] spi: spi-ep93xx: remove private data 'current_msg'
  ` [PATCH 7/7] spi: spi-ep93xx: use the default master transfer queueing mechanism

[PATCH v3] spi: spi-ep93xx: simplify GPIO chip selects
 2017-02-16 20:11 UTC  (2+ messages)
  ` Applied "spi: spi-ep93xx: simplify GPIO chip selects" to the spi tree

[PATCH v2] spi: spi-ep93xx: simplify GPIO chip selects
 2017-02-16 19:15 UTC  (3+ messages)

[PATCH] spi: rspi: fix the bug related to mount/remount jffs2
 2017-02-16 19:05 UTC  (10+ messages)
` Applied "spi: rspi: Fixes bogus received byte in qspi_transfer_in()" to the spi tree

[PATCH 0/2 v4] spi: rspi: Fixes bogus received byte and replaces "n" by "len"
 2017-02-16 19:05 UTC  (6+ messages)
  ` [PATCH 1/2] spi: rspi: Fixes bogus received byte in qspi_transfer_in()
  ` [PATCH 2/2] spi: rspi: Replaces "n" by "len" in qspi_transfer_*()
    ` Applied "spi: rspi: Replaces "n" by "len" in qspi_transfer_*()" to the spi tree

[PATCH v4] spi: lantiq-ssc: add support for Lantiq SSC SPI controller
 2017-02-16 12:45 UTC  (2+ messages)
  ` Applied "spi: lantiq-ssc: add support for Lantiq SSC SPI controller" to the spi tree

[PATCH] spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance
 2017-02-16 12:45 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance" to the spi tree

[PATCH -next] spi: bcm-qspi: Remove unnecessary platform_set_drvdata()
 2017-02-16 12:45 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Remove unnecessary platform_set_drvdata()" to the spi tree

[PATCH] spi: spi-ep93xx: simplify GPIO chip selects
 2017-02-16  1:13 UTC  (5+ messages)

[PATCH v4] spi: rspi: Fixes bogus received byte in qspi_transfer_in()
 2017-02-15 10:20 UTC 

[PATCH] spi: rspi: Fixes bogus received byte and replaces "n" by "len" in commit 3be09be
 2017-02-15  9:20 UTC  (2+ messages)

[PATCH v3] spi: rspi: Fix bogus received byte in qspi_transfer_in()
 2017-02-15  8:00 UTC  (2+ messages)

[PATCH linux-next v1 0/2] improve imx spi performance
 2017-02-14 18:20 UTC  (6+ messages)
` [PATCH 1/2] spi: imx: dynamic burst length adjust for PIO mode
` [PATCH 2/2] spi: imx: dynamic burst length adjust for DMA mode

Enable DMA for daVinci SPI controller
 2017-02-14 16:40 UTC  (16+ messages)
` [PATCH 1/8] spi: davinci: Use SPI framework to handle DMA mapping
  ` [PATCH 2/8] spi: davinci: enable DMA when channels are defined in DT
` [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled
` [PATCH 4/8] spi: davinci: flush caches when performing DMA
` [PATCH 5/8] spi: davinci: do not use DMA if transfer length is less than 16
` [PATCH 6/8] spi: loopback-test: set HW loopback mode if loopback set
` [PATCH 7/8] spi: loopback-test: add option to use vmalloc'ed buffers
` [PATCH 8/8] spi: loopback-test: limit length to spi_max_transfer_size()

[PATCH] spi: s3c64xx: fix inconsistency between binding and driver
 2017-02-14  5:49 UTC  (4+ messages)
  ` Applied "spi: s3c64xx: fix inconsistency between binding and driver" to the spi tree

[PATCH] spi/sun6i: Add Master Sample Data Mode for SPI
 2017-02-13 19:06 UTC  (4+ messages)

[PATCH v2] ARM: spi/sun7i: Add Master Sample Data Mode for SPI
 2017-02-13 12:52 UTC  (3+ messages)

[PATCH v3 0/2] Added support for spi-nor device pm in m25p80
 2017-02-11 12:10 UTC  (5+ messages)
  ` [PATCH v3 1/2] mtd: spi-nor: Added spi-nor reset function
  ` [PATCH v3 2/2] mtd: m25p80: Added pm ops support

[PATCH v2] ARM: spi/sun7i: Add Master Sample Data Mode for SPI
 2017-02-11  6:58 UTC 

[PATCH] Add Master Sample Data Mode for SPI
 2017-02-11  4:15 UTC  (5+ messages)

[PATCH v2] spi: s3c64xx: fix inconsistency between binding and driver
 2017-02-10  2:20 UTC 

[PATCH -next] spi: armada-3700: Remove .owner field for driver
 2017-02-09 23:46 UTC  (2+ messages)
  ` Applied "spi: armada-3700: Remove .owner field for driver" to the spi tree

[PATCH v2 0/2] Added support for spi-nor device pm in m25p80
 2017-02-09 20:59 UTC  (6+ messages)
` [PATCH v2 1/2] mtd: spi-nor: Added spi-nor reset function
` [PATCH v2 2/2] mtd: m25p80: Added pm ops support

[PATCH v2 0/3] Init device ids from ACPI of_compatible
 2017-02-09 13:53 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] spi: acpi: Initialize modalias from of_compatible
  ` [PATCH v4 0/3] Init device ids from ACPI of_compatible
    ` [PATCH v4 1/3] ACPI / bus: Export acpi_of_modalias equiv of of_modalias_node
    ` [PATCH v4 3/3] spi: acpi: Initialize modalias from of_compatible
    ` [PATCH v5 0/3] Init device ids from ACPI of_compatible
      ` [PATCH v5 1/3] ACPI / bus: Export acpi_of_modalias equiv of of_modalias_node
        ` [PATCH v5 2/3] i2c: acpi: Initialize info.type from of_compatible
      ` [PATCH v5 3/3] spi: acpi: Initialize modalias "
      ` [PATCH v6 0/3] Init device ids from ACPI of_compatible
        ` [PATCH v6 1/3] ACPI / bus: Export acpi_of_modalias equiv of of_modalias_node
        ` [PATCH v6 2/3] i2c: acpi: Initialize info.type from of_compatible
        ` [PATCH v6 3/3] spi: acpi: Initialize modalias "

[PATCH 1/2] spi: s3c64xx: fix potential segmentation fault
 2017-02-08  4:19 UTC  (5+ messages)
      ` [PATCH 2/2] spi: s3c64xx: fix potential division by zero

[PATCH v1 0/5] Added support for spi-nor device pm in m25p80
 2017-02-06 20:32 UTC  (15+ messages)
  ` [PATCH v1 1/5] mtd: spi-nor: Added way to rescan spi-nor device
  ` [PATCH v1 2/5] mtd: m25p80: Added pm ops support
  ` [PATCH v1 3/5] spi: Added way to check for pm support for flash devices
  ` [PATCH v1 4/5] mtd: m25p80: Check if the spi flash device has pm support
  ` [PATCH v1 5/5] spi: bcm-qspi: Implement the master flash_pm_supported() call

[PATCH 1/2] spi: davinci: Use SPI framework to handle DMA mapping
 2017-02-06 16:48 UTC  (3+ messages)
  ` [PATCH 2/2] spi: davinci: enable DMA when channels are defined in DT

[PATCH v2 0/2] spi: lantiq-ssc: add support for Lantiq SSC SPI controller
 2017-02-04 15:37 UTC  (8+ messages)
` [PATCH v2 1/2] spi: add check_finished() callback

adding si3210 driver
 2017-02-03  7:08 UTC 

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:23 UTC 

[PATCH] spi: rspi: fix the bug related to mount/remount jffs2
 2017-02-01  7:08 UTC  (3+ messages)

[PATCH] spi: fix device-node leaks
 2017-01-31 21:20 UTC  (2+ messages)
` Applied "spi: fix device-node leaks" to the spi tree

[PATCH 1/1] spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()
 2017-01-31 21:20 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()" to the spi tree

[PATCH 1/2] spi: When no dma_chan map buffers with spi_master's parent
 2017-01-31 20:02 UTC  (4+ messages)
  ` Applied "spi: When no dma_chan map buffers with spi_master's parent" to the spi tree

[PATCH 2/2] spi: mediatek: Only do dma for 4-byte aligned buffers
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "spi: mediatek: Only do dma for 4-byte aligned buffers" to the spi tree

[PATCH] spi - Fix possible NULL derefrence
 2017-01-30 12:52 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).