aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-16/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown1-6/+30
2019-06-24spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel1-3/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-20spi: fix ctrl->num_chipselect constraintTudor Ambarus1-5/+7
2019-06-19spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel1-1/+1
2019-06-18spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy1-5/+2
2019-06-17spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko1-2/+1
2019-06-13spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel1-31/+72
2019-06-10spi: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-23Merge branch 'spi-5.2' into spi-5.3Mark Brown1-3/+8
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson1-6/+30
2019-05-23spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu1-1/+6
2019-05-13spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl1-0/+1
2019-05-09spi: Fix Raspberry Pi breakageMark Brown1-2/+2
2019-05-08spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl1-0/+8
2019-05-08spi: core: allow defining time that cs is deassertedMartin Sperl1-10/+49
2019-05-02spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin1-0/+5
2019-05-02spi: Release spi_res after finalizing messageNoralf Trønnes1-2/+2
2019-05-02spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes1-5/+0
2019-05-02spi: Remove one needless transfer speed fall back caseJarkko Nikula1-2/+0
2019-04-08spi: add a method for configuring CS timingSowjanya Komatineni1-0/+15
2019-04-08spi: kill useless initializer in spi_register_controller()Sergei Shtylyov1-1/+1
2019-04-05spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov1-18/+19
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown1-0/+2
2019-04-04spi: Add missing error handling for CS GPIOsGeert Uytterhoeven1-0/+2
2019-03-21spi: export tracepoint symbols to modulesArnd Bergmann1-0/+2
2019-03-11spi: Fix zero length xfer bugChris Lesiak1-0/+2
2019-02-12spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau1-2/+3
2019-01-30spi: support inter-word delay requirement for devicesJonas Bonn1-0/+5
2019-01-24spi: Support high CS when using descriptorsLinus Walleij1-0/+5
2019-01-23spi: Go back to immediate teardownMark Brown1-89/+33
2019-01-09spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl1-33/+89
2019-01-09spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij1-10/+94
2018-12-06spi: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-12-03spi: add support for octal mode I/O data transferYogesh Narayan Gaur1-2/+10
2018-11-29spi: Fix formatting of header blockMark Brown1-6/+4
2018-11-15spi: Fix core transfer waits after slave supportMark Brown1-3/+5
2018-11-13spi: Deal with slaves that return from transfer_one() unfinishedLubomir Rintel1-23/+39
2018-10-21Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown1-2/+5
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown1-12/+87
2018-10-12spi: Make GPIO CSs honour the SPI_NO_CS flagPhil Elwell1-1/+3
2018-10-10spi: Add driver_override SPI device attributeTrent Piepho1-0/+51
2018-09-27spi: make OF helper available for othersMarco Felsch1-2/+5
2018-09-27spi: switch to SPDX license identifierMarco Felsch1-10/+1
2018-09-18spi: always use software fallback for SPI_CS_WORD when using cs_gioDavid Lechner1-2/+4
2018-09-17spi: add software implementation for SPI_CS_WORDDavid Lechner1-1/+30
2018-08-28spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven1-11/+11