summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-topcliff-pch.c
AgeCommit message (Expand)Author
2021-05-10spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang
2021-03-24spi: spi-topcliff-pch: Fix checkpatch spacing errorJay Fang
2020-09-21spi/topcliff-pch: drop double zeroingJulia Lawall
2020-07-28spi: spi-topcliff-pch: drop call to wakeup-disableVaibhav Gupta
2020-07-22spi: spi-topcliff-pch: use generic power managementVaibhav Gupta
2020-07-17spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data'Lee Jones
2019-12-09spi/topcliff-pch: Remove unneeded semicolonzhengbin
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-02Merge branch 'spi-5.1' into spi-linusMark Brown
2019-03-18spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2019-01-23spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing
2017-01-17spi/topcliff-pch: Delete an error message for a failed memory allocation in p...Markus Elfring
2017-01-17spi/topcliff-pch: Combine substrings for four messagesMarkus Elfring
2017-01-17spi/topcliff-pch: Improve size determinations in pch_spi_probe()Markus Elfring
2017-01-17spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()Markus Elfring
2017-01-17spi/topcliff-pch: Delete an unnecessary return statement in two functionsMarkus Elfring
2016-11-21spi: spi-topcliff-pch: Remove some dead codeChristophe JAILLET
2016-07-11spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2014-12-22spi: Remove FSF mailing addressesJarkko Nikula
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-07-31spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko
2014-07-16spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-04-29spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han
2014-03-30Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown
2014-03-25spi: topcliff-pch: Transform noisy message to dev_vdbgAlexander Stein
2014-03-24spi: topcliff-pch: Properly unregister platform devices on probe() error pathsAxel Lin
2014-02-27spi-topcliff-pch: Fix probing when DMA mode is usedAlexander Stein
2014-02-19spi/topcliff-pch: Fix DMA channelAlexander Stein
2014-02-19spi/topcliff-pch: Fix debug messageAlexander Stein
2014-02-14spi: topcliff-pch: Convert to use master->max_speed_hzAxel Lin
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown
2014-01-17spi: Remove duplicate code to set default bits_per_word settingAxel Lin
2013-12-03spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-10-25Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula
2013-09-24spi: spi-topcliff-pch: fix a pci_iomap() checkDan Carpenter
2013-08-13spi-topcliff-pch: Add MODULE_DEVICE_TABLEAlexander Stein
2013-06-26Merge remote-tracking branch 'spi/topic/topcliff' into spi-nextMark Brown
2013-06-26Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown
2013-06-04spi: spi-topcliff-pch: Fix sparse warningsSachin Kamat
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren
2013-05-22spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun
2013-05-20spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds