summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/intel_scu_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_regist...Yang Yingliang2022-12-311-1/+1
* platform/x86: intel_scu_ipc: Update timeout value in commentPrashant Malani2021-10-111-1/+1
* platform/x86: intel_scu_ipc: Increase virtual timeout to 10sPrashant Malani2021-10-111-1/+1
* platform/x86: intel_scu_ipc: Fix busy loop expiry timePrashant Malani2021-10-111-1/+1
* platform/x86: intel_scu_ipc: Fix doc of intel_scu_ipc_dev_command_with_size()Andy Shevchenko2021-08-201-1/+1
* platform/x86: intel_scu_ipc: Increase virtual timeout from 3 to 5 secondsCasey Bowman2021-02-111-1/+1
* platform/x86: intel_scu_ipc: Add managed function to register SCU IPCMika Westerberg2020-04-241-0/+62
* platform/x86: intel_scu_ipc: Introduce new SCU IPC APIMika Westerberg2020-04-241-51/+179
* platform/x86: intel_scu_ipc: Log more information if SCU IPC command failsMika Westerberg2020-04-241-6/+11
* platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driverMika Westerberg2020-04-241-57/+115
* platform/x86: intel_scu_ipc: Reformat kernel-doc comments of exported functionsMika Westerberg2020-01-221-57/+55
* platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()Mika Westerberg2020-01-221-63/+0
* platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()Mika Westerberg2020-01-221-68/+0
* platform/x86: intel_scu_ipc: Drop unused macrosMika Westerberg2020-01-221-5/+1
* platform/x86: intel_scu_ipc: Sleeping is fine when pollingMika Westerberg2020-01-221-15/+14
* platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()Mika Westerberg2020-01-221-87/+3
* platform/x86: intel_scu_ipc: Remove Lincroft supportMika Westerberg2020-01-221-7/+0
* platform/x86: intel_scu_ipc: Add constants for register offsetsMika Westerberg2020-01-221-9/+11
* platform/x86: intel_scu_ipc: Fix interrupt supportMika Westerberg2020-01-221-13/+8
* platform/x86: intel_scu_ipc: Convert to use SPDX identifierAndy Shevchenko2018-09-271-6/+2
* platform/x86: intel_scu_ipc: Sort headers alphabeticallyAndy Shevchenko2018-09-271-3/+5
* 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