All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Stephen.Clark@seclark.us
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: isa_memcpy_fromio
Date: Sun, 02 Jul 2006 11:04:31 +0100	[thread overview]
Message-ID: <1151834671.14346.5.camel@localhost.localdomain> (raw)
In-Reply-To: <44A732E3.10202@seclark.us>

Ar Sad, 2006-07-01 am 22:43 -0400, ysgrifennodd Stephen Clark:
> Hello,
> 
> what has isa_memcpy_fromio() changed to in kernel 2.6.17 from 2.6.16

It was always meant as a transition interface (although it survived
incredibly long). All code that uses the ioremap is unaffected: ie

	foo = ioremap(isa_addr, len);
	memcpy_fromio(foo + bar, buf, len2)



  parent reply	other threads:[~2006-07-02  9:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-02  2:43 isa_memcpy_fromio Stephen Clark
2006-07-02  3:42 ` isa_memcpy_fromio Randy.Dunlap
2006-07-02 10:04 ` Alan Cox [this message]
2006-07-02 16:07   ` isa_memcpy_fromio Randy.Dunlap
2006-07-02 17:00     ` isa_memcpy_fromio Stephen Clark
2006-07-02 17:37       ` isa_memcpy_fromio Arjan van de Ven
2006-07-02 18:13         ` isa_memcpy_fromio Stephen Clark

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=1151834671.14346.5.camel@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=Stephen.Clark@seclark.us \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.