Re: [PATCH 2/3] MIPS: JZ4740: Export timer API
From: Thierry Reding <hidden>
Date: 2012-09-02 20:21:38
Also in:
lkml
Attachments
- (unnamed) [application/pgp-signature] 836 bytes
From: Thierry Reding <hidden>
Date: 2012-09-02 20:21:38
Also in:
lkml
On Sun, Sep 02, 2012 at 04:45:43PM +0200, Lars-Peter Clausen wrote:
On 09/02/2012 11:52 AM, Thierry Reding wrote:quoted
This is a prerequisite for allowing the PWM driver to be converted to the PWM framework. Signed-off-by: Thierry Reding <redacted>I'd prefer to keep the timer functions inline, some of them are called quite often in the system clock code.
I've opted for this variant because it better hides the register values. If the functions are inlined it also means the complete register definitions need to go into timer.h. If you don't think that's an issue, I can update the patch accordingly. Thierry