Re: (subset) [PATCH RESEND 0/5] clk: A few bugfixes/enhancements for CCF

2023-11-01 Thread Sean Anderson
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,
-- 
Sean Anderson 


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

2023-08-24 Thread Yang Xiwen
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.


--
Regards,
Yang Xiwen



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

2023-08-17 Thread Yang Xiwen via B4 Relay
They are found during my development for HiSilicon clock driver. Details
are in commit logs.

Signed-off-by: Yang Xiwen 
---
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,
-- 
Yang Xiwen