aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Merge branch 'spi-5.7' into spi-nextMark Brown1-21/+13
2020-03-12spi: acpi: remove superfluous parameter checkWolfram Sang1-1/+1
2020-03-11Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.7Mark Brown1-7/+2
2020-03-11spi: make spi-max-frequency optionalChuanhong Guo1-7/+2
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-17/+15
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean1-12/+7
2020-03-04spi: spi_register_controller(): free bus id on error pathsAaro Koskinen1-17/+15
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry1-1/+3
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown1-0/+24
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven1-0/+17
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-14/+8
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-14/+8
2019-12-27spi: Catch improper use of PTP system timestamping APIVladimir Oltean1-0/+7
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-30/+283
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren1-0/+9
2019-10-31spi: add power control when set_csLuhua Xu1-1/+14
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko1-2/+2
2019-10-18Merge tag 'v5.4-rc3' into spi-5.4Mark Brown1-23/+5
2019-10-18spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT1-9/+9
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean1-4/+5
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean1-1/+44
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean1-6/+10
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean1-3/+3
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean1-2/+22
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean1-21/+7
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean1-0/+51
2019-10-15spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean1-6/+5
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean1-0/+127
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-23/+5
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner1-4/+7
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean1-11/+12
2019-08-08spi: Rename of_spi_register_master() functionLinus Walleij1-3/+3
2019-08-02spi: Reduce kthread priorityPeter Zijlstra1-1/+1
2019-08-01spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven1-6/+5
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