summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()Mika Westerberg2015-10-013-8/+0
| | | | | * | spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula2015-09-251-2/+2
| | | | | * | spi: pxa2xx: Set the max_speed_hz of the masterJarkko Nikula2015-09-252-9/+6
| | | | | * | spi: pxa2xx: Remove cr0 variable from struct chip_dataJarkko Nikula2015-09-172-7/+4
| | | | | * | spi: pxa2xx: Remove if statement that is always true in pump_transfers()Jarkko Nikula2015-09-171-39/+37
| | | | | * | spi: pxa2xx: Remove two variables from struct chip_dataJarkko Nikula2015-09-172-12/+2
| | | | | |/
| | | | * | spi: pxa2xx: Remove unused psp member variable from struct chip_dataJarkko Nikula2015-10-021-1/+0
| | | | |/
| | | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0
| | | * | spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis2015-10-281-3/+4
| | | |/
| | * | spi: omap-uwire: Remove needless bits_per_word and speed_hz testsJarkko Nikula2015-09-171-3/+4
| | |/
| * | spi: omap-100k: Rely on validations done by spi coreJarkko Nikula2015-09-171-18/+8
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'sp...Mark Brown2015-11-046-65/+93
|\ \ \ \ \ \
| | | | | * | spi: octeon: Use transfer speed unconditionallyJarkko Nikula2015-09-161-1/+1
| | | | | |/
| | | | * | spi: oc-tiny: Use of_property_read_u32 instead of open-coding itTobias Klauser2015-09-161-9/+5
| | | | |/
| | | * | spi: mediatek: mt8173 spi multiple devices supportLeilk Liu2015-10-271-13/+52
| | | * | spi: mediatek: handle controller_data in mtk_spi_setupLeilk Liu2015-10-271-7/+12
| | | * | spi: mediatek: remove mtk_spi_configLeilk Liu2015-10-271-33/+26
| | * | | spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionallyJarkko Nikula2015-09-171-5/+3
| | | |/ | | |/|
| * | | spi: Add DSPI support for layerscape familyYuan Yao2015-10-301-1/+1
| * | | spi: spi-fsl-dspi: Remove duplicated register writeJarkko Nikula2015-09-171-3/+0
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/coldfire' and 'spi/topic/dw' into s...Mark Brown2015-11-045-100/+53
|\ \ \ \
| | * | | spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko2015-10-281-1/+1
| | * | | spi: dw: remove a NULL check when call ->remove()Andy Shevchenko2015-10-201-2/+0
| | * | | spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko2015-10-201-2/+4
| | * | | spi: dw-mmio: convert to unified device property APIAndy Shevchenko2015-10-191-4/+3
| | * | | spi: dw-pci: remove unused pdev member from struct dw_spi_pciAndy Shevchenko2015-10-191-20/+9
| | * | | spi: dw: introduce spi_shutdown_chip()Andy Shevchenko2015-10-192-7/+12
| | * | | spi: dw: eliminate unused threshold variablesAndy Shevchenko2015-10-191-5/+0
| | * | | spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko2015-10-191-8/+4
| | * | | spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko2015-10-191-14/+2
| | * | | spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko2015-10-191-12/+2
| | * | | spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko2015-10-191-1/+1
| | * | | spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula2015-09-171-5/+0
| | * | | spi: dw: Remove needless if statementsJarkko Nikula2015-09-171-23/+18
| | |/ /
| * | | spi: spi-coldfire-qspi: enable RuntimePM before registering to the coreWolfram Sang2015-10-121-1/+2
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi...Mark Brown2015-11-048-159/+237
|\ \ \ \ \ \ \
| | | | | * | | spi: bitbang: switch to the generic implementation of transfer_one_messageHeiner Kallweit2015-10-051-89/+36
| | | | | * | | spi: bitbang: remove unneeded checkHeiner Kallweit2015-10-051-14/+4
| | | | | * | | spi: bitbang: Replace spinlock by mutexNicolas Boichat2015-09-173-14/+11
| | | | | |/ /
| | | | * | | spi: spi-bfin5xx: Calculate transfer speed unconditionallyJarkko Nikula2015-09-161-5/+1
| | | | |/ /
| | | * | | spi: bfin-sport: Calculate transfer speed unconditionallyJarkko Nikula2015-09-161-4/+1
| | | |/ /
| | * | | spi/bcm63xx: move register definitions into the driverJonas Gorski2015-10-232-24/+175
| | * | | spi/bcm63xx: move message control word description to register offsetsJonas Gorski2015-10-121-4/+3
| | * | | spi/bcm63xx: fix standard accessors and compile guardJonas Gorski2015-10-121-4/+4
| | * | | spi/bcm63xx: replace custom io accessors with standard onesJonas Gorski2015-09-141-4/+12
| | * | | spi/bcm63xx: hardcode busnum to 0Jonas Gorski2015-09-141-1/+2
| | * | | spi/bcm63xx: always use a fixed number of CSJonas Gorski2015-09-141-1/+3
| | * | | spi/bcm63xx: remove unused rx_tail variableJonas Gorski2015-09-141-1/+0
| | |/ /
| * | | spi: bcm53xx: Adjust devm usageVaishali Thakkar2015-09-161-11/+2
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...Mark Brown2015-11-047-36/+545
|\ \ \ \ \ \ \