aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-topcliff-pch.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11spi: topcliff-pch: switch to use modern nameYang Yingliang1-113/+113
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-2/+2
2023-03-06spi: topcliff-pch: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-20spi: topcliff-pch: Use core message validationMark Brown1-29/+1
2022-03-08spi: topcliff-pch: Prevent usage of potentially stale DMA deviceAndy Shevchenko1-2/+6
2022-02-23spi: add missing pci_dev_put() before returnWang Qing1-2/+5
2021-05-10spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang1-1/+3
2021-03-24spi: spi-topcliff-pch: Fix checkpatch spacing errorJay Fang1-1/+2
2020-09-21spi/topcliff-pch: drop double zeroingJulia Lawall1-2/+2
2020-07-28spi: spi-topcliff-pch: drop call to wakeup-disableVaibhav Gupta1-2/+0
2020-07-22spi: spi-topcliff-pch: use generic power managementVaibhav Gupta1-38/+13
2020-07-17spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data'Lee Jones1-2/+6
2019-12-09spi/topcliff-pch: Remove unneeded semicolonzhengbin1-2/+2
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean1-6/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-02Merge branch 'spi-5.1' into spi-linusMark Brown1-2/+13
2019-03-18spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki1-2/+13
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-01-23spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing1-0/+6
2017-01-17spi/topcliff-pch: Delete an error message for a failed memory allocation in p...Markus Elfring1-1/+0
2017-01-17spi/topcliff-pch: Combine substrings for four messagesMarkus Elfring1-9/+11
2017-01-17spi/topcliff-pch: Improve size determinations in pch_spi_probe()Markus Elfring1-2/+2
2017-01-17spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()Markus Elfring1-2/+2
2017-01-17spi/topcliff-pch: Delete an unnecessary return statement in two functionsMarkus Elfring1-2/+0
2016-11-21spi: spi-topcliff-pch: Remove some dead codeChristophe JAILLET1-12/+1
2016-07-11spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-23/+3
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-31spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-2/+2
2014-07-16spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-4/+4
2014-04-29spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-03-30Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown1-41/+6
2014-03-25spi: topcliff-pch: Transform noisy message to dev_vdbgAlexander Stein1-1/+1
2014-03-24spi: topcliff-pch: Properly unregister platform devices on probe() error pathsAxel Lin1-2/+3
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein1-5/+6
2014-02-19spi/topcliff-pch: Fix DMA channelAlexander Stein1-2/+2
2014-02-19spi/topcliff-pch: Fix debug messageAlexander Stein1-2/+1
2014-02-14spi: topcliff-pch: Convert to use master->max_speed_hzAxel Lin1-36/+1
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown1-1/+1
2014-01-17spi: Remove duplicate code to set default bits_per_word settingAxel Lin1-6/+0
2013-12-03spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-10-25Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown1-2/+2
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula1-6/+7
2013-09-24spi: spi-topcliff-pch: fix a pci_iomap() checkDan Carpenter1-2/+2
2013-08-13spi-topcliff-pch: Add MODULE_DEVICE_TABLEAlexander Stein1-0/+2
2013-06-26Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown1-4/+4
2013-06-26Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown1-16/+1
2013-06-04spi: spi-topcliff-pch: Fix sparse warningsSachin Kamat1-4/+4
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-16/+1
2013-05-22spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun1-0/+1
2013-05-20spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun1-6/+6
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun1-1/+3
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-6/+6
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds1-2/+0
2012-09-01spi: fix comment/printk typos in spiMasanari Iida1-1/+1
2012-08-27spi/topcliff-pch: Fix device remove functionGuenter Roeck1-2/+0
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely1-1/+0
2012-05-19spi/topcliff: use correct __devexit_p annotationArnd Bergmann1-1/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-29/+84
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+2
2012-03-09spi-topcliff-pch: add recovery processing in case wait-event timeoutTomoya MORINAGA1-1/+9
2012-03-09spi-topcliff-pch: supports a spi mode setup and bit order setup by IO controlTomoya MORINAGA1-0/+1
2012-03-09spi-topcliff-pch: Fix issue for transmitting over 4KByteTomoya MORINAGA1-11/+55
2012-03-09spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device infoTomoya MORINAGA1-1/+2
2012-03-09spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2012-03-09spi-topcliff-pch: fix -Wuninitialized warningDanny Kukawka1-16/+17
2012-02-05spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka1-3/+3
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-2/+2
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul1-2/+2
2011-10-29spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2011-10-29spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-1/+4
2011-10-04spi-topcliff-pch: Fix overrun issueTomoya MORINAGA1-5/+23
2011-10-04spi-topcliff-pch: Add recovery processing in case FIFO overrun error occursTomoya MORINAGA1-7/+24
2011-10-04spi-topcliff-pch: Fix CPU read complete condition issueTomoya MORINAGA1-8/+11
2011-10-04spi-topcliff-pch: Fix SSN Control issueTomoya MORINAGA1-7/+3
2011-10-04spi-topcliff-pch: add tx-memory clear after complete transmittingTomoya MORINAGA1-0/+5
2011-06-16spi/topcliff-pch: Support new device ML7223 IOHTomoya MORINAGA1-1/+4
2011-06-08spi/topcliff_pch: DMA supportTomoya MORINAGA1-106/+488
2011-06-08spi/topcliff_pch: support new device ML7213 IOHTomoya MORINAGA1-279/+308
2011-06-06spi: reorganize driversGrant Likely1-0/+1303