summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2018-07-02 11:21:19 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-31 12:56:43 +0300
commit6edc22fc9cbb80fdf929df3e5b912d8c42e0ff3a (patch)
tree3f3ec64a8da7adc5301f677012b3638660d698d7 /firmware
parentb5c7cccaacdfa8d707da3e65970b15070f56df5e (diff)
downloadlinux-6edc22fc9cbb80fdf929df3e5b912d8c42e0ff3a.tar.xz
macintosh/via-pmu: Disambiguate interrupt statistics
Some of the event counters are overloaded which makes it very difficult to interpret their values. Counter 0 is supposed to report CB1 interrupts but it can also count PMU_INT_WAITING_CHARGER events. Counter 1 is supposed to report GPIO interrupts but it can also count other events (depending upon the value of the PMU_INT_ADB bit). Disambiguate these statistics with dedicated counters for GPIO and CB1 interrupts. Comments in the MkLinux source code say that the type 0 and type 1 interrupts are model-specific. Label them as "unknown". This change to the contents of /proc/pmu/interrupts is by necessity visible in userland. However, packages which interact with the PMU (that is, pbbuttonsd, pmac-utils and pmud) don't open this file. AFAIK, user software has no need to poll these counters. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions