summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2015-09-16Merge tag 'v4.3-rc1' into spi-fix-docMark Brown
2015-09-06spi: Fix documentation of spi_alloc_master()Guenter Roeck
2015-08-31Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topi...Mark Brown
2015-08-31Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2015-08-26spi: check bits_per_word in spi_setupStefan Brüns
2015-08-21spi: Fall back to master maximum speed if no slave speed specifiedMark Brown
2015-07-24spi: support spi without dma channel to use can_dma()Leilk Liu
2015-07-07spi: expose spi_master and spi_device statistics via sysfsMartin Sperl
2015-07-07spi: Fix per-page mapping of unaligned vmalloc-ed bufferAndrew Gabbasov
2015-06-02spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMAMartin Sperl
2015-05-11spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl
2015-04-16spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong
2015-04-11Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-04-11Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'sp...Mark Brown
2015-04-11Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/t...Mark Brown
2015-04-11Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2015-04-07spi: Make master->handle_err() callback optional to avoid crashesGeert Uytterhoeven
2015-03-25spi: of: do explicitly request modules for of-registered devicesDmitry Torokhov
2015-03-18spi: trigger trace event for message-done before mesg->completeUwe Kleine-König
2015-03-16spi: Ensure that CS line is in non-active state after spi_setup()Ivan T. Ivanov
2015-03-08spi: Remove support for legacy PMLars-Peter Clausen
2015-03-06spi: introduce master->handle_err() callbackAndy Shevchenko
2015-02-08Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/to...Mark Brown
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topi...Mark Brown
2015-02-04spi: match var type to return type of wait_for_completionNicholas Mc Guire
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