Re: [PATCH] clk: Remove no-op request and rfree callbacks

2022-01-15 Thread Sean Anderson
On Wed, 1 Dec 2021 14:51:00 -0500, Sean Anderson wrote: > These callbacks are optional. Remove ones which do nothing. > > Applied, thanks! [1/1] clk: Remove no-op request and rfree callbacks commit: 460970faec567f9285199140c6e5dbe2112bb843 Best regards, -- Sean Anderson

Re: [PATCH] clk: Remove no-op request and rfree callbacks

2021-12-02 Thread Simon Glass
On Wed, 1 Dec 2021 at 12:51, Sean Anderson wrote: > > These callbacks are optional. Remove ones which do nothing. > > Signed-off-by: Sean Anderson > --- > > drivers/clk/ics8n3qv01.c | 6 -- > drivers/clk/tegra/tegra-car-clk.c | 9 - > drivers/clk/ti/clk-sci.c | 14

[PATCH] clk: Remove no-op request and rfree callbacks

2021-12-01 Thread Sean Anderson
These callbacks are optional. Remove ones which do nothing. Signed-off-by: Sean Anderson --- drivers/clk/ics8n3qv01.c | 6 -- drivers/clk/tegra/tegra-car-clk.c | 9 - drivers/clk/ti/clk-sci.c | 14 -- 3 files changed, 29 deletions(-) diff --git a/dri