From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Tue, 17 Oct 2017 19:48:09 +0200 Subject: [PATCH] arm: pxa: Convert timers to use timer_setup() In-Reply-To: <20171016234852.GA102339@beast> (Kees Cook's message of "Mon, 16 Oct 2017 16:48:52 -0700") References: <20171016234852.GA102339@beast> Message-ID: <87a80pfyxy.fsf@belgarion.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kees Cook writes: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. Adds a static variable to hold the > interrupt private data pointer. > > Cc: Daniel Mack > Cc: Haojian Zhuang > Cc: Robert Jarzmik > Cc: Russell King > Cc: linux-arm-kernel at lists.infradead.org > Signed-off-by: Kees Cook Applied to pxa/for-next tree, thanks. -- Robert