index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
intel_scu_ipc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
platform/x86: intel_scu_ipc: Fail IPC send if still busy
Stephen Boyd
1
-12
/
+28
2023-09-18
platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_c...
Stephen Boyd
1
-1
/
+0
2023-09-18
platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interr...
Stephen Boyd
1
-2
/
+4
2023-09-18
platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()
Stephen Boyd
1
-11
/
+8
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
2022-12-08
platform/x86: intel_scu_ipc: fix possible name leak in __intel_scu_ipc_regist...
Yang Yingliang
1
-1
/
+1
2021-10-11
platform/x86: intel_scu_ipc: Update timeout value in comment
Prashant Malani
1
-1
/
+1
2021-10-11
platform/x86: intel_scu_ipc: Increase virtual timeout to 10s
Prashant Malani
1
-1
/
+1
2021-10-11
platform/x86: intel_scu_ipc: Fix busy loop expiry time
Prashant Malani
1
-1
/
+1
2021-08-20
platform/x86: intel_scu_ipc: Fix doc of intel_scu_ipc_dev_command_with_size()
Andy Shevchenko
1
-1
/
+1
2021-02-11
platform/x86: intel_scu_ipc: Increase virtual timeout from 3 to 5 seconds
Casey Bowman
1
-1
/
+1
2020-04-24
platform/x86: intel_scu_ipc: Add managed function to register SCU IPC
Mika Westerberg
1
-0
/
+62
2020-04-24
platform/x86: intel_scu_ipc: Introduce new SCU IPC API
Mika Westerberg
1
-51
/
+179
2020-04-24
platform/x86: intel_scu_ipc: Log more information if SCU IPC command fails
Mika Westerberg
1
-6
/
+11
2020-04-24
platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
Mika Westerberg
1
-57
/
+115
2020-01-22
platform/x86: intel_scu_ipc: Reformat kernel-doc comments of exported functions
Mika Westerberg
1
-57
/
+55
2020-01-22
platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()
Mika Westerberg
1
-63
/
+0
2020-01-22
platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()
Mika Westerberg
1
-68
/
+0
2020-01-22
platform/x86: intel_scu_ipc: Drop unused macros
Mika Westerberg
1
-5
/
+1
2020-01-22
platform/x86: intel_scu_ipc: Sleeping is fine when polling
Mika Westerberg
1
-15
/
+14
2020-01-22
platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()
Mika Westerberg
1
-87
/
+3
2020-01-22
platform/x86: intel_scu_ipc: Remove Lincroft support
Mika Westerberg
1
-7
/
+0
2020-01-22
platform/x86: intel_scu_ipc: Add constants for register offsets
Mika Westerberg
1
-9
/
+11
2020-01-22
platform/x86: intel_scu_ipc: Fix interrupt support
Mika Westerberg
1
-13
/
+8
2018-09-27
platform/x86: intel_scu_ipc: Convert to use SPDX identifier
Andy Shevchenko
1
-6
/
+2
2018-09-27
platform/x86: intel_scu_ipc: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+5
2018-04-23
platform: x86: intel_scu_ipc: Replace mdelay with usleep_range in intel_scu_i...
Jia-Ju Bai
1
-2
/
+2
2017-08-13
platform/x86: intel_scu_ipc: make intel_scu_ipc_pdata_t const
Bhumika Goyal
1
-3
/
+3
2017-04-13
platform/x86: intel_scu_ipc: Introduce intel_scu_ipc_raw_command()
Andy Shevchenko
1
-0
/
+63
2017-04-13
platform/x86: intel_scu_ipc: Introduce SCU_DEVICE() macro
Andy Shevchenko
1
-15
/
+7
2017-04-13
platform/x86: intel_scu_ipc: Remove redundant subarch check
Andy Shevchenko
1
-5
/
+0
2017-04-13
platform/x86: intel_scu_ipc: Rearrange init sequence
Andy Shevchenko
1
-6
/
+8
2017-04-13
platform/x86: intel_scu_ipc: Platform data is mandatory
Andy Shevchenko
1
-0
/
+2
2016-03-23
platform/x86: Make intel_scu_ipc explicitly non-modular
Paul Gortmaker
1
-31
/
+4
2015-10-15
intel_scu_ipc: Protect dev member assignment on ->remove()
Andy Shevchenko
1
-0
/
+3
2015-10-15
intel_scu_ipc: Switch to use module_pci_driver() macro
Andy Shevchenko
1
-17
/
+6
2015-10-15
intel_scu_ipc: Convert to use struct device *
Andy Shevchenko
1
-23
/
+18
2015-10-15
intel_scu_ipc: Propagate pointer to struct intel_scu_ipc_dev
Andy Shevchenko
1
-60
/
+74
2015-10-15
intel_scu_ipc: Fix error path by turning to devm_* / pcim_*
Andy Shevchenko
1
-18
/
+8
2015-07-14
intel_scu_ipc: move local memory initialization out of a mutex
Christophe JAILLET
1
-3
/
+3
2015-01-28
intel_scu_ipc: Read resources from PCI configuration
Andy Shevchenko
1
-15
/
+6
2015-01-28
intel_scu_ipc: move error check out of the loop
Andy Shevchenko
1
-13
/
+12
2015-01-28
intel_scu_ipc: fix indentation in few places
Andy Shevchenko
1
-17
/
+14
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-01-21
ipc: add intel-mid's pci id macros
David Cohen
1
-4
/
+9
2014-01-21
ipc: simplify platform data approach
David Cohen
1
-44
/
+40
2013-11-20
ipc: Added support for IPC interrupt mode
Kuppuswamy Sathyanarayanan
1
-3
/
+45
2013-11-20
ipc: Handle error conditions in ipc command
Kuppuswamy Sathyanarayanan
1
-3
/
+5
2013-11-20
ipc: Enabled ipc support for additional intel platforms
Kuppuswamy Sathyanarayanan
1
-0
/
+24
2013-11-20
ipc: Added platform data structure
Kuppuswamy Sathyanarayanan
1
-8
/
+29
[next]