summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown2014-03-301-0/+3
|\ \
| | * spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin2014-02-101-0/+3
| |/
* | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2014-03-301-0/+180
|\ \
| * | spi: Make max_tx and max_rx the same typeMark Brown2014-02-121-1/+1
| * | spi: Make core DMA mapping functions generate scatterlistsMark Brown2014-02-041-25/+76
| * | spi: Provide core support for full duplex devicesMark Brown2014-02-041-0/+47
| * | spi: Provide core support for DMA mapping transfersMark Brown2014-02-031-0/+82
| |/
* | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2014-03-301-18/+28
|\ \
| * | spi: Do not require a completionMark Brown2014-03-251-2/+0
| * | spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin2014-03-171-8/+6
| * | spi: core: make zero length transfer valid againAtsushi Nemoto2014-03-041-3/+2
| * | spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin2014-02-231-1/+1
| * | spi: core: Validate length of the transfers in messageIvan T. Ivanov2014-02-221-0/+17
| * | spi: Clean up probe and remove functionsJean Delvare2014-02-141-7/+5
| |/
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-03-301-3/+3
|\ \
| * | spi: Fix handling of cs_change in core implementationMark Brown2014-03-301-3/+3
| |/
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-02-111-3/+1
|\ \ | |/ |/|
| * spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven2014-01-281-3/+1
* | Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2014-01-251-28/+46
|\ \ | |/
| * Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown2014-01-231-20/+26
| |\
| | * spi: core: Improve tx/rx_nbits check commentsGeert Uytterhoeven2014-01-131-3/+2
| | * spi: core: Use list_first_entry to extract head of queueAxel Lin2014-01-091-1/+1
| | * spi: core: Use list_first_entry_or_null() instead of open-codedAxel Lin2014-01-021-5/+2
| | * spi: Eliminate 3WIRE spi_transfer checkTrent Piepho2013-12-301-6/+0
| | * spi: Factor validation and initialisation of messages outside lockMark Brown2013-11-241-5/+21
| * | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-01-231-8/+20
| |\ \
| | * | spi: core: Fix transfer failure when master->transfer_one returns positive valueAxel Lin2014-01-211-1/+3
| | * | spi: Spelling s/finised/finished/Geert Uytterhoeven2014-01-211-1/+1
| | * | spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg2014-01-091-5/+13
| | * | spidev: fix hang when transfer_one_message failsDaniel Santos2014-01-061-1/+3
| | |/
* | | ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui2014-01-161-0/+10
|/ /
* | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2013-11-281-1/+1
|\ \ | |/ |/|
| * spi: core: invert success test in devm_spi_register_masterStephen Warren2013-11-221-1/+1
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-4/+15
|\ \
| * | spi: Use stable dev_name for ACPI enumerated SPI slavesJarkko Nikula2013-11-141-3/+14
| * | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-1/+1
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/ /
* | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-2/+16
|\ \ | |/ |/|
| * spi: attach/detach SPI device to the ACPI power domainMika Westerberg2013-10-111-2/+16
* | Merge remote-tracking branch 'spi/topic/loop' into spi-nextMark Brown2013-10-251-1/+129
|\ \
| * \ Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown2013-10-111-0/+35
| |\ \
| * | | spi: Provide common spi_message processing loopMark Brown2013-10-111-0/+92
| * | | spi: Provide per-message prepare and unprepare operationsMark Brown2013-10-111-0/+22
| * | | spi: Provide trace points for message processingMark Brown2013-10-071-1/+15
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-10-251-41/+36
|\ \ \
| * | | spi: Fix checkpatch issueJingoo Han2013-10-141-7/+6
| * | | spi: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-081-4/+6
| * | | spi: Use of_property_read_u32Trent Piepho2013-09-271-26/+23
| * | | spi: simplify call to request_module()Mathias Krause2013-09-271-4/+1
| |/ /
* | | Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown2013-10-251-0/+35
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud