All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: "Herrera-Bendezu, Luis" <lherrera@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] rtdm_iomap_to_user with phys addr > 4GB
Date: Tue, 10 Nov 2009 19:13:24 +0100	[thread overview]
Message-ID: <4AF9AD44.10000@domain.hid> (raw)
In-Reply-To: <6FCCA913376DD7488F4139A4D11B8F48FD107D@troe2k1.cs.myharris.net>

Herrera-Bendezu, Luis wrote:
>  
> 
>> -----Original Message-----
>> From: Jan Kiszka [mailto:jan.kiszka@domain.hid] 
>> Sent: Tuesday, November 10, 2009 12:03 PM
>> To: Herrera-Bendezu, Luis
>> Cc: xenomai@xenomai.org
>> Subject: Re: rtdm_iomap_to_user with phys addr > 4GB
>>
>>
>> Herrera-Bendezu, Luis wrote:
>>> Hello,
>>>
>>> I am writing an RTDM driver to replace one that uses UIO. The device
>>> resides in a physical address > 4 GB on a PPC440EPx. The UIO could
>>> not handle this address so I made a proposal to address it, 
>> details at:
>>> http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070097.html
>>>
>>> Function rtdm_iomap_to_user() has same issue with the physical I/O
>>> address
>>>    unsigned long src_addr
>>>
>>> I am new to Xenomai and would like to get some ideas on how to solve
>>> this
>>> issue.
>> I think UIO as well as RTDM suffers from the same problem here: The
>> kernel service used to remap the physical memory (remap_pfn_range)
>> accepts unsigned long, not phys_addr_t. How is this supposed to work?
>>
>> Jan
>>
>> -- 
>> Siemens AG, Corporate Technology, CT SE 2
>> Corporate Competence Center Embedded Linux
>>
> 
> Actually, remap_pfn_range() gets passed the physical address left
> shifted by PAGE_SIZE in both UIO and RTDM (xnarch_remap_io_page_range,
> wrap_remap_io_page_range).

No, the target address is expressed in pages, the source in bytes.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux


  reply	other threads:[~2009-11-10 18:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10 16:42 [Xenomai-core] rtdm_iomap_to_user with phys addr > 4GB Herrera-Bendezu, Luis
2009-11-10 17:02 ` Jan Kiszka
2009-11-10 17:58   ` Herrera-Bendezu, Luis
2009-11-10 18:13     ` Jan Kiszka [this message]
2009-11-10 18:29       ` Herrera-Bendezu, Luis
2009-11-10 18:54         ` Jan Kiszka
2009-11-10 19:20           ` Herrera-Bendezu, Luis
2009-11-10 21:21             ` Jan Kiszka
2009-11-11 12:38               ` Herrera-Bendezu, Luis
2009-11-11 14:06                 ` Jan Kiszka
2009-11-11 15:40                   ` Herrera-Bendezu, Luis
2009-11-18 16:00                   ` [Xenomai-core] rtdm_iomap_to_user with phys addr > 4G Herrera-Bendezu, Luis
2009-11-18 16:42                     ` Jan Kiszka
     [not found]                       ` <6FCCA913376DD7488F4139A4D11B8F48FD187B@troe2k1.cs.myharris.net>
2009-11-20 10:35                         ` Jan Kiszka
2009-11-20 16:41                           ` [Xenomai-core] [PATCH] rtdm: Extend rtdm_iomap_to_user to map " Herrera-Bendezu, Luis
2009-11-21  8:43                             ` Jan Kiszka
2009-11-21 15:11                               ` Herrera-Bendezu, Luis
2009-11-23 18:32                                 ` Jan Kiszka

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=4AF9AD44.10000@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=lherrera@domain.hid \
    --cc=xenomai@xenomai.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.