commit | 2c36616dd2b264cff6fde65c4ebea18ecd4fbc15 | [log] [tgz] |
---|---|---|
author | Aditya Bhutada <aditya.bhutada@intel.com> | Mon Apr 14 14:14:57 2025 -0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 17 00:57:28 2025 +0200 |
tree | 6b47a19befaa4ff16431d95a55d87e667d9fb05e | |
parent | 9cadc8cbec34cefd6e550c50a5b3da1d02225f91 [diff] |
drivers: espi: espi_mchp_xec: Fix the VW change check time Adjusted the VW change check timings: - Polling time changed from 100 uSec to 1 uSec. - Timeout value changed from 10 mSec to 1 mSec. This is to achieve the lowest possible pulse width for SCI VW in S0, while ensuring that the VW change check is still reliable for S0iX where SoC may take longer to process upstream events. Also added -ETIMEDOUT error when failure. Signed-off-by: Aditya Bhutada <aditya.bhutada@intel.com>