linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ohad@wizery.com (Ohad Ben-Cohen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ux500: Adding support for u8500 Hsem functionality.
Date: Sat, 9 Apr 2011 10:53:48 +0300	[thread overview]
Message-ID: <BANLkTikMy7vpz8z479sCuROgjV8EK03FUQ@mail.gmail.com> (raw)
In-Reply-To: <1302294509-6595-1-git-send-email-mathieu.poirier@linaro.org>

Hi Mathieu,

On Fri, Apr 8, 2011 at 11:28 PM,  <mathieu.poirier@linaro.org> wrote:
...

> + * Author: Mathieu Poirier <mathieu.poirier@linaro.org>
> + * Heavily borrowed from the work of :
> + * ? Simon Que <sque@ti.com>
> + * ? Hddari Kanigeri <h-kanigeri2@ti.com>

s/Hddari/Hari/

> + ? ? ? platform_set_drvdata(pdev, state);
> +
> + ? ? ? /* no pm needed for HSem but required to comply
> + ? ? ? ?* with hwspilock core.
> + ? ? ? ?*/
> + ? ? ? pm_runtime_enable(&pdev->dev);

You seem to have removed the calls to pm_runtime_disable() throughout
the driver, is that on purpose ?

You should see an "Unbalanced pm_runtime_enable!" warning about this
if you tried rmmod'ing and insmod'ing the driver again.

And just a minor comment if you're submitting a v2: you have a bunch
of trailing whitespaces; try checkpatch to spot them easily.

Thanks,
Ohad.

      parent reply	other threads:[~2011-04-09  7:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-08 20:28 [PATCH] ux500: Adding support for u8500 Hsem functionality mathieu.poirier at linaro.org
2011-04-08 22:03 ` Russell King - ARM Linux
2011-04-09  7:53 ` Ohad Ben-Cohen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTikMy7vpz8z479sCuROgjV8EK03FUQ@mail.gmail.com \
    --to=ohad@wizery.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).