Age | Commit message (Expand) | Author | Files | Lines |
2017-02-19 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 2 | -8/+37 |
2017-02-19 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 2 | -11/+16 |
2017-02-19 | Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/... | Mark Brown | 3 | -4/+7 |
2017-02-16 | spi: rspi: Replaces "n" by "len" in qspi_transfer_*() | DongCV | 1 | -2/+2 |
2017-02-16 | spi: rspi: Fixes bogus received byte in qspi_transfer_in() | DongCV | 1 | -1/+0 |
2017-02-13 | spi: s3c64xx: fix inconsistency between binding and driver | Andi Shyti | 1 | -1/+1 |
2017-02-01 | spi: fix device-node leaks | Johan Hovold | 1 | -2/+6 |
2017-01-31 | spi: mediatek: Only do dma for 4-byte aligned buffers | Daniel Kurtz | 1 | -4/+33 |
2017-01-31 | spi: When no dma_chan map buffers with spi_master's parent | Daniel Kurtz | 1 | -4/+4 |
2017-01-19 | spi: pxa2xx: Add support for Intel Gemini Lake | David E. Box | 1 | -0/+4 |
2017-01-17 | Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus | Mark Brown | 1 | -1/+3 |
2017-01-17 | Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davi... | Mark Brown | 6 | -6/+12 |
2017-01-17 | spi: fsl: Combine substrings for two messages | Markus Elfring | 1 | -6/+6 |
2017-01-17 | spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() | Markus Elfring | 1 | -1/+1 |
2017-01-17 | spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() | Markus Elfring | 1 | -1/+2 |
2017-01-17 | spi: Use kcalloc() in spi_register_board_info() | Markus Elfring | 1 | -1/+1 |
2017-01-12 | spi: davinci: use dma_mapping_error() | Kevin Hilman | 1 | -2/+2 |
2017-01-09 | spi: spi-axi: Free resources on error path | Christophe JAILLET | 1 | -1/+2 |
2017-01-04 | spi: pxa2xx: add missed break | Andy Shevchenko | 1 | -0/+1 |
2017-01-04 | spi: dw-mid: switch to new dmaengine_terminate_* API (part 2) | Andy Shevchenko | 1 | -2/+2 |
2016-12-31 | spi: dw: Make debugfs name unique between instances | Phil Reid | 1 | -1/+4 |
2016-12-20 | spi: sh-msiof: Do not use C++ style comment | Simon Horman | 1 | -1/+1 |
2016-12-16 | spi: armada-3700: Set mode bits correctly | Dan Carpenter | 1 | -1/+1 |
2016-12-14 | spi: armada-3700: fix unsigned compare than zero on irq | Colin Ian King | 1 | -4/+5 |
2016-12-14 | spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings | Simon Horman | 1 | -1/+3 |
2016-12-14 | spi: SPI_FSL_DSPI should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to... | Mark Brown | 6 | -25/+84 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 3 | -8/+50 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/fsl-lpspi', 'spi/topic/imx', 'spi/t... | Mark Brown | 6 | -17/+562 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/... | Mark Brown | 6 | -347/+703 |
2016-12-12 | Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to... | Mark Brown | 6 | -178/+1039 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/rcar' into spi-next | Mark Brown | 1 | -0/+1 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/dma' into spi-next | Mark Brown | 1 | -2/+5 |
2016-12-12 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -2/+7 |
2016-12-12 | Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/... | Mark Brown | 2 | -41/+98 |
2016-12-10 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -8/+8 |
2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 18 | -19/+136 |
2016-12-10 | net: mlx5: Fix Kconfig help text | Christopher Covington | 1 | -2/+0 |
2016-12-10 | net: smsc911x: back out silently on probe deferrals | Linus Walleij | 1 | -1/+8 |
2016-12-10 | ibmveth: set correct gso_size and gso_type | Thomas Falcon | 2 | -2/+64 |
2016-12-09 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -21/+63 |
2016-12-09 | Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+15 |
2016-12-09 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -2/+6 |
2016-12-09 | net: ethernet: cpmac: Call SET_NETDEV_DEV() | Florian Fainelli | 1 | -0/+1 |
2016-12-09 | net: ethernet: lantiq_etop: Call SET_NETDEV_DEV() | Florian Fainelli | 1 | -0/+1 |
2016-12-09 | vhost-vsock: fix orphan connection reset | Peng Tao | 1 | -1/+1 |
2016-12-09 | Merge tag 'linux-can-fixes-for-4.9-20161208' of git://git.kernel.org/pub/scm/... | David S. Miller | 1 | -2/+4 |
2016-12-09 | cxgb4/cxgb4vf: Assign netdev->dev_port with port ID | Arjun V | 3 | -1/+2 |
2016-12-08 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -6/+8 |
2016-12-08 | driver: ipvlan: Unlink the upper dev when ipvlan_link_new failed | Gao Feng | 1 | -1/+3 |