aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-09spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg1-5/+13
2014-01-09spi: core: Use list_first_entry to extract head of queueAxel Lin1-1/+1
2014-01-06spidev: fix hang when transfer_one_message failsDaniel Santos1-1/+3
2014-01-02spi: core: Use list_first_entry_or_null() instead of open-codedAxel Lin1-5/+2
2013-12-30spi: Eliminate 3WIRE spi_transfer checkTrent Piepho1-6/+0
2013-11-28Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-1/+1
2013-11-24spi: Factor validation and initialisation of messages outside lockMark Brown1-5/+21
2013-11-22spi: core: invert success test in devm_spi_register_masterStephen Warren1-1/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+15
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14spi: Use stable dev_name for ACPI enumerated SPI slavesJarkko Nikula1-3/+14
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-1/+1
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+16
2013-10-25Merge remote-tracking branch 'spi/topic/loop' into spi-nextMark Brown1-1/+129
2013-10-25Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-41/+36
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown1-0/+35
2013-10-14spi: Fix checkpatch issueJingoo Han1-7/+6
2013-10-11Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown1-0/+35
2013-10-11spi: Provide common spi_message processing loopMark Brown1-0/+92
2013-10-11spi: Provide per-message prepare and unprepare operationsMark Brown1-0/+22
2013-10-11spi: attach/detach SPI device to the ACPI power domainMika Westerberg1-2/+16
2013-10-10spi: Fix modalias for ACPI enumerated SPI devicesJarkko Nikula1-1/+1
2013-10-08spi: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-10-07spi: Provide trace points for message processingMark Brown1-1/+15
2013-09-27spi: Use of_property_read_u32Trent Piepho1-26/+23
2013-09-27spi: simplify call to request_module()Mathias Krause1-4/+1
2013-09-17spi: core: Add devm_spi_register_master()Mark Brown1-0/+35
2013-09-01Merge remote-tracking branch 'spi/topic/quad' into spi-nextMark Brown1-40/+37
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-1/+117
2013-09-01Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+2
2013-09-01spi: quad: fix the name of DT propertywangyuhang1-4/+4
2013-08-31spi: core: Fix spi_register_master error handlingAxel Lin1-1/+1
2013-08-31spi: quad: Make DT properties optionalMark Brown1-38/+34
2013-08-30spi: quad: Fix missing returnwangyuhang1-0/+1
2013-08-23Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown1-1/+118
2013-08-22spi: Remove a redundant test for master->running in spi_queued_transferAxel Lin1-1/+1
2013-08-22spi: conditional checking of mode and transfer bits.Sourav Poddar1-26/+30
2013-08-22spi: DUAL and QUAD supportwangyuhang1-0/+96
2013-08-14spi: limit default transfer speed to controller's max speedGabor Juhos1-1/+6
2013-07-29spi: Provide core support for runtime PM during transfersMark Brown1-0/+16
2013-07-18driver: spi: Modify core to compute the message lengthSourav Poddar1-0/+1
2013-07-15spi: More sanity checks for transfersMark Brown1-0/+5
2013-07-15spi: Support transfer speed checking in the coreMark Brown1-0/+7
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown1-3/+6
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+8
2013-04-07spi: Return error from of_spi_register_master on bad "cs-gpios" propertyAndreas Larsson1-1/+4