All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Kuten <ivan.kuten-NihHnkIkDZhBDgjK7y7TUQ@public.gmane.org>
To: Andrew Victor <andrew-eS41wJS13H5l57MIdRCFDg@public.gmane.org>
Cc: David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Bill Gatliff <bgat-uPd5UNENI//N9NzbbXoYwQ@public.gmane.org>,
	Haavard Skinnemoen
	<hskinnemoen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
	Nicolas Ferre
	<nicolas.ferre-XEyKDsrmbOsS+FvcfC7Uqw@public.gmane.org>
Subject: Re: problem with converting from at91_spi to atmel_spi (AT91RM9200)
Date: Fri, 25 May 2007 17:19:36 +0300	[thread overview]
Message-ID: <20070525171936.7668283d@newbox> (raw)
In-Reply-To: <1180076844.23793.6.camel-WDSYOcD6Br5jTuWFell1NFaTQe2KTcn/@public.gmane.org>

On 25 May 2007 09:07:24 +0200
Andrew Victor wrote:

> hi,
> 
> > static struct spi_board_info dk_spi_devices[] = {
> >         {       /* DataFlash chip */
> >                 .modalias       = "mtd_dataflash",
> >                 .chip_select    = 0,
> >                 .max_speed_hz   = 15 * 1000 * 1000,
> >         },
> > 
> > are broken cause all of them have chip_select = 0 ?
> 
> I doubt it.
> 
> The DK board definitely works.
> All SAN People's RM9200-based products have DataFlash on CS0 - boot from
> CS0, mount root filesystem (cramfs) on CS0, writable JFFS2 partition on
> CS0.
> 
> That's with legacy SPI and at91_dataflash.c. (ie, CS0 under SPI
> control).
> 

In such a case it should have

static struct spi_board_info dk_spi_devices[] = {
         {       /* DataFlash chip */
//                 .modalias       = "mtd_dataflash",
                 .modalias       = "at91_dataflash",
                 .chip_select    = 0,
                 .max_speed_hz   = 15 * 1000 * 1000,
         },

Cause from my understanding "mtd_dataflash" triggers usage of new SPI framework (driver/spi/atmel_spi.c).

What I currently have:
at91_dataflash.c + 2.6.20+maxim + legacy SPI - working
at91_dataflash.c + 2.6.22rc1+maxim + legacy SPI - not working
mtd_dataflash.c + 2.6.20+maxim + atmel_spi.c - not working
mtd_dataflash.c + 2.6.22rc1+maxim + atmel_spi.c - not working

Now I'm trying understand what was changed between 2.6.20+maxim and 2.6.22rc1+maxim

Best regards, Ivan




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

  parent reply	other threads:[~2007-05-25 14:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-23 11:34 problem with converting from at91_spi to atmel_spi (AT91RM9200) Ivan Kuten
2007-05-23 16:06 ` David Brownell
     [not found]   ` <200705230906.13353.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2007-05-23 16:29     ` Ivan Kuten
2007-05-24 11:36     ` Haavard Skinnemoen
     [not found]       ` <20070524133646.62bbc386-RzfXdsu3MTOUA/xf2v/QOMGzbamoMwWuEvhb3Hwu1Ks@public.gmane.org>
2007-05-24 16:31         ` David Brownell
     [not found]           ` <200705240931.43663.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2007-05-24 17:20             ` Bill Gatliff
     [not found]               ` <4655C956.8080300-uPd5UNENI//N9NzbbXoYwQ@public.gmane.org>
2007-05-24 18:24                 ` Ivan Kuten
2007-05-24 18:43                   ` Bill Gatliff
2007-05-25  7:07                   ` Andrew Victor
     [not found]                     ` <1180076844.23793.6.camel-WDSYOcD6Br5jTuWFell1NFaTQe2KTcn/@public.gmane.org>
2007-05-25 14:19                       ` Ivan Kuten [this message]
2007-05-25 14:41                         ` Andrew Victor
2007-05-25 16:51                         ` David Brownell
     [not found]                           ` <200705250951.06614.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2007-05-25 16:54                             ` Bill Gatliff
2007-05-25 15:02         ` Ivan Kuten
2007-05-25 15:55           ` Haavard Skinnemoen
     [not found]             ` <20070525175502.4927c151-RzfXdsu3MTOUA/xf2v/QOMGzbamoMwWuEvhb3Hwu1Ks@public.gmane.org>
2007-05-26 14:02               ` Ivan Kuten
2007-05-27 12:45                 ` Haavard Skinnemoen
2007-05-24 15:27     ` Ivan Kuten

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=20070525171936.7668283d@newbox \
    --to=ivan.kuten-nihhnkikdzhbdgjk7y7tuq@public.gmane.org \
    --cc=andrew-eS41wJS13H5l57MIdRCFDg@public.gmane.org \
    --cc=bgat-uPd5UNENI//N9NzbbXoYwQ@public.gmane.org \
    --cc=david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org \
    --cc=hskinnemoen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
    --cc=nicolas.ferre-XEyKDsrmbOsS+FvcfC7Uqw@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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.