summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2016-02-17spi: core: Use %zu for printing 'size_t' typeFabio Estevam
2016-02-15spi: core: Staticize __spi_split_transfer_maxsize()Fabio Estevam
2016-02-12spi: checking for NULL instead of IS_ERRDan Carpenter
2016-02-09spi: introduce accelerated read support for spi flash devicesVignesh R
2016-02-09spi: core: add spi_split_transfers_maxsizeMartin Sperl
2016-02-09spi: core: add spi_replace_transfers methodMartin Sperl
2016-02-09spi: core: added spi_resource managementMartin Sperl
2016-02-09spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg
2016-01-13Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2016-01-11Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/...Mark Brown
2016-01-11Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2016-01-01ACPI / spi: attach GPIO IRQ from ACPI description to SPI deviceChristophe RICARD
2015-12-23spi: use to_spi_deviceGeliang Tang
2015-12-16Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2015-12-16spi: fix parent-device reference leakJohan Hovold
2015-12-01spi: Mark instantiated device nodes with OF_POPULATEGeert Uytterhoeven
2015-12-01spi: Uninline spi_unregister_device()Geert Uytterhoeven
2015-11-30Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/med...Mark Brown
2015-11-27spi: bugfix: spi_message.transfer_length does not get resetMartin Sperl
2015-11-10spi: Add missing kerneldoc description for parameterThierry Reding
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-11-04Merge remote-tracking branch 'spi/topic/doc' into spi-nextMark Brown
2015-11-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2015-11-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2015-10-28spi: Add THIS_MODULE to spi_driver in SPI coreAndrew F. Davis
2015-10-28spi: Setup the master controller driver before setting the chipselectFranklin S Cooper Jr
2015-10-24spi: fix kernel-doc warnings about missing return desc in spi.cJavier Martinez Canillas
2015-10-24Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm...Mark Brown
2015-10-21spi: core: use gpio_is_valid() helperAndy Shevchenko
2015-10-16spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko
2015-10-12spi: Map SPI OF client IRQ at probe timeJon Hunter
2015-09-19spi: add transfer histogram statistics via sysfsMartin Sperl
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