summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2017-12-20 13:10:32 -0600
committerLinus Walleij <linus.walleij@linaro.org>2017-12-21 13:04:35 +0100
commit93ebe8636bb0d95e2e711f2a53abbb72a9d9cf8d (patch)
tree479035b14d57340c881bd7e0a2f0f26b09f3a367 /tools/perf/scripts/python/event_analyzing_sample.py
parent1ca2a92b2a99323f666f1b669b7484df4bda05e4 (diff)
downloadkernel-93ebe8636bb0d95e2e711f2a53abbb72a9d9cf8d.tar.gz
pinctrl: qcom: disable GPIO groups with no pins
pinctrl-msm only accepts an array of GPIOs from 0 to n-1, and it expects each group to support have only one pin (npins == 1). We can support "sparse" GPIO maps if we allow for some groups to have zero pins (npins == 0). These pins are "hidden" from the rest of the driver and gpiolib. Access to unavailable GPIOs is blocked via a request callback. If the requested GPIO is unavailable, -EACCES is returned, which prevents further access to that GPIO. Signed-off-by: Timur Tabi <timur@codeaurora.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
commit/drivers/accel/habanalabs?h=linux-6.6.y&id=72848de04bbac214f927ec2f7f4e16a20161c169'>habanalabs: check pad and reserved fields in ioctlsfarah kassabri 2023-01-26habanalabs: remove unnecessary (void*) conversionsXU pengfei 2023-01-26habanalabs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva 2023-01-26habanalabs: extend fatal messages to contain PCI infoMoti Haimovski 2023-01-26habanalabs/gaudi2: remove use of razwi info received from f/wDani Liberman 2023-01-26habanalabs: trace LBW reads/writesOhad Sharabi 2023-01-26habanalabs/gaudi2: fix log for sob value overflow/underflowCarmit Carmel 2023-01-26habanalabs: add set engines masks ASIC functionOhad Sharabi 2023-01-26habanalabs: protect access to dynamic mem 'user_mappings'Koby Elbaz 2023-01-26habanalabs: remove redundant memsetTom Rix 2023-01-26habanalabs: refactor razwi/page-fault information structuresKoby Elbaz 2023-01-26habanalabs/gaudi2: avoid reconfiguring the same PB registersKoby Elbaz 2023-01-26habanalabs/gaudi: allow device acquire while in debug modeOfir Bitton 2023-01-26habanalabs: move some prints to debug levelOded Gabbay 2023-01-26habanalabs: update f/w filesOded Gabbay 2023-01-26habanalabs/gaudi2: update f/w filesOded Gabbay 2023-01-26habanalabs/gaudi2: update asic register filesOded Gabbay 2023-01-26habanalabs: verify that kernel CB is destroyed only onceTomer Tayar 2023-01-26habanalabs: add uapi to flush inbound HBM transactionsOhad Sharabi 2023-01-26habanalabs: move driver to accel subsystemOded Gabbay