summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2021-06-22 08:39:18 +0800
committerJassi Brar <jaswinder.singh@linaro.org>2021-06-26 12:05:21 -0500
commit96e39e95c01283ff5695dafe659df88ada802159 (patch)
tree7ed1410b0011d697c366feb69ae7af37c962bf92 /tools/perf/scripts/python/bin
parent2ef6123182face5df85e585dfddff1e013659ee9 (diff)
downloadkernel-96e39e95c01283ff5695dafe659df88ada802159.tar.gz
mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device
In adding APCS clock support for MSM8939, the second clock registration fails due to duplicate device name like below. [ 0.519657] sysfs: cannot create duplicate filename '/bus/platform/devices/qcom-apcs-msm8916-clk' ... [ 0.661158] qcom_apcs_ipc b111000.mailbox: failed to register APCS clk This is because MSM8939 has 3 APCS instances for Cluster0 (little cores), Cluster1 (big cores) and CCI (Cache Coherent Interconnect). Although only APCS of Cluster0 and Cluster1 have IPC bits, each of 3 APCS has A53PLL clock control bits. That said, 3 'qcom-apcs-msm8916-clk' devices need to be registered to instantiate all 3 clocks. Use PLATFORM_DEVID_AUTO rather than PLATFORM_DEVID_NONE for platform_device_register_data() call to fix the issue above. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
cachefs: bkey_ops.min_val_sizeKent Overstreet 2023-10-22bcachefs: Make reconstruct_alloc quieterKent Overstreet 2023-10-22bcachefs: Fragmentation LRUKent Overstreet 2023-10-22bcachefs: Use btree write buffer for LRU btreeKent Overstreet 2023-10-22bcachefs: Improve invalidate_one_bucket() error messagesKent Overstreet 2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet 2023-10-22bcachefs: Rework lru btreeKent Overstreet 2023-10-22bcachefs: Better inlining for bch2_alloc_to_v4_mutKent Overstreet 2023-10-22bcachefs: Check for lru entries with time=0Kent Overstreet 2023-10-22bcachefs: New btree helpersKent Overstreet 2023-10-22bcachefs: More errcode cleanupKent Overstreet 2023-10-22bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()Kent Overstreet 2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet 2023-10-22bcachefs: Printbuf reworkKent Overstreet 2023-10-22bcachefs: LRU repair tweaksKent Overstreet 2023-10-22bcachefs: Go RW before bch2_check_lrus()Kent Overstreet 2023-10-22bcachefs: Improve bch2_lru_delete() error messagesKent Overstreet 2023-10-22bcachefs: Ensure buckets have io_time[READ] setKent Overstreet 2023-10-22bcachefs: Use bch2_trans_inconsistent_on() in more placesKent Overstreet 2023-10-22bcachefs: Minor device removal fixesKent Overstreet 2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet 2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet 2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet 2023-10-22bcachefs: Fsck for need_discard & freespace btreesKent Overstreet 2023-10-22bcachefs: LRU btreeKent Overstreet