summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2021-06-03 08:42:46 +0300
committerMark Brown <broonie@kernel.org>2021-06-21 13:08:51 +0100
commite7bf1fa58c46db9f72220c4472272d6da0a54c91 (patch)
tree36066f6444a3ceff363aca53f25ccf8bdd72c581 /tools/perf/scripts/python/net_dropmonitor.py
parent627793e4ca4f511837de893545baf0e1b8174dc2 (diff)
downloadkernel-e7bf1fa58c46db9f72220c4472272d6da0a54c91.tar.gz
regulator: bd9576: Support error reporting
BD9573 and BD9576 support set of "protection" interrupts for "fatal" issues. Those lead to SOC reset as PMIC shuts the power outputs. Thus there is no relevant IRQ handling for them. Few "detection" interrupts were added to the BD9576 with the idea that SOC could take some recovery-action before error gets unrecoverable. Add support for over and under voltage detection for Vout1 ... Vout4 and VoutL1. Add over-current detection for VoutS1 and finally a thermal warning (common for all regulators) which alerts 30 C before temperature reaches the thermal shutdown point. This way consumer drivers can build error-recovery mechanisms. Unfortunately the BD9576 interrupt logic was not re-evaluated. IRQs are not designed to be properly acknowleged - and IRQ line is kept active for whole duration of error condition (in comparison to informing only about state change). Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Link: https://lore.kernel.org/r/05c4f7a8e30ef1d4d5f3ceab07da4ebe68f5b4ed.1622628334.git.matti.vaittinen@fi.rohmeurope.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
6.6.y&id=2ec2b2103828ddfb0b6fbdd9ada95f584f93549c'>staging: r8188eu: SupportICType is always ODM_RTL8188EMartin Kaiser 2021-09-20staging: r8188eu: Remove mp, a.k.a. manufacturing process, codeLarry Finger 2021-09-20staging: r8188eu: remove ODM_DIG_LowerBound_88E()Michael Straube 2021-08-27staging: r8188eu: remove ODM_DynamicPrimaryCCA_DupRTS()Michael Straube 2021-08-27staging: r8188eu: rename fields of struct dyn_primary_ccaMichael Straube 2021-08-17staging: r8188eu: clean up spacing style issues in hal dir, part 2Michael Straube 2021-08-11staging: r8188eu: Replace BITn with BIT(n)Larry Finger 2021-08-10staging: r8188eu: remove unnecessary parentheses in hal dirMichael Straube 2021-08-05staging: r8188eu: remove empty function odm_DynamicPrimaryCCA()Michael Straube 2021-08-05staging: r8188eu: remove return from void functionsMichael Straube 2021-07-31staging: r8188eu: remove ODM_RT_TRACE calls from hal/odm_RTL8188E.cPhillip Potter 2021-07-30staging: r8188eu: fix include directory messGreg Kroah-Hartman 2021-07-30staging: r8188eu: Convert copyright header info to SPDX format, part 6Larry Finger 2021-07-28staging: r8188eu: introduce new hal dir for RTL8188eu driverPhillip Potter