summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | spi: omap2-mcspi: Remove list_empty checking in omap2_mcspi_transfer_one_messageAxel Lin2014-02-191-3/+0
| | | * | | | | | spi: omap2: use SUPERH, not SHPaul Bolle2014-02-101-1/+1
| | | * | | | | | spi: omap2-mcspi: Support divide-by-n clock dividersStefan Sørensen2014-02-031-7/+36
| | | * | | | | | spi: omap2-mcspi: Do not configure the controller on each transfer unless neededStefan Sørensen2014-02-031-2/+5
| | | |/ / / / /
| | * | | | | | spi: omap-100k: Fix memory leakAxel Lin2014-03-291-1/+1
| | * | | | | | spi: omap-100k: fix spacing coding style issueJingoo Han2014-03-051-17/+19
| | * | | | | | spi: omap-100k: Remove unused fields from struct omap1_spi100kAxel Lin2014-02-101-7/+0
| | * | | | | | spi: omap-100k: Remove unused pointer in omap1_spi100k_txrx_pio()Christian Engelmayer2014-02-101-2/+0
| | * | | | | | spi: omap-100k: Remove unused MOD_REG_BIT macroAxel Lin2014-02-101-7/+0
| | |/ / / / /
| * | | | | | spi: omap-uwire: add missing iounmapNishanth Menon2014-03-271-0/+1
| * | | | | | spi: omap-uwire: Remove full duplex checkAxel Lin2014-03-261-4/+0
| * | | | | | spi: omap-uwire: Convert to use bits_per_word_maskAxel Lin2014-03-031-16/+2
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-------------. \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown2014-03-3030-146/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | spi: octeon: Convert to let spi core validate transfer speedAxel Lin2014-03-031-2/+1
| | | | | | | | * | | | | | | spi: octeon: Remove struct octeon_spi_setup usageAxel Lin2014-03-031-62/+7
| | | | | | | | * | | | | | | spi: octeon: Remove unused bits_per_word from struct octeon_spi_setupAxel Lin2014-02-111-2/+0
| | | | | | | | * | | | | | | spi: octeon: Use list_is_last() instead of open-codedAxel Lin2014-02-031-1/+2
| | | | | | | | | |/ / / / / | | | | | | | | |/| | | | |
| | | | | | | * / | | | | | spi: oc-tiny: Remove unneeded NULL checking for hw->bitbang.masterAxel Lin2014-03-131-2/+0
| | | | | | | |/ / / / / /
| | | | | | * | | | | | | spi: nuc900: Fix setting multiple bits settings in registerAxel Lin2014-03-211-10/+8
| | | | | | * | | | | | | spi: nuc900: Remove unused fields from struct nuc900_spiAxel Lin2014-02-141-6/+3
| | | | | | |/ / / / / /
| | | | | * | | | | | | spi: spi-mxs: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-141-1/+1
| | | | | * | | | | | | spi: mxs: Use list_for_each_entry to iterate over transfer listAxel Lin2014-02-071-2/+2
| | | | | |/ / / / / /
| | | | * | / / / / / spi: mpc52xx: Convert to use bits_per_word_maskAxel Lin2014-03-291-12/+1
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | spi: mpc512x-psc: Remove redundant code to get bus_num from DTAxel Lin2014-02-181-14/+2
| | | | |/ / / / / | | | |/| | | | |
| | * / | | | | | spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-0329-29/+0
| | |/ / / / / /
| * | | | | | | spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan2014-02-231-1/+1
| * | | | | | | spi/imx: Drop default setting for SPI_IMXFabio Estevam2014-02-231-1/+0
| * | | | | | | spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-141-1/+1
| |/ / / / / /
| | | | | | |
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-------------. \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown2014-03-3012-124/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | spi: fix pointer-integer size mismatch warningSeongJae Park2014-02-041-1/+1
| | | | | | | | |/ / / / / /
| | | | | | | * / / / / / / spi: fsl-espi: Remove unused bits_per_word variable in fsl_espi_bufsAxel Lin2014-03-211-5/+0
| | | | | | | |/ / / / / /
| | | | | | * | | | | | | spi: fsl-dspi: Fix memory leakAxel Lin2014-03-281-2/+2
| | | | | | * | | | | | | spi: fsl-dspi: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-051-3/+1
| | | | | | * | | | | | | spi/fsl-dspi: Remove some coding sytle not in standardChao Fu2014-02-161-4/+4
| | | | | | * | | | | | | spi/fsl-dspi: Convert to use regmap and add big-endian supportChao Fu2014-02-162-27/+54
| | | | | | |/ / / / / /
| | | | | * | | | | | | spi: fsl-lib: Fix memory leak of pinfoAxel Lin2014-03-211-10/+4
| | | | | * | | | | | | spi: fsl-spi: Convert to let spi core validate xfer->bits_per_wordAxel Lin2014-02-231-6/+4
| | | | | * | | | | | | spi: fsl: Fix problem with multi message transfersStefan Roese2014-02-041-5/+15
| | | | | |/ / / / / /
| | | | * / / / / / / spi: ep93xx: Convert to let spi core handle checking transfer speedAxel Lin2014-02-141-16/+5
| | | | |/ / / / / /
| | | * | | | | | | spi: efm32: use $vendor,$device scheme for compatible stringUwe Kleine-König2014-03-251-0/+3
| | | * | | | | | | spi: efm32: properly namespace location propertyUwe Kleine-König2014-03-141-1/+4
| | | * | | | | | | spi: efm32: Clean up non-DT pathsAxel Lin2014-03-121-23/+8
| | * | | | | | | | spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin2014-03-281-7/+0
| | * | | | | | | | spi: dw: Convert to let spi core validate transfer speedAxel Lin2014-03-031-6/+1
| | * | | | | | | | spi: dw-mmio: remove HAVE_CLK build dependecyBaruch Siach2014-02-031-1/+1
| | * | | | | | | | spi: dw-mmio: allow multiple instancesBaruch Siach2014-02-031-1/+1
| | | |/ / / / / / | | |/| | | | | |
| * / | | | | | | spi: Use list_last_entry at appropriate placesAxel Lin2014-02-233-7/+4
| |/ / / / / / /
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---------. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown2014-03-3020-289/+175
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | / / / / / | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | | | | | * | | | | | spi: davinci: Use of_match_ptr at appropriate placeAxel Lin2014-02-061-4/+2
| | | | | | * | | | | | spi: davinci: Remove unneeded NULL checking for dspi and dspi->bitbang.masterAxel Lin2014-02-061-8/+0
| | | | | | |/ / / / /