summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_scu_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* platform: x86: intel_scu_ipc: Replace mdelay with usleep_range in intel_scu_i...Jia-Ju Bai2018-04-231-2/+2
* platform/x86: intel_scu_ipc: make intel_scu_ipc_pdata_t constBhumika Goyal2017-08-131-3/+3
* platform/x86: intel_scu_ipc: Introduce intel_scu_ipc_raw_command()Andy Shevchenko2017-04-131-0/+63
* platform/x86: intel_scu_ipc: Introduce SCU_DEVICE() macroAndy Shevchenko2017-04-131-15/+7
* platform/x86: intel_scu_ipc: Remove redundant subarch checkAndy Shevchenko2017-04-131-5/+0
* platform/x86: intel_scu_ipc: Rearrange init sequenceAndy Shevchenko2017-04-131-6/+8
* platform/x86: intel_scu_ipc: Platform data is mandatoryAndy Shevchenko2017-04-131-0/+2
* platform/x86: Make intel_scu_ipc explicitly non-modularPaul Gortmaker2016-03-231-31/+4
* intel_scu_ipc: Protect dev member assignment on ->remove()Andy Shevchenko2015-10-151-0/+3
* intel_scu_ipc: Switch to use module_pci_driver() macroAndy Shevchenko2015-10-151-17/+6
* intel_scu_ipc: Convert to use struct device *Andy Shevchenko2015-10-151-23/+18
* intel_scu_ipc: Propagate pointer to struct intel_scu_ipc_devAndy Shevchenko2015-10-151-60/+74
* intel_scu_ipc: Fix error path by turning to devm_* / pcim_*Andy Shevchenko2015-10-151-18/+8
* intel_scu_ipc: move local memory initialization out of a mutexChristophe JAILLET2015-07-141-3/+3
* intel_scu_ipc: Read resources from PCI configurationAndy Shevchenko2015-01-281-15/+6
* intel_scu_ipc: move error check out of the loopAndy Shevchenko2015-01-281-13/+12
* intel_scu_ipc: fix indentation in few placesAndy Shevchenko2015-01-281-17/+14
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ipc: add intel-mid's pci id macrosDavid Cohen2014-01-211-4/+9
* ipc: simplify platform data approachDavid Cohen2014-01-211-44/+40
* ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan2013-11-201-3/+45
* ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan2013-11-201-3/+5
* ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan2013-11-201-0/+24
* ipc: Added platform data structureKuppuswamy Sathyanarayanan2013-11-201-8/+29
* intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-1/+1
* intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-1/+1
* x86/mid/scu_ipc: Remove Moorestown supportAlan Cox2012-03-061-186/+22
* driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+1
* x86: fix up files really needing to include module.hPaul Gortmaker2011-10-311-0/+1
* platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLEAxel Lin2011-08-051-1/+1
* platform-drivers: x86: fix common misspellingsLucas De Marchi2011-03-281-1/+1
* intel_scu_ipc: remove duplicated #includeHuang Weiyi2011-01-311-1/+0
* intel_scu_ipc: fix signedness bugAxel Lin2011-01-261-4/+3
* intel_scu_ipc: Utility driver for intel scu ipcSreedhara DS2011-01-071-2/+2
* x86/mrst: Add SFI platform device parsing codeFeng Tang2010-11-091-0/+5
* scu_ipc: Fix warning caused by include changesAlan Cox2010-10-211-0/+1
* intel_scu_ipc: fix IPC i2c write bugJianwei Yang2010-08-241-1/+1
* intel_scu_ipc: fix size field for intel_scu_ipc_commandHong Liu2010-08-031-1/+1
* intel_scu_ipc: return -EIO for error condition in busy_loopHong Liu2010-08-031-1/+4
* intel_scu_ipc: fix data packing of PMIC command on MoorestownHong Liu2010-08-031-5/+6
* Clean up command packing on MRST.Andy Ross2010-08-031-18/+11
* zero the stack buffer before giving random garbage to the SCUArjan van de Ven2010-08-031-0/+2
* Fix stack buffer size for IPC writev messagesArjan van de Ven2010-08-031-2/+2
* intel_scu_ipc: Use the new cpu identification functionAlan Cox2010-08-031-12/+5
* intel_scu_ipc: tidy up unused bitsSreedhara DS2010-08-031-4/+0
* Remove indirect read write api support.Sreedhara DS2010-08-031-82/+0
* intel_scu_ipc: Support Medfield processorsSreedhara DS2010-08-031-20/+33
* intel_scu_ipc: detect CPU type automaticallySreedhara DS2010-08-031-7/+12
* intel_scu_ipc: Oops/crash fixesSreedhara DS2010-07-191-4/+8
* intel_scu_ipc: Length fixAlan Cox2010-06-011-1/+1
OpenPOWER on IntegriCloud