summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
*-------------. 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
| | | | | | |/
| | | | | * / spi: Use reinit_completion at appropriate placesAxel Lin2014-02-104-4/+7
| | | | | |/
| | | | * | spi: coldfire-qspi: Simplify the code to set register bits for transfer speedAxel Lin2014-03-251-4/+1
| | | | * | spi: coldfire-qspi: Prevent NULL pointer dereferenceAxel Lin2014-03-101-2/+7
| | | | * | spi: coldfire-qspi: Enable clock before calling spi_master_resumeAxel Lin2014-03-101-4/+5
| | | | * | spi: coldfire-qspi: Use core message handlingAxel Lin2014-03-051-47/+34
| | | | * | spi: coldfire-qspi: Remove unused dev field from struct mcfqspiAxel Lin2014-03-051-6/+2
| | | | |/
| | | * | spi: clps711x: Convert to use master->max_speed_hzAxel Lin2014-03-271-7/+7
| | | * | spi: clps711x: Enable driver compilation with COMPILE_TESTAxel Lin2014-03-271-1/+1
| | | * | spi: clps711x: Remove <mach/hardware.h> dependencyAlexander Shiyan2014-03-251-29/+57
| | | * | spi: clps711x: Remove duplicate code to set default bits_per_word and max speedAxel Lin2014-03-131-5/+4
| | | * | spi: clps711x: Provide label argument for devm_gpio_requestAxel Lin2014-03-101-7/+3
| | | * | spi: clps711x: Refactor to use core message parsingAxel Lin2014-02-201-52/+30