aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2020-06-17spi: Fix controller unregister orderLukas Wunner
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-04spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean
2019-12-27spi: Catch improper use of PTP system timestamping APIVladimir Oltean
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren
2019-10-31spi: add power control when set_csLuhua Xu
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko
2019-10-18Merge tag 'v5.4-rc3' into spi-5.4Mark Brown
2019-10-18spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean
2019-10-15spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean
2019-08-08spi: Rename of_spi_register_master() functionLinus Walleij
2019-08-02spi: Reduce kthread priorityPeter Zijlstra
2019-08-01spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown
2019-06-24spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-20spi: fix ctrl->num_chipselect constraintTudor Ambarus
2019-06-19spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel
2019-06-18spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy
2019-06-17spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2019-06-13spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel
2019-06-10spi: Use struct_size() helperGustavo A. R. Silva
2019-05-23Merge branch 'spi-5.2' into spi-5.3Mark Brown
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson
2019-05-23spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu
2019-05-13spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl
2019-05-09spi: Fix Raspberry Pi breakageMark Brown
2019-05-08spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl
2019-05-08spi: core: allow defining time that cs is deassertedMartin Sperl
2019-05-02spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin