summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw-pci.c
AgeCommit message (Expand)Author
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin
2021-11-16spi: dw: Add a symbols namespace for the core moduleSerge Semin
2020-10-08spi: dw: Add DWC SSI capabilitySerge Semin
2020-09-17spi: dw-pci: free previously allocated IRQs if desc->setup() failsJay Fang
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin
2020-05-06spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula
2020-05-06spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko
2019-10-22spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPIJarkko Nikula
2019-10-22spi: dw-pci: Add runtime power management supportRaymond Tan
2019-10-01SPI: designware: pci: Switch over to MSI interruptsFelipe Balbi
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown
2019-08-30spi: dw-pci: Add MODULE_DEVICE_TABLEJarkko Nikula
2019-08-23Merge branch 'spi-5.3' into spi-5.4Mark Brown
2019-08-12spi: dw-pci: Add support for Intel Elkhart Lake PSE SPIJarkko Nikula
2019-07-24spi: dw-pci: Use dev_get_drvdataChuhong Yuan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2016-05-11spi: dw-pci: Spelling s/paltforms/platforms/gGeert Uytterhoeven
2015-10-19spi: dw-pci: remove unused pdev member from struct dw_spi_pciAndy Shevchenko
2015-02-24spi: dw-pci: correct number of chip selectsAndy Shevchenko
2015-01-27spi: dw-mid: get a proper clock frequency for SPI2Andy Shevchenko
2015-01-07spi: dw-pci: describe Intel MID controllers betterAndy Shevchenko
2014-10-03Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown
2014-09-01spi: dw-pci: remove FSF address and update copyrightAndy Shevchenko
2014-09-01spi: dw-pci: provide platform specific data via driver_dataAndy Shevchenko
2014-09-01spi: dw-pci: convert to use dev_pm_opsAndy Shevchenko
2014-09-01spi: dw-pci: apply pci_bar and re-use pci_nameAndy Shevchenko
2014-09-01spi: dw-pci: move info message at the end of probeAndy Shevchenko
2014-08-27spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko
2014-01-23Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t...Mark Brown
2014-01-07spi: dw-pci: remove free for resources allocated with devm_*Wei Yongjun
2014-01-06spi: dw-pci: fix typoBaruch Siach
2013-12-31spi: dw: use managed resourcesBaruch Siach
2013-12-03spi: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-10-14spi: dw-pci: Use dev_info() instead of printk()Jingoo Han
2013-09-17spi: dw-pci: remove unnecessary pci_set_drvdata()Jingoo Han
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-04-10spi: use module_pci_driverAxel Lin
2012-03-09spi: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker
2011-06-06spi: reorganize driversGrant Likely