summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBrian Masney <bmasney@redhat.com>2025-07-10 11:20:26 -0400
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2025-08-03 02:57:05 +0200
commitb574acb3cf7591d2513a9f29f8c2021ad55fb881 (patch)
treec587c0c79759e3e2b4df888c3d3b8890d14962d1 /tools/perf/scripts/python
parent906726a5efeefe0ef0103ccff5312a09080c04ae (diff)
downloadkernel-b574acb3cf7591d2513a9f29f8c2021ad55fb881.tar.gz
rtc: rv3028: fix incorrect maximum clock rate handling
When rv3028_clkout_round_rate() is called with a requested rate higher than the highest supported rate, it currently returns 0, which disables the clock. According to the clk API, round_rate() should instead return the highest supported rate. Update the function to return the maximum supported rate in this case. Fixes: f583c341a515f ("rtc: rv3028: add clkout support") Signed-off-by: Brian Masney <bmasney@redhat.com> Link: https://lore.kernel.org/r/20250710-rtc-clk-round-rate-v1-6-33140bb2278e@redhat.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
t.c?id=074a8c0db255e79960593122b5458c9a9c0551fa'>ath9k: add support for Tx and Rx STBCFelix Fietkau 2010-04-20ath9k: initialize the number of tx/rx streams correctlyFelix Fietkau 2010-04-16ath9k: add LDPC supportLuis R. Rodriguez 2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan 2010-04-16ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez 2010-04-16ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez 2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-23ath9k_hw: fix hardware deinitSujith 2010-02-09ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k.Vivek Natarajan 2010-02-02ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez 2010-01-25ath9k: improve max rate retry handlingFelix Fietkau 2010-01-14ath9k: Fix panic on driver loadSujith 2010-01-12ath9k: Cleanup init/deinit routinesSujith 2010-01-12ath9k: Add new file init.cSujith