summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-151-4/+5
* spi: implement SW control for CS timesAlexandru Ardelean2019-10-151-1/+44
* spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean2019-10-151-6/+10
* spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2019-10-151-3/+3
* spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-151-2/+22
* spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-151-21/+7
* spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2019-10-151-0/+51
* spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean2019-10-151-6/+5
* spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-071-0/+127
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-23/+5
|\
| * drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-301-7/+1
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-16/+4
* | spi: Guarantee cacheline alignment of driver-private dataLukas Wunner2019-09-111-4/+7
* | spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean2019-09-051-11/+12
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-021-1/+1
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
|/
* 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/+1
* | 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/+2
* | spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2019-06-171-2/+1
* | 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/+1
* | 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/+0
* spi: Remove one needless transfer speed fall back caseJarkko Nikula2019-05-021-2/+0
* 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-301-0/+5
* spi: Support high CS when using descriptorsLinus Walleij2019-01-241-0/+5
* spi: Go back to immediate teardownMark Brown2019-01-231-89/+33
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-091-33/+89