aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+30
2016-01-11Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/spidev' into spi-nextMark Brown1-0/+29
2016-01-11Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+1
2016-01-01ACPI / spi: attach GPIO IRQ from ACPI description to SPI deviceChristophe RICARD1-0/+3
2015-12-23spi: use to_spi_deviceGeliang Tang1-2/+1
2015-12-16Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-1/+1
2015-12-16spi: fix parent-device reference leakJohan Hovold1-1/+1
2015-12-01spi: Mark instantiated device nodes with OF_POPULATEGeert Uytterhoeven1-2/+17
2015-12-01spi: Uninline spi_unregister_device()Geert Uytterhoeven1-0/+14
2015-11-30Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linusMark Brown1-0/+1
2015-11-27spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl1-0/+1
2015-11-10spi: Add missing kerneldoc description for parameterThierry Reding1-0/+1
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-3/+4
2015-11-04Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown1-9/+93
2015-11-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-8/+15
2015-11-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-2/+2
2015-10-28spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis1-3/+4
2015-10-28spi: Setup the master controller driver before setting the chipselectFranklin S Cooper Jr1-2/+2
2015-10-24spi: fix kernel-doc warnings about missing return desc in spi.cJavier Martinez Canillas1-9/+32
2015-10-24Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-docMark Brown1-8/+76
2015-10-21spi: core: use gpio_is_valid() helperAndy Shevchenko1-1/+1
2015-10-16spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko1-3/+4
2015-10-12spi: Map SPI OF client IRQ at probe timeJon Hunter1-4/+10
2015-09-19spi: add transfer histogram statistics via sysfsMartin Sperl1-0/+61
2015-09-16Merge tag 'v4.3-rc1' into spi-fix-docMark Brown1-18/+217
2015-09-06spi: Fix documentation of spi_alloc_master()Guenter Roeck1-2/+1
2015-08-31Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topic/sh-msiof', 'spi/topic/spidev' and 'spi/topic/stats' into spi-nextMark Brown1-6/+178
2015-08-31Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-4/+18
2015-08-26spi: check bits_per_word in spi_setupStefan Brüns1-8/+19
2015-08-21spi: Fall back to master maximum speed if no slave speed specifiedMark Brown1-0/+2
2015-07-24spi: support spi without dma channel to use can_dma()Leilk Liu1-4/+18
2015-07-07spi: expose spi_master and spi_device statistics via sysfsMartin Sperl1-3/+165
2015-07-07spi: Fix per-page mapping of unaligned vmalloc-ed bufferAndrew Gabbasov1-3/+13
2015-06-02spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMAMartin Sperl1-12/+22
2015-05-11spi: fix race freeing dummy_tx/rx before it is unmappedMartin Sperl1-5/+6
2015-04-16spi: check tx_buf and rx_buf in spi_unmap_msgRobin Gong1-0/+9
2015-04-11Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/pl022', 'spi/topic/pm' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-114/+0
2015-04-11Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-nextMark Brown1-1/+1
2015-04-11Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-nextMark Brown1-0/+3
2015-04-11Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+2
2015-04-07spi: Make master->handle_err() callback optional to avoid crashesGeert Uytterhoeven1-1/+1
2015-03-25spi: of: do explicitly request modules for of-registered devicesDmitry Torokhov1-2/+0
2015-03-18spi: trigger trace event for message-done before mesg->completeUwe Kleine-König1-2/+3
2015-03-16spi: Ensure that CS line is in non-active state after spi_setup()Ivan T. Ivanov1-0/+2
2015-03-08spi: Remove support for legacy PMLars-Peter Clausen1-114/+0
2015-03-06spi: introduce master->handle_err() callbackAndy Shevchenko1-0/+3
2015-02-08Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/topic/inline', 'spi/topic/meson' and 'spi/topic/mxs' into spi-nextMark Brown1-21/+93
2015-02-08Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topic/fsl', 'spi/topic/fsl-dspi' and 'spi/topic/gpio' into spi-nextMark Brown1-4/+0
2015-02-04spi: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+1
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-4/+0