From: Timur Tabi <timur.tabi@gmail.com>
To: Anatolij Gustschin <agust@denx.de>
Cc: linux-fbdev@vger.kernel.org, wd@denx.de, dzu@denx.de,
John Rigby <jrigby@gmail.com>,
devicetree-discuss@lists.ozlabs.org, linuxppc-dev@ozlabs.org,
yorksun@freescale.com
Subject: Re: [PATCH 3/5] powerpc/mpc5121: shared DIU framebuffer support
Date: Fri, 30 Apr 2010 10:08:45 -0500 [thread overview]
Message-ID: <x2ned82fe3e1004300808q757826cs864ac1c7c082f81@mail.gmail.com> (raw)
In-Reply-To: <20100430121947.1d265ca6@wker>
On Fri, Apr 30, 2010 at 5:19 AM, Anatolij Gustschin <agust@denx.de> wrote:
>> How about just doing this?
>>
>> .init_early =A0 =A0 =A0 =A0 =A0 =A0 =3D mpc512x_init_diu,
>
> I thought it should be prepared for adding other code here.
> mpc5121_ads_init_early() is generic and could contain other
> things as well. I would vote for current version.
Do you have any plans to add any additional code? If not, then I say
skip the middle-man. If someone ever needs to do more, he can always
put that function back.
>> I'm pretty sure the compiler will optimize this to:
>>
>> =A0 =A0 temp =3D (1000000000000UL / pixclock);
>>
>> so you may as well do it that way.
>
> ??
> 1000000000000 is _not_ UL, but UUL.
That's what I meant. Actually, I think it's ULL. Regardless, I think
the compiler will see the "1000000000 ... * 1000" and just combine
them together. You're not actually outsmarting the compiler.
>> > + =A0 =A0 =A0 err =3D 100000000;
>>
>> Why do you assign err to this arbitrary value?
>
> Dunno. It is Freescale's code and I do not have time to check
> and understand each bit of it and to explain it.
*sigh* You're not the first person to modify the DIU driver without
understanding what it all does. I suspect that the original author
should have done this:
err =3D -1;
because he wanted it to be the largest possible integer.
>> Do you really need to use reserve_bootmem? =A0Have you tried kmalloc or
>> alloc_pages_exact()?
>
> Yes. No, it is too early to use them here.
There was a recent change in the kernel that allows kmalloc to work
earlier than before. Take a look at commit
85355bb272db31a3f2dd99d547eef794805e1319 ("powerpc: Fix mpic alloc
warning").
>> > + =A0 =A0 =A0 mode =3D in_be32(diu_reg + 0x1c);
>> > + =A0 =A0 =A0 if (mode !=3D 1) {
>>
>> How can in_be32() return a -1?
>
> It is a 1, not -1. I will use appropriate macro here and also
> change to use a struct instead of adding offset to register base.
Sorry, I misread the code. I could have sworn it read "mode !=3D -1"
--=20
Timur Tabi
Linux kernel developer at Freescale
next prev parent reply other threads:[~2010-04-30 15:15 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 23:49 [PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35) Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor on MPC5121 Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 2/5] fsl-diu-fb: move fsl-diu-fb.h to include/linux Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 3/5] powerpc/mpc5121: shared DIU framebuffer support Anatolij Gustschin
2010-04-30 2:05 ` Timur Tabi
2010-04-30 10:19 ` Anatolij Gustschin
2010-04-30 15:08 ` Timur Tabi [this message]
2010-04-30 16:22 ` Scott Wood
2010-04-30 18:18 ` Timur Tabi
2010-04-30 20:40 ` Scott Wood
2010-05-01 15:15 ` Anatolij Gustschin
2010-04-30 17:00 ` Anatolij Gustschin
2010-04-30 18:29 ` Timur Tabi
2010-04-30 10:40 ` [PATCH v2 " Anatolij Gustschin
2010-05-03 10:49 ` [PATCH v3 " Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 4/5] powerpc: doc/dts-bindings: update doc of FSL DIU bindings Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID Anatolij Gustschin
2010-04-30 1:44 ` Timur Tabi
2010-04-30 7:43 ` Anatolij Gustschin
2010-04-30 8:09 ` [PATCH v2 " Anatolij Gustschin
2010-04-30 1:39 ` [PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35) Timur Tabi
2010-04-30 7:41 ` Anatolij Gustschin
2010-06-01 9:38 ` Anatolij Gustschin
2010-06-04 15:46 ` Timur Tabi
2010-06-16 7:38 ` Anatolij Gustschin
2010-06-16 15:42 ` Timur Tabi
2010-06-16 15:47 ` Anatolij Gustschin
2010-06-16 16:26 ` Timur Tabi
2010-06-16 17:34 ` Wolfram Sang
2010-06-16 20:00 ` Anatolij Gustschin
2010-06-22 16:29 ` Timur Tabi
2010-06-22 22:03 ` Anatolij Gustschin
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=x2ned82fe3e1004300808q757826cs864ac1c7c082f81@mail.gmail.com \
--to=timur.tabi@gmail.com \
--cc=agust@denx.de \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=dzu@denx.de \
--cc=jrigby@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=wd@denx.de \
--cc=yorksun@freescale.com \
/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;
as well as URLs for NNTP newsgroup(s).