summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2019-02-12spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau
2019-01-30spi: support inter-word delay requirement for devicesJonas Bonn
2019-01-24spi: Support high CS when using descriptorsLinus Walleij
2019-01-23spi: Go back to immediate teardownMark Brown
2019-01-09spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl
2019-01-09spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij
2018-12-06spi: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-03spi: add support for octal mode I/O data transferYogesh Narayan Gaur
2018-11-29spi: Fix formatting of header blockMark Brown
2018-11-15spi: Fix core transfer waits after slave supportMark Brown
2018-11-13spi: Deal with slaves that return from transfer_one() unfinishedLubomir Rintel
2018-10-21Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown
2018-10-12spi: Make GPIO CSs honour the SPI_NO_CS flagPhil Elwell
2018-10-10spi: Add driver_override SPI device attributeTrent Piepho
2018-09-27spi: make OF helper available for othersMarco Felsch
2018-09-27spi: switch to SPDX license identifierMarco Felsch
2018-09-18spi: always use software fallback for SPI_CS_WORD when using cs_gioDavid Lechner
2018-09-17spi: add software implementation for SPI_CS_WORDDavid Lechner
2018-08-28spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven
2018-08-15spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-05-21spi: Add missing pm_runtime_put_noidle() after failed getTony Lindgren
2018-05-14spi: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon
2018-05-11spi: Make support for regular transfers optional when ->mem_ops != NULLBoris Brezillon
2018-04-26spi: Check presence the of ->transfer[_xxx]() before registering a controllerBoris Brezillon
2018-04-23spi: Add an helper to flush the message queueBoris Brezillon
2018-04-23spi: Expose spi_{map,unmap}_buf() for internal useBoris Brezillon
2018-04-02Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix...Mark Brown
2018-03-20spi: Fix unregistration of controller with fixed SPI bus numberJarkko Nikula
2018-03-02spi: Fix scatterlist elements size in spi_map_bufMaxime Chevallier
2017-11-10Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2017-11-03spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersLucas Stach
2017-10-31spi: document odd controller reference handlingJohan Hovold
2017-10-31spi: fix use-after-free at controller deregistrationJohan Hovold
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