| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: dw: Put the driver entities naming in order | Serge Semin | 2021-11-16 | 1 | -30/+29 |
* | spi: dw: Add a symbols namespace for the core module | Serge Semin | 2021-11-16 | 1 | -0/+1 |
* | spi: dw: Add DWC SSI capability | Serge Semin | 2020-10-08 | 1 | -6/+0 |
* | spi: dw-pci: free previously allocated IRQs if desc->setup() fails | Jay Fang | 2020-09-17 | 1 | -7/+9 |
* | spi: dw: Cleanup generic DW DMA code namings | Serge Semin | 2020-05-29 | 1 | -2/+2 |
* | spi: dw: Move Non-DMA code to the DW PCIe-SPI driver | Serge Semin | 2020-05-29 | 1 | -3/+47 |
* | spi: dw: Add Elkhart Lake PSE DMA support | Jarkko Nikula | 2020-05-06 | 1 | -0/+1 |
* | spi: dw: Add 'mfld' suffix to Intel Medfield related routines | Andy Shevchenko | 2020-05-06 | 1 | -2/+2 |
* | spi: dw: Move interrupt.h to spi-dw.h who is user of it | Andy Shevchenko | 2020-05-06 | 1 | -1/+0 |
* | spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPI | Jarkko Nikula | 2019-10-22 | 1 | -1/+1 |
* | spi: dw-pci: Add runtime power management support | Raymond Tan | 2019-10-22 | 1 | -0/+9 |
* | SPI: designware: pci: Switch over to MSI interrupts | Felipe Balbi | 2019-10-01 | 1 | -2/+11 |
* | Merge branch 'spi-5.4' into spi-next | Mark Brown | 2019-09-15 | 1 | -4/+2 |
|\ |
|
| * | Merge branch 'spi-5.3' into spi-5.4 | Mark Brown | 2019-08-23 | 1 | -0/+13 |
| |\ |
|
| * | | spi: dw-pci: Use dev_get_drvdata | Chuhong Yuan | 2019-07-24 | 1 | -4/+2 |
* | | | spi: dw-pci: Add MODULE_DEVICE_TABLE | Jarkko Nikula | 2019-08-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | spi: dw-pci: Add support for Intel Elkhart Lake PSE SPI | Jarkko Nikula | 2019-08-12 | 1 | -0/+13 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | spi: dw-pci: Spelling s/paltforms/platforms/g | Geert Uytterhoeven | 2016-05-11 | 1 | -1/+1 |
* | spi: dw-pci: remove unused pdev member from struct dw_spi_pci | Andy Shevchenko | 2015-10-19 | 1 | -20/+9 |
* | spi: dw-pci: correct number of chip selects | Andy Shevchenko | 2015-02-24 | 1 | -2/+2 |
* | spi: dw-mid: get a proper clock frequency for SPI2 | Andy Shevchenko | 2015-01-27 | 1 | -3/+3 |
* | spi: dw-pci: describe Intel MID controllers better | Andy Shevchenko | 2015-01-07 | 1 | -8/+30 |
*-. | Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top... | Mark Brown | 2014-10-03 | 1 | -37/+30 |
|\ \ |
|
| | * | spi: dw-pci: remove FSF address and update copyright | Andy Shevchenko | 2014-09-01 | 1 | -5/+1 |
| | * | spi: dw-pci: provide platform specific data via driver_data | Andy Shevchenko | 2014-09-01 | 1 | -6/+14 |
| | * | spi: dw-pci: convert to use dev_pm_ops | Andy Shevchenko | 2014-09-01 | 1 | -22/+11 |
| | * | spi: dw-pci: apply pci_bar and re-use pci_name | Andy Shevchenko | 2014-09-01 | 1 | -1/+1 |
| | * | spi: dw-pci: move info message at the end of probe | Andy Shevchenko | 2014-09-01 | 1 | -3/+3 |
| |/ |
|
* / | spi: dw-pci: fix bug when regs left uninitialized | Andy Shevchenko | 2014-08-27 | 1 | -0/+2 |
|/ |
|
*-. | Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t... | Mark Brown | 2014-01-23 | 1 | -1/+1 |
|\ \ |
|
| | * | spi: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2013-12-03 | 1 | -1/+1 |
| |/ |
|
* | | spi: dw-pci: remove free for resources allocated with devm_* | Wei Yongjun | 2014-01-07 | 1 | -4/+0 |
* | | spi: dw-pci: fix typo | Baruch Siach | 2014-01-06 | 1 | -1/+2 |
* | | spi: dw: use managed resources | Baruch Siach | 2013-12-31 | 1 | -30/+10 |
|/ |
|
* | spi: dw-pci: Use dev_info() instead of printk() | Jingoo Han | 2013-10-14 | 1 | -1/+1 |
* | spi: dw-pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-09-17 | 1 | -1/+0 |
* | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -3/+3 |
* | spi: use module_pci_driver | Axel Lin | 2012-04-10 | 1 | -12/+1 |
* | spi: Convert to DEFINE_PCI_DEVICE_TABLE | Axel Lin | 2012-03-09 | 1 | -1/+1 |
* | spi: Add module.h to implicit users in drivers/spi | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | spi: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -0/+181 |