summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-6/+30
|\ \
| * | spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-6/+30
| |/
* | spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel2019-06-241-3/+1Star
* | spi: fix ctrl->num_chipselect constraintTudor Ambarus2019-06-201-5/+7
* | spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel2019-06-191-1/+1
* | spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy2019-06-181-5/+2Star
* | spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2019-06-171-2/+1Star
* | spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel2019-06-131-31/+72
* | spi: Use struct_size() helperGustavo A. R. Silva2019-06-101-2/+1Star
* | Merge branch 'spi-5.2' into spi-5.3Mark Brown2019-05-231-3/+8
|\ \
| * | spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu2019-05-231-1/+6
| * | spi: Fix Raspberry Pi breakageMark Brown2019-05-091-2/+2
| |/
* | spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl2019-05-131-0/+1
* | spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl2019-05-081-0/+8
* | spi: core: allow defining time that cs is deassertedMartin Sperl2019-05-081-10/+49
|/
* spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin2019-05-021-0/+5
* spi: Release spi_res after finalizing messageNoralf Trønnes2019-05-021-2/+2
* spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes2019-05-021-5/+0Star
* spi: Remove one needless transfer speed fall back caseJarkko Nikula2019-05-021-2/+0Star
* spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
* spi: kill useless initializer in spi_register_controller()Sergei Shtylyov2019-04-081-1/+1
* spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov2019-04-051-18/+19
* Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-051-0/+2
|\
| * spi: Add missing error handling for CS GPIOsGeert Uytterhoeven2019-04-041-0/+2
* | spi: export tracepoint symbols to modulesArnd Bergmann2019-03-211-0/+2
|/
* spi: Fix zero length xfer bugChris Lesiak2019-03-111-0/+2
* spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau2019-02-121-2/+3
* spi: support inter-word delay requirement for devicesJonas Bonn2019-01-311-0/+5
* spi: Support high CS when using descriptorsLinus Walleij2019-01-241-0/+5
* spi: Go back to immediate teardownMark Brown2019-01-231-89/+33Star
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-091-33/+89
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-091-10/+94
* spi: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-1/+1
* spi: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-031-2/+10
* spi: Fix formatting of header blockMark Brown2018-11-291-6/+4Star
* spi: Fix core transfer waits after slave supportMark Brown2018-11-161-3/+5
* spi: Deal with slaves that return from transfer_one() unfinishedLubomir Rintel2018-11-131-23/+39
* Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown2018-10-211-2/+5
|\
| * spi: make OF helper available for othersMarco Felsch2018-09-281-2/+5
* | Merge branch 'spi-4.20' into spi-nextMark Brown2018-10-211-12/+87
|\ \
| * | spi: Make GPIO CSs honour the SPI_NO_CS flagPhil Elwell2018-10-121-1/+3
| * | spi: Add driver_override SPI device attributeTrent Piepho2018-10-101-0/+51
| * | spi: switch to SPDX license identifierMarco Felsch2018-09-281-10/+1Star
| * | spi: always use software fallback for SPI_CS_WORD when using cs_gioDavid Lechner2018-09-181-2/+4
| * | spi: add software implementation for SPI_CS_WORDDavid Lechner2018-09-171-1/+30
| |/
* | spi: Fix double IDR allocation with DT aliasesGeert Uytterhoeven2018-08-281-11/+11
* | spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbersKirill Kapranov2018-08-151-0/+9
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1