aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_scu_ipc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13platform/x86: intel_scu_ipc: make intel_scu_ipc_pdata_t constBhumika Goyal1-3/+3
2017-04-13platform/x86: intel_scu_ipc: Introduce intel_scu_ipc_raw_command()Andy Shevchenko1-0/+63
2017-04-13platform/x86: intel_scu_ipc: Introduce SCU_DEVICE() macroAndy Shevchenko1-15/+7
2017-04-13platform/x86: intel_scu_ipc: Remove redundant subarch checkAndy Shevchenko1-5/+0
2017-04-13platform/x86: intel_scu_ipc: Rearrange init sequenceAndy Shevchenko1-6/+8
2017-04-13platform/x86: intel_scu_ipc: Platform data is mandatoryAndy Shevchenko1-0/+2
2016-03-23platform/x86: Make intel_scu_ipc explicitly non-modularPaul Gortmaker1-31/+4
2015-10-15intel_scu_ipc: Protect dev member assignment on ->remove()Andy Shevchenko1-0/+3
2015-10-15intel_scu_ipc: Switch to use module_pci_driver() macroAndy Shevchenko1-17/+6
2015-10-15intel_scu_ipc: Convert to use struct device *Andy Shevchenko1-23/+18
2015-10-15intel_scu_ipc: Propagate pointer to struct intel_scu_ipc_devAndy Shevchenko1-60/+74
2015-10-15intel_scu_ipc: Fix error path by turning to devm_* / pcim_*Andy Shevchenko1-18/+8
2015-07-14intel_scu_ipc: move local memory initialization out of a mutexChristophe JAILLET1-3/+3
2015-01-28intel_scu_ipc: Read resources from PCI configurationAndy Shevchenko1-15/+6
2015-01-28intel_scu_ipc: move error check out of the loopAndy Shevchenko1-13/+12
2015-01-28intel_scu_ipc: fix indentation in few placesAndy Shevchenko1-17/+14
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-21ipc: add intel-mid's pci id macrosDavid Cohen1-4/+9
2014-01-21ipc: simplify platform data approachDavid Cohen1-44/+40
2013-11-20ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan1-3/+45
2013-11-20ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan1-3/+5
2013-11-20ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan1-0/+24
2013-11-20ipc: Added platform data structureKuppuswamy Sathyanarayanan1-8/+29
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2012-03-06x86/mid/scu_ipc: Remove Moorestown supportAlan Cox1-186/+22
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-08-05platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLEAxel Lin1-1/+1
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi1-1/+1
2011-01-31intel_scu_ipc: remove duplicated #includeHuang Weiyi1-1/+0
2011-01-26intel_scu_ipc: fix signedness bugAxel Lin1-4/+3
2011-01-07intel_scu_ipc: Utility driver for intel scu ipcSreedhara DS1-2/+2
2010-11-09x86/mrst: Add SFI platform device parsing codeFeng Tang1-0/+5
2010-10-21scu_ipc: Fix warning caused by include changesAlan Cox1-0/+1
2010-08-24intel_scu_ipc: fix IPC i2c write bugJianwei Yang1-1/+1
2010-08-03intel_scu_ipc: fix size field for intel_scu_ipc_commandHong Liu1-1/+1
2010-08-03intel_scu_ipc: return -EIO for error condition in busy_loopHong Liu1-1/+4
2010-08-03intel_scu_ipc: fix data packing of PMIC command on MoorestownHong Liu1-5/+6
2010-08-03Clean up command packing on MRST.Andy Ross1-18/+11
2010-08-03zero the stack buffer before giving random garbage to the SCUArjan van de Ven1-0/+2
2010-08-03Fix stack buffer size for IPC writev messagesArjan van de Ven1-2/+2
2010-08-03intel_scu_ipc: Use the new cpu identification functionAlan Cox1-12/+5
2010-08-03intel_scu_ipc: tidy up unused bitsSreedhara DS1-4/+0
2010-08-03Remove indirect read write api support.Sreedhara DS1-82/+0
2010-08-03intel_scu_ipc: Support Medfield processorsSreedhara DS1-20/+33
2010-08-03intel_scu_ipc: detect CPU type automaticallySreedhara DS1-7/+12
2010-07-19intel_scu_ipc: Oops/crash fixesSreedhara DS1-4/+8
2010-06-01intel_scu_ipc: Length fixAlan Cox1-1/+1
2010-05-17IPC driver for Intel Mobile Internet Device (MID) platformsSreedhara DS1-0/+829