aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAge
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-17
|\
| * drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-30
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-30
* | spi: Guarantee cacheline alignment of driver-private dataLukas Wunner2019-09-11
* | spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean2019-09-05
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-08
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-02
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-01
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-23
* | Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-04
|\ \
| * | spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-23
| |/
* | spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel2019-06-24
* | spi: fix ctrl->num_chipselect constraintTudor Ambarus2019-06-20
* | spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel2019-06-19
* | spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy2019-06-18
* | spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2019-06-17
* | spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel2019-06-13
* | spi: Use struct_size() helperGustavo A. R. Silva2019-06-10
* | Merge branch 'spi-5.2' into spi-5.3Mark Brown2019-05-23
|\ \
| * | spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu2019-05-23
| * | spi: Fix Raspberry Pi breakageMark Brown2019-05-08
| |/
* | spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl2019-05-13
* | spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl2019-05-08
* | spi: core: allow defining time that cs is deassertedMartin Sperl2019-05-08
|/
* spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin2019-05-01
* spi: Release spi_res after finalizing messageNoralf Trønnes2019-05-01
* spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes2019-05-01
* spi: Remove one needless transfer speed fall back caseJarkko Nikula2019-05-01
* spi: add a method for configuring CS timingSowjanya Komatineni2019-04-08
* spi: kill useless initializer in spi_register_controller()Sergei Shtylyov2019-04-08
* spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov2019-04-04
* Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-04
|\
| * spi: Add missing error handling for CS GPIOsGeert Uytterhoeven2019-04-04
* | spi: export tracepoint symbols to modulesArnd Bergmann2019-03-21
|/
* spi: Fix zero length xfer bugChris Lesiak2019-03-11
* spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau2019-02-12
* spi: support inter-word delay requirement for devicesJonas Bonn2019-01-30
* spi: Support high CS when using descriptorsLinus Walleij2019-01-24
* spi: Go back to immediate teardownMark Brown2019-01-23
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-09
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-09
* spi: Use of_node_name_eq for node name comparisonsRob Herring2018-12-06
* spi: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-03
* spi: Fix formatting of header blockMark Brown2018-11-29
* spi: Fix core transfer waits after slave supportMark Brown2018-11-15
* spi: Deal with slaves that return from transfer_one() unfinishedLubomir Rintel2018-11-13
* Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown2018-10-21
|\
| * spi: make OF helper available for othersMarco Felsch2018-09-27
* | Merge branch 'spi-4.20' into spi-nextMark Brown2018-10-21
|\ \