aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAge
*-. Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown2014-03-29
|\ \
| | * spi: Add a timeout when waiting for transfersMark Brown2014-02-03
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown2014-03-29
|\ \ \ | | |/ | |/|
| | * spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin2014-02-10
| |/
* | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2014-03-29
|\ \
| * | spi: Make max_tx and max_rx the same typeMark Brown2014-02-12
| * | spi: Make core DMA mapping functions generate scatterlistsMark Brown2014-02-04
| * | spi: Provide core support for full duplex devicesMark Brown2014-02-04
| * | spi: Provide core support for DMA mapping transfersMark Brown2014-02-03
| |/
* | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2014-03-29
|\ \
| * | spi: Do not require a completionMark Brown2014-03-25
| * | spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin2014-03-17
| * | spi: core: make zero length transfer valid againAtsushi Nemoto2014-03-03
| * | spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin2014-02-22
| * | spi: core: Validate length of the transfers in messageIvan T. Ivanov2014-02-21
| * | spi: Clean up probe and remove functionsJean Delvare2014-02-14
| |/
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-03-29
|\ \
| * | spi: Fix handling of cs_change in core implementationMark Brown2014-03-29
| |/
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-02-11
|\ \ | |/ |/|
| * spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven2014-01-28
* | Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2014-01-25
|\|
| * Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown2014-01-23
| |\
| | * spi: core: Improve tx/rx_nbits check commentsGeert Uytterhoeven2014-01-13
| | * spi: core: Use list_first_entry to extract head of queueAxel Lin2014-01-09
| | * spi: core: Use list_first_entry_or_null() instead of open-codedAxel Lin2014-01-02
| | * spi: Eliminate 3WIRE spi_transfer checkTrent Piepho2013-12-30
| | * spi: Factor validation and initialisation of messages outside lockMark Brown2013-11-24
| * | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-01-23
| |\ \
| | * | spi: core: Fix transfer failure when master->transfer_one returns positive valueAxel Lin2014-01-21
| | * | spi: Spelling s/finised/finished/Geert Uytterhoeven2014-01-21
| | * | spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg2014-01-09
| | * | spidev: fix hang when transfer_one_message failsDaniel Santos2014-01-06
| | |/
* | / ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui2014-01-16
|/ /
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2013-11-28
|\ \ | |/ |/|
| * spi: core: invert success test in devm_spi_register_masterStephen Warren2013-11-21
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-20
|\ \
| * | spi: Use stable dev_name for ACPI enumerated SPI slavesJarkko Nikula2013-11-14
| * | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-14
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-14
|/ /
* | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-13
|\ \ | |/ |/|
| * spi: attach/detach SPI device to the ACPI power domainMika Westerberg2013-10-10
* | Merge remote-tracking branch 'spi/topic/loop' into spi-nextMark Brown2013-10-25
|\ \
| * \ Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown2013-10-11
| |\ \
| * | | spi: Provide common spi_message processing loopMark Brown2013-10-11
| * | | spi: Provide per-message prepare and unprepare operationsMark Brown2013-10-11
| * | | spi: Provide trace points for message processingMark Brown2013-10-07
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-10-25
|\ \ \
| * | | spi: Fix checkpatch issueJingoo Han2013-10-14
| * | | spi: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-08
| * | | spi: Use of_property_read_u32Trent Piepho2013-09-27