aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2017-06-25 07:02:22 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-25 09:05:26 -0300
commit8982735f8dd02096b75255e3c0a0df28aeaa9955 (patch)
treee31270bfb9e69471dcd5e4d6a0a67edfddd6126b /tools/perf/scripts/python/bin/stackcollapse-record
parentmedia: ddbridge: dev_* logging fixup (diff)
downloadlinux-8982735f8dd02096b75255e3c0a0df28aeaa9955.tar.gz
linux-8982735f8dd02096b75255e3c0a0df28aeaa9955.zip
media: dvb-frontends/cxd2841er: require STATE_ACTIVE_* for agc readout
When the demod driver puts the demod into sleep or shutdown state and it's status is then polled e.g. via "dvb-fe-tool -m", i2c errors are printed to the kernel log. If the last delsys was DVB-T/T2: cxd2841er: i2c wr failed=-5 addr=6c reg=00 len=1 cxd2841er: i2c rd failed=-5 addr=6c reg=26 and if it was DVB-C: cxd2841er: i2c wr failed=-5 addr=6c reg=00 len=1 cxd2841er: i2c rd failed=-5 addr=6c reg=49 This happens when read_status unconditionally calls into the read_signal_strength() function which triggers the read_agc_gain_*() functions, where these registered are polled. This isn't a critical thing since when the demod is active again, no more such errors are logged, however this might make users suspecting defects. Fix this by requiring STATE_ACTIVE_* in priv->state. If it isn't in any active state, additionally set the strength scale to NOT_AVAILABLE. Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
d0aa5078b6d06da33&follow=1'>nfp: reuse ring helpers on .ndo_open() pathJakub Kicinski1-40/+20 2016-11-04nfp: rename ring allocation helpersJakub Kicinski1-13/+13 2016-11-04nfp: centralize runtime reconfiguration logicJakub Kicinski3-119/+118 2016-11-04nfp: add support for ethtool .get_channelsJakub Kicinski1-0/+16 2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas6-510/+755 2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas3-21/+43 2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas2-10/+27 2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas4-19/+119 2016-11-04amd-xgbe: Add support for clause 37 auto-negotiationLendacky, Thomas3-8/+286 2016-11-04amd-xgbe: Prepare for introduction of clause 37 autonegLendacky, Thomas4-85/+176 2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas8-660/+1140 2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas2-139/+434 2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas2-17/+41 2016-11-04amd-xgbe: Fix formatting of PCS register dumpLendacky, Thomas1-12/+12 2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti31-40/+89 2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti8-3/+111 2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti3-1/+25 2016-11-04net: dsa: mv88e6xxx: setup port's MACVivien Didelot1-80/+60 2016-11-04net: dsa: mv88e6xxx: add port's MAC speed setterVivien Didelot4-12/+189 2016-11-04net: dsa: mv88e6xxx: add port's RGMII delay setterVivien Didelot4-0/+73 2016-11-04net: dsa: mv88e6xxx: add port duplex setterVivien Didelot4-0/+64 2016-11-04net: dsa: mv88e6xxx: add port link setterVivien Didelot4-0/+70 2016-11-04net: dsa: mv88e6xxx: add port 802.1Q mode setterVivien Didelot3-31/+37 2016-11-04net: dsa: mv88e6xxx: add port PVID accessorsVivien Didelot3-47/+45 2016-11-04net: dsa: mv88e6xxx: add port FID accessorsVivien Didelot3-73/+74 2016-11-04net: dsa: mv88e6xxx: add port vlan map setterVivien Didelot3-12/+29 2016-11-04net: dsa: mv88e6xxx: add port state setterVivien Didelot3-45/+37 2016-11-04net: dsa: mv88e6xxx: add port filesVivien Didelot4-16/+57 2016-11-03net/sched: cls_flower: Support matching on SCTP portsSimon Horman2-0/+24 2016-11-03mlxsw: pci: Fix the FW ready mask lengthElad Raz1-1/+1 2016-11-03ipv6: on reassembly, record frag_max_sizeWillem de Bruijn1-1/+6 2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn4-2/+17 2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn3-0/+28