summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-topcliff-pch.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: topcliff-pch: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: topcliff-pch: Use core message validationMark Brown2022-06-201-29/+1
* spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko2022-03-081-2/+6
* spi: add missing pci_dev_put() before returnWang Qing2022-02-231-2/+5
* spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-05-101-1/+3
* spi: spi-topcliff-pch: Fix checkpatch spacing errorJay Fang2021-03-241-1/+2
* spi/topcliff-pch: drop double zeroingJulia Lawall2020-09-211-2/+2
* spi: spi-topcliff-pch: drop call to wakeup-disableVaibhav Gupta2020-07-281-2/+0
* spi: spi-topcliff-pch: use generic power managementVaibhav Gupta2020-07-221-38/+13
* spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data'Lee Jones2020-07-171-2/+6
* spi/topcliff-pch: Remove unneeded semicolonzhengbin2019-12-091-2/+2
* spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-151-6/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* Merge branch 'spi-5.1' into spi-linusMark Brown2019-05-021-2/+13
|\
| * spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki2019-03-181-2/+13
* | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-1/+0
|\ \ | |/ |/|
| * PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-1/+0
* | spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2019-01-231-0/+6
|/
* spi/topcliff-pch: Delete an error message for a failed memory allocation in p...Markus Elfring2017-01-171-1/+0
* spi/topcliff-pch: Combine substrings for four messagesMarkus Elfring2017-01-171-9/+11
* spi/topcliff-pch: Improve size determinations in pch_spi_probe()Markus Elfring2017-01-171-2/+2
* spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()Markus Elfring2017-01-171-2/+2
* spi/topcliff-pch: Delete an unnecessary return statement in two functionsMarkus Elfring2017-01-171-2/+0
* spi: spi-topcliff-pch: Remove some dead codeChristophe JAILLET2016-11-211-12/+1
* spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-111-23/+3
* spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-4/+0
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko2014-07-311-2/+2
* spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2014-07-161-4/+4
* spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han2014-04-291-4/+1
*-. Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown2014-03-301-41/+6
|\ \
| | * spi: topcliff-pch: Transform noisy message to dev_vdbgAlexander Stein2014-03-251-1/+1
| | * spi: topcliff-pch: Properly unregister platform devices on probe() error pathsAxel Lin2014-03-241-2/+3
| | * spi/topcliff-pch: Fix debug messageAlexander Stein2014-02-191-2/+1
| | * spi: topcliff-pch: Convert to use master->max_speed_hzAxel Lin2014-02-141-36/+1
| |/
* | spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein2014-02-271-5/+6
* | spi/topcliff-pch: Fix DMA channelAlexander Stein2014-02-191-2/+2
|/
*-. Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown2014-01-231-1/+1
|\ \
| | * spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
| |/
* / spi: Remove duplicate code to set default bits_per_word settingAxel Lin2014-01-171-6/+0
|/
* Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown2013-10-251-2/+2
|\
| * spi: spi-topcliff-pch: fix a pci_iomap() checkDan Carpenter2013-09-241-2/+2
* | spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula2013-10-161-6/+7
|/
* spi-topcliff-pch: Add MODULE_DEVICE_TABLEAlexander Stein2013-08-131-0/+2
* Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown2013-06-261-4/+4
|\
| * spi: spi-topcliff-pch: Fix sparse warningsSachin Kamat2013-06-041-4/+4
* | Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown2013-06-261-16/+1
|\ \
| * | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-16/+1
| |/
* | spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun2013-05-221-0/+1