[linux-yocto] [PATCH 00/14] Backport SPI from mainline to linux-yocto-4.1

Weifeng Voon weifeng.voon at intel.com
Thu Jun 16 01:25:37 PDT 2016


This changeset from mainline are for BXT/APL.
The commits are for linux-yocto4.1 standard/base branch.

Alexandre Belloni (1):
  spi: atmel: remove warning when !CONFIG_PM_SLEEP

Geliang Tang (1):
  spi: fix kernel-doc warnings in spi.h

Jarkko Nikula (4):
  spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
    for it
  spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages
  spi: pxa2xx: Update comment in int_transfer_complete()
  spi: pxa2xx: Fix too early chipselect deassert

Luis de Bethencourt (1):
  spi: meson: Fix module autoload for OF platform driver

Martin Sperl (6):
  spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2
    jiffies
  spi: bcm2835: enable dma modes for transfers meeting certain
    conditions
  spi: bcm2835: fix kbuild compile warnings/errors and a typo
  spi: bcm2835: fix overflow in calculation of transfer time
  spi: bcm2835: BUG: fix wrong use of PAGE_MASK
  spi: expose spi_master and spi_device statistics via sysfs

kbuild test robot (1):
  spi: bcm2835: bcm2835_dma_release() can be static

 drivers/spi/spi-atmel.c       |   2 +
 drivers/spi/spi-bcm2835.c     | 400 +++++++++++++++++++++++++++++++++++++-----
 drivers/spi/spi-meson-spifc.c |   1 +
 drivers/spi/spi-pxa2xx.c      |  39 ++--
 drivers/spi/spi-pxa2xx.h      |   3 -
 drivers/spi/spi.c             | 168 +++++++++++++++++-
 include/linux/spi/spi.h       |  64 +++++++
 7 files changed, 612 insertions(+), 65 deletions(-)

-- 
1.9.1



More information about the linux-yocto mailing list