aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+32
2017-09-04Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topic/ep93xx' and 'spi/topic/falcon' into spi-nextMark Brown1-16/+11
2017-08-17spi: Kernel coding style fixesSuniel Mahesh1-17/+12
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh1-15/+56
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov1-5/+5
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner1-0/+32
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko1-2/+1
2017-07-19spi: Convert to using %pOF instead of full_nameRob Herring1-16/+11
2017-06-13spi: Generalize SPI "master" to "controller"Geert Uytterhoeven1-539/+542
2017-06-13Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-masterMark Brown1-25/+156
2017-05-26spi: core: Add support for registering SPI slave controllersGeert Uytterhoeven1-24/+155
2017-05-14spi: core: Replace S_IRUGO permissions by 0444Geert Uytterhoeven1-2/+2
2017-05-14spi: core: Fix devm_spi_register_master() function name in kerneldocGeert Uytterhoeven1-1/+1
2017-04-26Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-nextMark Brown1-1/+1
2017-04-26Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-nextMark Brown1-5/+29
2017-04-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-1/+1
2017-04-21spi: Add can_dma like interface for spi_flash_readVignesh R1-1/+1
2017-04-18spi: double time out toleranceHauke Mehrtens1-1/+1
2017-03-06spi: allow registering empty spi_board_info listsDmitry Torokhov1-1/+1
2017-03-06spi: allow attaching device properties to SPI board infoDmitry Torokhov1-4/+28
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-20Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2017-02-19Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-nextMark Brown1-24/+36
2017-02-19Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-4/+4
2017-02-07spi: acpi: Initialize modalias from of_compatibleDan O'Donovan1-1/+3
2017-01-31spi: fix device-node leaksJohan Hovold1-2/+6
2017-01-31spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz1-4/+4
2017-01-17spi: Use kcalloc() in spi_register_board_info()Markus Elfring1-1/+1
2016-12-15spi: core: Extract of_spi_parse_dt()Geert Uytterhoeven1-24/+36
2016-12-12Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-nextMark Brown1-2/+8
2016-12-12Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-2/+5
2016-12-12Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+7
2016-11-22spi: use sg_next for walking through the allocated scatterlist tableJuan Gutierrez1-2/+5
2016-10-26spi: change post transfer udelay() to usleep_range() for long delaysDaniel Kurtz1-2/+8
2016-10-24spi: mark device nodes only in case of successful instantiationRalf Ramsauer1-1/+4
2016-10-21spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer1-2/+7
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-9/+9
2016-10-11spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer1-2/+7
2016-09-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-3/+14
2016-09-06Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linusMark Brown1-2/+8
2016-09-03spi: Prevent unexpected SPI time out due to arithmetic overflowSien Wu1-2/+6
2016-08-17spi: Add support to handle kmap'd buffers in spi_map_buf()Vignesh R1-3/+14
2016-08-09spi: Drop io_mutex in error pathsMark Brown1-0/+2
2016-07-27Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-20/+46
2016-07-25spi: Split bus and I/O lockingMark Brown1-20/+18
2016-07-08spi / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila1-7/+93
2016-06-08spi: Add DMA support for spi_flash_read()Vignesh R1-0/+28
2016-05-23Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+5
2016-05-04spi: Fix simple typo s/impelment/implementMoritz Fischer1-1/+1
2016-04-25spi: return error if kmap'd buffers passed to spi_map_buf()Vignesh R1-1/+3