public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] net: ll_temac: Add LL TEMAC driver to u-boot
Date: Fri, 02 Sep 2011 11:24:59 +0200	[thread overview]
Message-ID: <20110902092459.857E7203630@gemini.denx.de> (raw)
In-Reply-To: <4E609682.8030701@monstr.eu>

Dear Michal Simek,

In message <4E609682.8030701@monstr.eu> you wrote:
>
> >>>>>> +static void sdma_out_be32(struct ll_priv *priv, u32 offset, u32 val)
> >>>>>> +{
> >>>>>> +	if (priv->mode & DCR_BIT)
> >>>>>> +		mtdcr_local(priv->ctrl + offset, val);
> >>>>>> +	else
> >>>>>> +		out_be32((u32 *)(priv->ctrl + offset * 4), val);
> >>>>>> +}
> > ...
...
> >> The first reg for DMA2 accessed trough DCR is at 0xB0, the second at 0xB1, etc..
> > 
> > This is indeed a good example, as it shows how terribly broken your
> > code is.
> > 
> > See function sdma_out_be32() above.  It is suppose to write a 32 bit
> > value ("u32 val") as a 32 bit entity in big endian mode ("_be32") to
> > some device register - but the register addresses are (1) not aligned
> > to 32 bit boundaries and (2) not even 32 bits apart.
> 
> I think you misunderstand what there is written.

Maybe.  Maybe even I want to misunderstand it.  The problem is that
the code does not prevent such misunderstanding.

There are many shortcomings of that code.

> DCR is defined just for PPC right now because none wanted to do it for Microblaze.

Actually even this is incorrect - AFAIK Device Control Registers (DCR)
exist not on all PPC systems, but only on 4xx (and even there only on
some models).  So your code works on a few systems, silently does not
do anything on others, and crashes on yet others with an illegal
instruction.

How do you call code that exposes such behaviour?

I don't want to have this in mainline.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Don't hit a man when he's down - kick him; it's easier.

  reply	other threads:[~2011-09-02  9:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-01 11:39 [U-Boot] [PATCH v3] net: ll_temac: Add LL TEMAC driver to u-boot Michal Simek
2011-09-01 11:39 ` [U-Boot] [PATCH v2] net: axi_ethernet: Add " Michal Simek
2011-09-01 13:17   ` Wolfgang Denk
2011-09-02  9:02     ` Michal Simek
2011-09-01 13:06 ` [U-Boot] [PATCH v3] net: ll_temac: Add LL TEMAC " Wolfgang Denk
2011-09-01 13:17   ` Michal Simek
2011-09-01 14:09     ` Wolfgang Denk
2011-09-02  6:39       ` Michal Simek
2011-09-02  8:19         ` Wolfgang Denk
2011-09-02  8:40           ` Michal Simek
2011-09-02  9:24             ` Wolfgang Denk [this message]
2011-09-02 10:38               ` Michal Simek
2011-09-02 12:53                 ` Wolfgang Denk
2011-09-02 13:29                   ` Michal Simek
2011-09-02 14:08                     ` Wolfgang Denk
2011-09-05  7:15                       ` Michal Simek
2011-09-05  8:00                         ` Wolfgang Denk

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=20110902092459.857E7203630@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /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