summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2015-09-17MLK-10689: spi: fix 'git am' patchRobin Gong
2015-09-17spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong
2015-09-17spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax
2015-09-17spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven
2015-09-17spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven
2015-09-17spi: Remove unused variableMark Brown
2015-09-17spi: Remove redundant OOM message in spi.cSachin Kamat
2015-09-17spi: core: Ignore unsupported spi-[tr]x-bus-width property valuesGeert Uytterhoeven
2015-09-17spi: core: Don't destroy master queue if we fail to create itMark Brown
2015-09-17spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2015-09-17spi: add "spi-lsb-first" to devicetreeZhao Qiang
2015-09-17spi: core: Increase timeout valueHarini Katakam
2015-09-17spi: Fix handling of cs_change in core implementationMark Brown
2015-09-17spi: Do not require a completionMark Brown
2015-09-17spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > m...Axel Lin
2015-09-17spi: core: make zero length transfer valid againAtsushi Nemoto
2015-09-17spi: core: Replace msleep with usleep_range to get more accurate sleep timeAxel Lin
2015-09-17spi: core: Validate length of the transfers in messageIvan T. Ivanov
2015-09-17spi: Clean up probe and remove functionsJean Delvare
2015-09-17spi: Make max_tx and max_rx the same typeMark Brown
2015-09-17spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controllerAxel Lin
2015-09-17spi: Make core DMA mapping functions generate scatterlistsMark Brown
2015-09-17spi: Provide core support for full duplex devicesMark Brown
2015-09-17spi: Provide core support for DMA mapping transfersMark Brown
2015-09-17spi: Add a timeout when waiting for transfersMark Brown
2015-09-17clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2015-08-03spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl
2015-04-13spi: trigger trace event for message-done before mesg->completeUwe Kleine-König
2014-06-07spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven
2014-02-11Merge remote-tracking branch 'spi/fix/core' into spi-linusMark 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