All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: Andrew Morton <akpm@osdl.org>, Jon Smirl <jonsmirl@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net, mikpe@csd.uu.se
Subject: Re: Re: Fw: [PATCH][2.6.11-mm3] CONFIG_FB_ATY linkage error on PPC32
Date: Mon, 14 Mar 2005 07:47:22 +0800	[thread overview]
Message-ID: <200503140747.22202.adaplas@hotpop.com> (raw)
In-Reply-To: <20050313151412.060ad5ea.akpm@osdl.org>

On Monday 14 March 2005 07:14, Andrew Morton wrote:
> Jon Smirl <jonsmirl@gmail.com> wrote:
> > This should be a more general fix. Mikael can you give it a try on ppc
> >  since I don't have one?
> >
> >  If you have time it would also be helpful if you could try building
> >  all of the ppc drivers both as modules and built-in just to make sure
> >  they build.
> >
> >  There are 77 framebuffer drivers on eight platforms that need to be
> >  checked. I tried to get them all right but I don't own all of the
> >  needed hardware.
>
> Confused.  Is Tony's patch OK?
>
> >  ===== drivers/video/Makefile 1.120 vs edited =====
> >  --- 1.120/drivers/video/Makefile	2005-03-10 03:39:10 -05:00
> >  +++ edited/drivers/video/Makefile	2005-03-13 16:56:53 -05:00
> >  @@ -10,6 +10,9 @@
> >
> >   obj-$(CONFIG_FB)                  += fb.o
> >   fb-y                              := fbmem.o fbmon.o fbcmap.o
> >  fbsysfs.o modedb.o
> >  +ifdef $(CONFIG-PPC)
> >  +fb-y				  += macmodes.o
> >  +endif

The problem with generalizing macmodes under CONFIG_PPC is that not all
PPC-based drivers will use macmodes. While most depend on PPC, some require
PPC_OF, and others PPC_PMAC. It's more flexible if each driver does the
selection.

Tony




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  reply	other threads:[~2005-03-13 23:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-13 21:28 Fw: [PATCH][2.6.11-mm3] CONFIG_FB_ATY linkage error on PPC32 Andrew Morton
2005-03-13 21:55 ` Jon Smirl
2005-03-13 22:08   ` Jon Smirl
2005-03-13 23:14     ` Andrew Morton
2005-03-13 23:47       ` Antonino A. Daplas [this message]
2005-03-14  0:33       ` Jon Smirl
2005-03-13 22:57 ` Antonino A. Daplas
2005-03-13 23:06   ` Jon Smirl
2005-03-13 23:09     ` Antonino A. Daplas
2005-03-14  1:49     ` Andrew Morton

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=200503140747.22202.adaplas@hotpop.com \
    --to=adaplas@hotpop.com \
    --cc=akpm@osdl.org \
    --cc=jonsmirl@gmail.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=mikpe@csd.uu.se \
    /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.