aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAge
* 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
| * | | spi: simplify call to request_module()Mathias Krause2013-09-27
| |/ /
* | | Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown2013-10-25
|\ \ \ | | |/ | |/|
| * | spi: core: Add devm_spi_register_master()Mark Brown2013-09-16
| |/
* / spi: Fix modalias for ACPI enumerated SPI devicesJarkko Nikula2013-10-10
|/
* Merge remote-tracking branch 'spi/topic/quad' into spi-nextMark Brown2013-09-01
|\
| * spi: quad: fix the name of DT propertywangyuhang2013-09-01
| * spi: quad: Make DT properties optionalMark Brown2013-08-30
| * spi: quad: Fix missing returnwangyuhang2013-08-30
* | Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown2013-09-01
|\ \
| * | Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown2013-08-23
| |\|
| | * spi: conditional checking of mode and transfer bits.Sourav Poddar2013-08-22
| | * spi: DUAL and QUAD supportwangyuhang2013-08-22
| * | spi: Provide core support for runtime PM during transfersMark Brown2013-07-29
* | | Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown2013-09-01
|\ \ \
| * | | driver: spi: Modify core to compute the message lengthSourav Poddar2013-07-18
| |/ /
* | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-09-01
|\ \ \ | |_|/ |/| |
| * | spi: core: Fix spi_register_master error handlingAxel Lin2013-08-31
| * | spi: Remove a redundant test for master->running in spi_queued_transferAxel Lin2013-08-22
| |/
* | spi: limit default transfer speed to controller's max speedGabor Juhos2013-08-14
* | spi: More sanity checks for transfersMark Brown2013-07-15