From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Date: Tue, 30 Jul 2013 02:19:09 +0000 Subject: Re: [PATCH] clocksource: em_sti: Convert to devm_* managed helpers Message-Id: <51F7229D.7090706@linaro.org> List-Id: References: <1374848897-18545-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <20130730020640.GA27724@verge.net.au> In-Reply-To: <20130730020640.GA27724@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 07/29/2013 07:06 PM, Simon Horman wrote: > [ CC John Stultz, Thomas Gleixner ] > > On Fri, Jul 26, 2013 at 04:28:17PM +0200, Laurent Pinchart wrote: >> Replace kzalloc, clk_get, ioremap and request_irq by their managed >> counterparts to simplify error paths. >> >> Signed-off-by: Laurent Pinchart > Hi Laurent, > > I was recently asked for shmobile clocksource patches to be reviewed > by the clocksource maintainers. I believe that means John Stultz > and Thomas Gleixner who I have CCed on this email accordingly. Daniel Lezcano (cc'ed) is picking up maintainership of clocksource/clockevent code in drivers/clocksource, so please cc him in the future. thanks -john