Message ID | cover.1543837442.git.matti.vaittinen@fi.rohmeurope.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: clkdev: managed clk lookup and provider registrations | expand |
> Series add bd71837/bd71837 PMIC clock support + managed interfaces [...] > Matti Vaittinen (9): > clkdev: add managed clkdev lookup registration > clk: of_clk - add managed provider registrations > clk: clk-max77686: Clean clkdev lookup leak and use devm > clk: clk-st: avoid clkdev lookup leak at remove > clk: clk-hi655x: Free of_provider at remove > clk: rk808: use managed version of of_provider registration > clk: clk-twl6040: Free of_provider at remove > clk: apcs-msm8916: simplify probe cleanup by using devm > clk: bd718x7: Initial support for ROHM bd71837/bd71847 PMIC clock > > Documentation/driver-model/devres.txt | 2 + > drivers/clk/Kconfig | 7 ++ > drivers/clk/Makefile | 1 + > drivers/clk/clk-bd718x7.c | 131 ++++++++++++++++++++++++++++++++++ > drivers/clk/clk-hi655x.c | 4 +- > drivers/clk/clk-max77686.c | 29 ++------ > drivers/clk/clk-rk808.c | 15 +--- > drivers/clk/clk-twl6040.c | 5 +- > drivers/clk/clk.c | 65 ++++++++++++++--- > drivers/clk/clkdev.c | 122 ++++++++++++++++++++++++------- > drivers/clk/qcom/apcs-msm8916.c | 5 +- > drivers/clk/x86/clk-st.c | 3 +- > include/linux/clk-provider.h | 11 +++ > include/linux/clkdev.h | 4 ++ > 14 files changed, 325 insertions(+), 79 deletions(-) > create mode 100644 drivers/clk/clk-bd718x7.c You've send me a cover letter and no patches. I suggest that I should not be on the addressee list at all for this.
Hi de Ho Lee, On Mon, Dec 03, 2018 at 12:19:51PM +0000, Lee Jones wrote: > > Series add bd71837/bd71837 PMIC clock support + managed interfaces > > You've send me a cover letter and no patches. I am afraid the patches may be still on their way... I added recipients to git format-patch via command-line so you are probably included also in patch mails :( > > I suggest that I should not be on the addressee list at all for this. I'm terribly sorry for spamming! I must've done some mistake with the get_maintainer.pl as I copied the recipients from that output. I may have accidentally included some old patch to maintainer query. > > -- > Lee Jones [李琼斯] > Linaro Services Technical Lead > Linaro.org │ Open source software for ARM SoCs > Follow Linaro: Facebook | Twitter | Blog
On Mon, 03 Dec 2018, Matti Vaittinen wrote: > > Hi de Ho Lee, > > On Mon, Dec 03, 2018 at 12:19:51PM +0000, Lee Jones wrote: > > > Series add bd71837/bd71837 PMIC clock support + managed interfaces > > > > You've send me a cover letter and no patches. > > > I am afraid the patches may be still on their way... I added recipients > to git format-patch via command-line so you are probably included also > in patch mails :( Ah I see. Yes, I see that they have started to come through. > > I suggest that I should not be on the addressee list at all for this. > > I'm terribly sorry for spamming! I must've done some mistake with the > get_maintainer.pl as I copied the recipients from that output. I may > have accidentally included some old patch to maintainer query. No problem. If you could remove me from future mails though, that would be appreciated. The torrent it fierce enough without receiving correspondence that is not relevant to me. Thanks.