ts-7000
[Top] [All Lists]

[ts-7000] Re: DMA with SSP on TS7400

To:
Subject: [ts-7000] Re: DMA with SSP on TS7400
From: "pakorn_0608" <>
Date: Wed, 31 Mar 2010 07:48:03 -0000
Hi Breton,

I'm also think that it not so good for disable D-CACHE in kernel.
But i don't understand why i cannot use "dma_map_single".
Is it about it doesn'e have any patch into kernel-ts11 of ts7400?

For using kernel 2.6,It's my second plan to solve with this d-cache problem by 
using DMA-API. 

Thank for notice me about what will happen when disable d-cache,but ,i'll try 
to dothis way for keep result of it for knowledge.
I'll follow to use kernel 2.6 later in a few days.

My features for using kernel are
- USB SUPPORT
    [M] usb mass storage support
          [*]  USB/ATA bridge support

- ATA/ATAPI/MFM/RLL...
    [M] ATA/ATAPI/MFM/RLL support
       - IDE, ATA and ATAPI Block devices
         [M] Enhanced IDE/ATA...
              [M] SCSI emulation support.

something like this.

target i have to modprobe usb-storage, ide-scsi, sd_mod, vfat

I have to use USB port connect with USB to IDE converter for using with 
Harddisk/IDE.

Thanks again Breton

Pakorn

--- In  "Breton M. Saunders" <> 
wrote:
>
> Hi Pakorn,
> 
>   Apologies - I've been swamped with other things.
> 
>   Let me look again at the code I've go at home tonight.
> 
>   Don't compile the kernel with dcache disabled; it will be slower than 
> hell.
> 
>   What features of the 2.4 kernel are you using?  Its possible that I 
> could just pack up the 2.6 revision I use and e-mail it to you.
> 
>     Cheers,
> 
>     -bms
> 
> pakorn_0608 wrote:
> > Hi - all
> >
> > I'm still not work for using DMA API with kernel2.4-ts11 of TS-7400 since 
> > last posted.
> > Just have something to share and keep some comment.
> >
> > Now I'm working by compile new kernel with Disable D-CACHE in process of 
> > make menuconfig.
> >
> > Is'it ok? 
> > Is there someone had experience with make kernel with disable DCACHE?
> > Any problem hide me for this case?
> >
> >
> > --- In  "pakorn_0608" <pakorn_0608@> wrote:
> >   
> >> Still no good luck for me.
> >>
> >> I cannot use "dma_map_single".
> >> I put it into my code, it can compile, but, when i "insmod" , it have a 
> >> notice "unresolved symbol virt_to_dma" called by dma_map_single.
> >>
> >> I search for virt_to_dma and i found that it is at 
> >> {linuxpath}/asm/memory.h: 
> >> #ifndef __arch_page_to_dma
> >> #define page_to_dma(dev, page)             
> >> ((dma_addr_t)__virt_to_bus(page_address(page)))
> >> #define dma_to_virt(dev, addr)             (__bus_to_virt(addr))
> >> #define virt_to_dma(dev, addr)             (__virt_to_bus(addr))
> >> #else
> >> #define page_to_dma(dev, page)             (__arch_page_to_dma(dev, page))
> >> #define dma_to_virt(dev, addr)             (__arch_dma_to_virt(dev, addr))
> >> #define virt_to_dma(dev, addr)             (__arch_virt_to_dma(dev, addr))
> >> #endif
> >>
> >>
> >> I thought It seem like i see virt_to_bus that i use before and it doesn't 
> >> work.
> >>
> >> Anyway,i try to include "/asm/memory" to see result of using.It still show 
> >> that "unresolved symbol virt_to_dma" when i insmod my module.
> >>
> >>
> >> --- In  "pakorn_0608" <pakorn_0608@> wrote:
> >>     
> >>> I just come back on today, back to fight with DMA again.
> >>>
> >>> Firstly, your advice book, I found that there is this book at the library 
> >>> of my office. I used to borrow it many for a few month ago when i coding 
> >>> char device driver for linux on ts-7400. I'll borrow it again.
> >>>
> >>> Next, for ma_map_single api, i'll check it.
> >>>
> >>> Time to solve again.
> >>>
> >>> Thanks a lot,BMS. 
> >>>
> >>> Pakorn
> >>>
> >>>
> >>>
> >>> --- In  "Breton M. Saunders" <breton.saunders@> 
> >>> wrote:
> >>>       
> >>>> pakorn_0608 wrote:
> >>>>         
> >>>>> Thanks so much,BMS.
> >>>>> It's very kind of you.
> >>>>>
> >>>>> I'm finding another source of knowledge for solve this problem.
> >>>>> For "flush_dcache_page" included in "loop.c", It's good guildline for 
> >>>>> me.
> >>>>> I'll see and learn from it.
> >>>>>
> >>>>> If any progress,i'll come to share again.
> >>>>>
> >>>>> BTW, I have to go to province on the evening and come back on monday, 
> >>>>> It's hardly to play the net.
> >>>>> If any message from you,i may have chance to reply on monday.
> >>>>>
> >>>>> Thanks in advance.
> >>>>>
> >>>>>   
> >>>>>           
> >>>> Gosh - its been a long time since I've done this stuff.
> >>>>
> >>>> Its coming back slowly.
> >>>>
> >>>> First thing: check this reference: 
> >>>> http://www.xml.com/ldd/chapter/book/ch13.html
> >>>> You might just want to buy a copy actually.  I found it indispensable 
> >>>> when doing driver development.
> >>>>
> >>>> Second, look at: 
> >>>> http://lxr.free-electrons.com/source/Documentation/DMA-API.txt
> >>>> In particular, section Id on streaming maps.  I believe you can just use 
> >>>> the dma_map_single api calls to correctly handle the cache coherency 
> >>>> needed for the M2M.
> >>>>
> >>>> Good luck.
> >>>>
> >>>>     -bms
> >>>>
> >>>>         
> >
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
>




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
     
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU