aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2014-04-14spi: core: Increase timeout valueHarini Katakam
2014-03-30Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2014-03-30Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-03-30Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2014-03-30spi: Fix handling of cs_change in core implementationMark Brown
2014-03-25spi: Do not require a completionMark Brown
2014-03-17spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin
2014-03-04spi: core: make zero length transfer valid againAtsushi Nemoto
2014-02-23spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin
2014-02-22spi: core: Validate length of the transfers in messageIvan T. Ivanov
2014-02-14spi: Clean up probe and remove functionsJean Delvare
2014-02-12spi: Make max_tx and max_rx the same typeMark Brown
2014-02-11Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2014-02-10spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin
2014-02-04spi: Make core DMA mapping functions generate scatterlistsMark Brown
2014-02-04spi: Provide core support for full duplex devicesMark Brown
2014-02-03spi: Provide core support for DMA mapping transfersMark Brown
2014-02-03spi: Add a timeout when waiting for transfersMark Brown
2014-01-28spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven
2014-01-25Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2014-01-23Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown
2014-01-23Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2014-01-21spi: core: Fix transfer failure when master->transfer_one returns positive valueAxel Lin
2014-01-21spi: Spelling s/finised/finished/Geert Uytterhoeven
2014-01-16ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui
2014-01-13spi: core: Improve tx/rx_nbits check commentsGeert Uytterhoeven
2014-01-09spi: Check conflicting CS based on spi->chip_select instead of device nameMika Westerberg
2014-01-09spi: core: Use list_first_entry to extract head of queueAxel Lin
2014-01-06spidev: fix hang when transfer_one_message failsDaniel Santos
2014-01-02spi: core: Use list_first_entry_or_null() instead of open-codedAxel Lin
2013-12-30spi: Eliminate 3WIRE spi_transfer checkTrent Piepho
2013-11-28Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2013-11-24spi: Factor validation and initialisation of messages outside lockMark Brown
2013-11-22spi: core: invert success test in devm_spi_register_masterStephen Warren
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-14spi: Use stable dev_name for ACPI enumerated SPI slavesJarkko Nikula
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-25Merge remote-tracking branch 'spi/topic/loop' into spi-nextMark Brown
2013-10-25Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2013-10-25Merge remote-tracking branch 'spi/topic/bfin' into spi-nextMark Brown
2013-10-14spi: Fix checkpatch issueJingoo Han
2013-10-11Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown
2013-10-11spi: Provide common spi_message processing loopMark Brown
2013-10-11spi: Provide per-message prepare and unprepare operationsMark Brown
2013-10-11spi: attach/detach SPI device to the ACPI power domainMika Westerberg
2013-10-10spi: Fix modalias for ACPI enumerated SPI devicesJarkko Nikula