linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Alexander Stein <alexander.stein@systec-electronic.com>,
	Oliver Hartkopp <socketcan@hartkopp.net>,
	Wolfgang Grandegger <wg@grandegger.com>,
	"linux-can@vger.kernel.org" <linux-can@vger.kernel.org>
Subject: Re: [PATCH v2] c_can: Add support for eg20t (pch_can)
Date: Thu, 17 Apr 2014 23:27:03 +0200	[thread overview]
Message-ID: <53504727.4040605@pengutronix.de> (raw)
In-Reply-To: <alpine.DEB.2.02.1404172316060.22697@ionos.tec.linutronix.de>

[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]

On 04/17/2014 11:18 PM, Thomas Gleixner wrote:
> On Thu, 17 Apr 2014, Marc Kleine-Budde wrote:
> 
>> On 04/07/2014 08:52 AM, Alexander Stein wrote:
>>> Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
>> [..]
>>
>>> +static void c_can_pci_reset_pch(const struct c_can_priv *priv, bool enable)
>>> +{
>>> +	if (enable) {
>>> +		u32 __iomem *addr = priv->base + PCH_PCI_SOFT_RESET;
>>> +
>>> +		/* write to sw reset register */
>>> +		iowrite32(1, addr);
>>
>> Do we need to wait for something here?
> 
> No. It's activating the "reset line" for that IP block. As long as the
> bit is set the IP is effectivly in HW reset state. Releasing the reset
> brings it back to operation. iowrite32() is serialized by itself, so
> no extra work required.

Thanks Thomas.

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 242 bytes --]

      reply	other threads:[~2014-04-17 21:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <"<533DB663.3030408@hartkopp.net>
2014-04-07  6:52 ` [PATCH v2] c_can: Add support for eg20t (pch_can) Alexander Stein
2014-04-08 14:20   ` Thomas Gleixner
2014-04-08 14:26     ` Wolfgang Grandegger
2014-04-08 14:33       ` Thomas Gleixner
2014-04-17 20:23   ` Marc Kleine-Budde
2014-04-17 20:47   ` Marc Kleine-Budde
2014-04-17 21:18     ` Thomas Gleixner
2014-04-17 21:27       ` Marc Kleine-Budde [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=53504727.4040605@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=alexander.stein@systec-electronic.com \
    --cc=linux-can@vger.kernel.org \
    --cc=socketcan@hartkopp.net \
    --cc=tglx@linutronix.de \
    --cc=wg@grandegger.com \
    /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).