[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121122204704.GA16716@avionic-0098.adnet.avionic-design.de>
Date: Thu, 22 Nov 2012 21:47:04 +0100
From: Thierry Reding <thierry.reding@...onic-design.de>
To: "Philip, Avinash" <avinashphilip@...com>
Cc: paul@...an.com, tony@...mide.com, linux@....linux.org.uk,
b-cousson@...com, hvaibhav@...com, anilkumar@...com,
linux-kernel@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org,
linux-doc@...r.kernel.org, linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, nsekhar@...com,
gururaja.hebbar@...com, vaibhav.bedia@...com
Subject: Re: [PATCH v4 01/11] PWMSS: Add PWM Subsystem driver for
parent<->child relationship
On Wed, Nov 21, 2012 at 06:40:58PM +0530, Philip, Avinash wrote:
[...]
> +static const struct of_device_id pwmss_of_match[] = {
> + {
> + .compatible = "ti,am33xx-pwmss",
> + },
For consistency with other drivers this should be all on one line.
> +static const struct dev_pm_ops pwmss_pm_ops = {
> + SET_SYSTEM_SLEEP_PM_OPS(pwmss_suspend, pwmss_resume)
> +};
This could be even shorter:
static SIMPLE_DEV_PM_OPS(pwmss_pm_ops, pwmss_suspend, pwmss_resume);
Thierry
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists