linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-01 20:13:38 to 2017-05-29 12:01:27 UTC [more...]

[PATCH RFC 0/5] *** SPI Slave mode support ***
 2017-05-29 12:01 UTC  (9+ messages)

[PATCH linux-next v3 1/1] spi: imx: dynamic burst length adjust for PIO mode
 2017-05-29 11:07 UTC  (3+ messages)

[PATCH v3 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-05-29 10:20 UTC  (18+ messages)
  ` [PATCH v3 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
  ` [PATCH v3 02/16] mtd: lantiq-flash: drop check of boot select
  ` [PATCH v3 03/16] mtd: spi-falcon: "
  ` [PATCH v3 04/16] watchdog: lantiq: access boot cause register through regmap
  ` [PATCH v3 05/16] watchdog: lantiq: add device tree binding documentation
  ` [PATCH v3 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
  ` [PATCH v3 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
  ` [PATCH v3 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
  ` [PATCH v3 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
  ` [PATCH v3 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
  ` [PATCH v3 11/16] MIPS: lantiq: remove old reset controller implementation
  ` [PATCH v3 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
  ` [PATCH v3 13/16] MIPS: lantiq: remove old GPHY loader code
  ` [PATCH v3 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
  ` [PATCH v3 15/16] MIPS: lantiq: remove old USB PHY initialisation
  ` [PATCH v3 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH] spi: add null check before pointer dereference
 2017-05-29  3:59 UTC  (4+ messages)

[PATCH/RFC] spi: Generalize SPI "master" to "controller"
 2017-05-26 17:35 UTC  (2+ messages)

[PATCH v3 0/6] spi: Add slave mode support
 2017-05-26 12:12 UTC  (13+ messages)
  ` [PATCH v3 1/6] spi: Document DT bindings for SPI controllers in slave mode
    ` Applied "spi: Document DT bindings for SPI controllers in slave mode" to the spi tree
  ` [PATCH v3 2/6] spi: core: Add support for registering SPI slave controllers
  ` [PATCH v3 3/6] spi: Document SPI slave controller support
  ` [PATCH v3 4/6] spi: sh-msiof: Add slave mode support
  ` [PATCH v3 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
  ` [PATCH v3 6/6] spi: slave: Add SPI slave handler controlling system state

[PATCH v4 0/6]
 2017-05-26 12:12 UTC  (13+ messages)
` [PATCH v4 1/6] spi: Document DT bindings for SPI controllers in slave mode
` [PATCH v4 2/6] spi: core: Add support for registering SPI slave controllers
  ` Applied "spi: core: Add support for registering SPI slave controllers" to the spi tree
` [PATCH v4 3/6] spi: Document SPI slave controller support
` [PATCH v4 6/6] spi: slave: Add SPI slave handler controlling system state
  ` [PATCH v4 4/6] spi: sh-msiof: Add slave mode support
    ` Applied "spi: sh-msiof: Add slave mode support" to the spi tree
  ` [PATCH v4 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
  ` [PATCH v4 0/6] spi: Add slave mode support

[PATCH/RFC v2 4/7] spi: Document SPI slave controller support
 2017-05-26 12:12 UTC  (2+ messages)
  ` Applied "spi: Document SPI slave controller support" to the spi tree

[PATCH v5 0/6] spi: Add slave mode support
 2017-05-26 12:12 UTC  (11+ messages)
` [PATCH v5 1/6] spi: Document DT bindings for SPI controllers in slave mode
` [PATCH v5 2/6] spi: core: Add support for registering SPI slave controllers
` [PATCH v5 3/6] spi: Document SPI slave controller support
` [PATCH v5 4/6] spi: sh-msiof: Add slave mode support
  ` [PATCH v5 5/6] spi: slave: Add SPI slave handler reporting uptime at previous message
    ` Applied "spi: slave: Add SPI slave handler reporting uptime at previous message" to the spi tree
  ` [PATCH v5 6/6] spi: slave: Add SPI slave handler controlling system state
      ` Applied "spi: slave: Add SPI slave handler controlling system state" to the spi tree

[PATCH] spi: omap2-mcspi: remove redundant check for error status
 2017-05-26 11:42 UTC  (2+ messages)
` Applied "spi: omap2-mcspi: remove redundant check for error status" to the spi tree

[PATCH] spi: st-ssc4: whitespace cleanup
 2017-05-26 11:42 UTC  (2+ messages)
` Applied "spi: st-ssc4: whitespace cleanup" to the spi tree

[PATCH v2 00/15] MIPS: lantiq: handle RCU register by separate drivers
 2017-05-25 18:54 UTC  (26+ messages)
  ` [PATCH v2 01/15] MIPS: lantiq: Use of_platform_populate instead of __dt_register_buses
  ` [PATCH v2 02/15] mtd: lantiq-flash: drop check of boot select
  ` [PATCH v2 03/15] mtd: spi-falcon: "
  ` [PATCH v2 04/15] watchdog: lantiq: access boot cause register through regmap
  ` [PATCH v2 05/15] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
  ` [PATCH v2 06/15] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
  ` [PATCH v2 07/15] MIPS: lantiq: Convert the xbar driver to a platform_driver
  ` [PATCH v2 08/15] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
  ` [PATCH v2 09/15] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
  ` [PATCH v2 10/15] MIPS: lantiq: remove old reset controller implementation
  ` [PATCH v2 11/15] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
  ` [PATCH v2 12/15] MIPS: lantiq: remove old GPHY loader code
  ` [PATCH v2 13/15] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
  ` [PATCH v2 14/15] MIPS: lantiq: remove old USB PHY initialisation
  ` [PATCH v2 15/15] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[RFC PATCH 0/5] spi: moving to struct gpio_desc
 2017-05-25  4:30 UTC  (6+ messages)
` [RFC PATCH 1/5] spi: use gpio_desc instead of numeric gpio
` [RFC PATCH 2/5] ARM: ep93xx: add gpiod_lookup_table for spi chip-selects
` [RFC PATCH 3/5] ARM: imx: "
` [RFC PATCH 4/5] spi: core: convert spi_master to use gpio_desc
` [RFC PATCH 5/5] ARM: ep93xx: remove chipselect from ep93xx_spi_info

[PATCH 0/2] spi: Add Meson SPICC driver
 2017-05-24 17:42 UTC  (6+ messages)
  ` [PATCH 1/2] dt-bindings: spi-meson: Add SPICC bindings
    ` Applied "spi: meson: Add SPICC bindings" to the spi tree
  ` [PATCH 2/2] spi: Add Meson SPICC driver
    ` Applied "spi: Add Meson SPICC driver" to the spi tree

[PATCH] spi: orion: Handle GPIO chip-selects
 2017-05-24 17:03 UTC  (2+ messages)
` Applied "spi: orion: Handle GPIO chip-selects" to the spi tree

[PATCH 1/2] spi: orion: Handle GPIO chip-selects
 2017-05-24 17:02 UTC  (8+ messages)
` [PATCH 2/2] spi: use gpio_desc instead of numeric gpio

[spi:fix/imx 1/1] drivers/spi/spi-imx.c:241:9: error: 'struct spi_imx_data' has no member named 'dynamic_burst'
 2017-05-23 19:37 UTC 

[PATCH linux-next 1/1] spi: imx: only allow dynamic burst in PIO mode
 2017-05-23 18:22 UTC  (2+ messages)
  ` Applied "spi: imx: only allow dynamic burst in PIO mode" to the spi tree

[PATCH] spi: spi-fsl-dspi: ensure non-zero return on error path
 2017-05-23 18:22 UTC  (2+ messages)
  ` Applied "spi: spi-fsl-dspi: ensure non-zero return on error path" to the spi tree

[PATCH] Revert "spi: imx: dynamic burst length adjust for PIO mode"
 2017-05-23 18:22 UTC  (3+ messages)
  ` Applied "spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"" to the spi tree

[PATCH linux-next v2 0/2] follow up fix patch for dynamic burst
 2017-05-23 14:35 UTC  (3+ messages)
` [PATCH linux-next v2 1/2] spi: imx: only allow dynamic burst in PIO mode
` [PATCH linux-next v2 2/2] spi: imx: don't manipulate trasnfer buffer directly

[PATCH 0/2] spidev: Adjustments for six function implementations
 2017-05-22 12:33 UTC  (6+ messages)
  ` [PATCH 1/2] spidev: Delete error messages for failed memory allocations in spidev_open()
  ` [PATCH 2/2] spidev: Adjust five checks for null pointers
        `  "

[PATCH 1/1] spi: imx: fix issue when tx_buf or rx_buf is NULL
 2017-05-19 17:04 UTC  (6+ messages)
` Applied "spi: imx: fix issue when tx_buf or rx_buf is NULL" to the spi tree

[PATCH] spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode"
 2017-05-19 16:30 UTC  (8+ messages)

[PATCH linux-next v2 0/1] improve imx spi performance
 2017-05-18  9:29 UTC  (7+ messages)
` [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode
  ` Applied "spi: imx: dynamic burst length adjust for PIO mode" to the spi tree

[PATCH 0/2] spi-bfin5xx: Adjustments for four function implementations
 2017-05-17 11:55 UTC  (3+ messages)
  ` [PATCH 1/2] spi-bfin5xx: Delete an error message for a failed memory allocation in bfin_spi_setup()
` [PATCH 2/2] spi-bfin5xx: Adjust 14 checks for null pointers

[PATCH 1/2] spi: spidev: introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
 2017-05-17  9:04 UTC  (2+ messages)

[PATCH] spi: SPI_TI_QSPI should depend on HAS_DMA
 2017-05-15 10:53 UTC  (7+ messages)
` Applied "spi: SPI_TI_QSPI should depend on HAS_DMA" to the spi tree

[PATCH 0/2] spi: spidev: Introduce SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ command
 2017-05-15 10:35 UTC  (8+ messages)
` [PATCH 1/2] spi: spidev: introduce "
` [PATCH 2/2] spi: spidev: document SPI_IOC_WR_DEFAULT_MAX_SPEED_HZ

[PATCH] spi: spidev: remove unused completion
 2017-05-15  8:05 UTC  (3+ messages)
` Applied "spi: spidev: remove unused completion" to the spi tree

[PATCH] spi: spidev: use memdup_user
 2017-05-15  8:05 UTC  (3+ messages)
    ` Applied "spi: spidev: use memdup_user" to the spi tree

[PATCH] spi: core: Fix devm_spi_register_master() function name in kerneldoc
 2017-05-15  8:04 UTC  (2+ messages)
  ` Applied "spi: core: Fix devm_spi_register_master() function name in kerneldoc" to the spi tree

[PATCH] spi: core: Replace S_IRUGO permissions by 0444
 2017-05-15  8:04 UTC  (2+ messages)
  ` Applied "spi: core: Replace S_IRUGO permissions by 0444" to the spi tree

[RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases
 2017-05-15  8:04 UTC  (4+ messages)
` Applied "spi: bcm63xx-hsspi: Export OF device ID table as module aliases" to the spi tree

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 

[PATCH/RFC] signal: Export signal_wake_up_state() to modules
 2017-05-07  9:47 UTC  (8+ messages)

Information
 2017-05-06  2:29 UTC 

[GIT PULL] SPI updates for v4.12
 2017-05-03 15:15 UTC 


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).