mbox series

[RESEND,0/5] clk: A few bugfixes/enhancements for CCF

Message ID 20230818-clk-fix-v1-0-49ec18f820bf@outlook.com
Headers show
Series clk: A few bugfixes/enhancements for CCF | expand

Message

Yang Xiwen via B4 Relay Aug. 17, 2023, 5:03 p.m. UTC
They are found during my development for HiSilicon clock driver. Details
are in commit logs.

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
---
Yang Xiwen (5):
      clk: export clk_register_mux_table()
      clk: call log_debug() instead to avoid console log printing
      clk: also handle ENOENT in *_optional functions
      clk: promote clk_dev_ops to linux/clk-provider.h
      clk: ccf: call clock provided ops directly for endisable()

 drivers/clk/clk-uclass.c     |  5 -----
 drivers/clk/clk.c            | 16 +++++++++++++---
 include/clk.h                |  8 +++++---
 include/linux/clk-provider.h | 11 +++++++++++
 4 files changed, 29 insertions(+), 11 deletions(-)
---
base-commit: 580eb31199be8a822e62f20965854a242f895d03
change-id: 20230807-clk-fix-17e895f79817

Best regards,

Comments

Yang Xiwen Aug. 24, 2023, 6:51 p.m. UTC | #1
Why is this patchset completely ignored for more than half a month 
already? I have some other patches pending because of this one. Please 
tell me what's wrong with this patchset so that i can fix them.
Sean Anderson Nov. 1, 2023, 9:03 p.m. UTC | #2
On Fri, 18 Aug 2023 01:03:59 +0800, Yang Xiwen wrote:
> They are found during my development for HiSilicon clock driver. Details
> are in commit logs.
> 
> 

Applied, thanks!

[3/5] clk: also handle ENOENT in *_optional functions
      commit: c4b52fda6924e92c6745351f32c4cafc36034170

Best regards,