summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2019-05-31spi: Fix zero length xfer bugChris Lesiak
2018-09-29spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven
2018-09-29spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov
2018-08-03spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren
2018-04-24spi: Fix unregistration of controller with fixed SPI bus numberJarkko Nikula
2018-04-24spi: Fix scatterlist elements size in spi_map_bufMaxime Chevallier
2017-11-21spi: fix use-after-free at controller deregistrationJohan Hovold
2017-10-16spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersLucas Stach
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-09-04Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...Mark Brown
2017-08-17spi: Kernel coding style fixesSuniel Mahesh
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko
2017-07-19spi: Convert to using %pOF instead of full_nameRob Herring
2017-06-13spi: Generalize SPI "master" to "controller"Geert Uytterhoeven
2017-06-13Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel....Mark Brown
2017-05-26spi: core: Add support for registering SPI slave controllersGeert Uytterhoeven
2017-05-14spi: core: Replace S_IRUGO permissions by 0444Geert Uytterhoeven
2017-05-14spi: core: Fix devm_spi_register_master() function name in kerneldocGeert Uytterhoeven
2017-04-26Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into s...Mark Brown
2017-04-26Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/top...Mark Brown
2017-04-26Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2017-04-21spi: Add can_dma like interface for spi_flash_readVignesh R
2017-04-18spi: double time out toleranceHauke Mehrtens
2017-03-06spi: allow registering empty spi_board_info listsDmitry Torokhov
2017-03-06spi: allow attaching device properties to SPI board infoDmitry Torokhov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-02-20Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-02-19Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/t...Mark Brown
2017-02-19Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2017-02-07spi: acpi: Initialize modalias from of_compatibleDan O'Donovan
2017-01-31spi: fix device-node leaksJohan Hovold
2017-01-31spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz
2017-01-17spi: Use kcalloc() in spi_register_board_info()Markus Elfring
2016-12-15spi: core: Extract of_spi_parse_dt()Geert Uytterhoeven
2016-12-12Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/...Mark Brown
2016-12-12Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2016-12-12Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2016-11-22spi: use sg_next for walking through the allocated scatterlist tableJuan Gutierrez
2016-10-26spi: change post transfer udelay() to usleep_range() for long delaysDaniel Kurtz
2016-10-24spi: mark device nodes only in case of successful instantiationRalf Ramsauer
2016-10-21spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-11spi: Add Flag to Enable Slave Select with GPIO Chip Select.Thor Thayer
2016-09-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2016-09-06Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fi...Mark Brown
2016-09-03spi: Prevent unexpected SPI time out due to arithmetic overflowSien Wu
2016-08-17spi: Add support to handle kmap'd buffers in spi_map_buf()Vignesh R