Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610473
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 0/3] clk: let clk_disable() return immediately if clk is NULL for last 3 clks |
| Date | 2017-03-28 11:30 +0200 |
| Message-ID | <tpVBU-5sY-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Andrew, Please consider to apply this series to your tree. This trivial series has been left over so long. Stephen Boyd suggested to split the series per-arch, and I did so. But sub-architecture maintainers did not respond in spite of my several times pings. Please see this: w90x900: https://patchwork.kernel.org/patch/9338047/ mmp: https://patchwork.kernel.org/patch/9338049/ blackfin https://patchwork.kernel.org/patch/9338053/ Stephen mentioned Andrew could pick up this in case maintainers are silent. http://lkml.iu.edu/hypermail/linux/kernel/1609.2/00801.html Masahiro Yamada (3): ARM: mmp: let clk_disable() return immediately if clk is NULL ARM: w90x900: let clk_disable() return immediately if clk is NULL blackfin: bf609: let clk_disable() return immediately if clk is NULL arch/arm/mach-mmp/clock.c | 3 +++ arch/arm/mach-w90x900/clock.c | 3 +++ arch/blackfin/mach-bf609/clock.c | 3 +++ 3 files changed, 9 insertions(+) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v5 0/3] clk: let clk_disable() return immediately if clk is NULL for last 3 clks Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-28 11:30 +0200
[PATCH v5 2/3] ARM: w90x900: let clk_disable() return immediately if clk is NULL Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-28 11:30 +0200
Re: [PATCH v5 2/3] ARM: w90x900: let clk_disable() return immediately if clk is NULL Arnd Bergmann <arnd@arndb.de> - 2017-03-30 17:40 +0200
[PATCH v5 1/3] ARM: mmp: let clk_disable() return immediately if clk is NULL Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-28 11:30 +0200
Re: [PATCH v5 1/3] ARM: mmp: let clk_disable() return immediately if clk is NULL Arnd Bergmann <arnd@arndb.de> - 2017-03-30 17:40 +0200
csiph-web