summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11spi: Only idle the message pump in the worker kthreadMark Brown
2014-12-11spi: Pump transfers inside calling context for spi_sync()Mark Brown
2014-12-11spi: Check to see if the device is processing a message before we idleMark Brown
2014-12-11spi: Move queue data structure initialisation to main master initMark Brown
2014-12-08Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-12-04spi: core: Do not mangle error code from kthread_run()Jarkko Nikula
2014-12-03spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=yFabio Estevam
2014-11-25spi/of: Add OF notifier handlerPantelis Antoniou
2014-11-25spi/of: Create new device registration method and accessorsPantelis Antoniou
2014-11-17spi: Fix mapping from vmalloc-ed buffer to scatter listCharles Keepax
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-03Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson
2014-09-24spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-09-22spi: core: Convert to dev_pm_domain_attach|detach()Ulf Hansson
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown
2014-08-19spi: Only call transfer_one() if we have buffers to transferMark Brown
2014-08-13spi: Add missing kerneldoc bitsThierry Reding
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2014-08-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-07-11spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven
2014-07-11spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven
2014-06-21spi: Remove unused variableMark Brown
2014-06-21spi: Remove redundant OOM message in spi.cSachin Kamat
2014-06-02Merge remote-tracking branch 'spi/topic/dt' into spi-nextMark Brown
2014-06-02Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-05-26spi: core: Ignore unsupported spi-[tr]x-bus-width property valuesGeert Uytterhoeven
2014-05-03spi: core: Don't destroy master queue if we fail to create itMark Brown
2014-05-02spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2014-04-18spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven
2014-04-14spi: add "spi-lsb-first" to devicetreeZhao Qiang
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