All of lore.kernel.org
 help / color / mirror / Atom feed
* How to allocate a new machine type?
@ 2010-05-04 21:32 Corbin Simpson
  2010-05-04 21:53 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Corbin Simpson @ 2010-05-04 21:32 UTC (permalink / raw)
  To: linux-arm-kernel

So, I noticed that there's a Pollux entry, POLLUX_WIZ (1950), in the
mach-types list already. Does anybody know if that covers all Pollux
devices, or just the Wiz? Also, what do I have to do to allocate a new
type?

~ C.

-- 
When the facts change, I change my mind. What do you do, sir? ~ Keynes

Corbin Simpson
<MostAwesomeDude@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* How to allocate a new machine type?
  2010-05-04 21:32 How to allocate a new machine type? Corbin Simpson
@ 2010-05-04 21:53 ` Russell King - ARM Linux
  2010-05-04 22:17   ` Corbin Simpson
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-05-04 21:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 04, 2010 at 02:32:15PM -0700, Corbin Simpson wrote:
> So, I noticed that there's a Pollux entry, POLLUX_WIZ (1950), in the
> mach-types list already. Does anybody know if that covers all Pollux
> devices, or just the Wiz? Also, what do I have to do to allocate a new
> type?

It's for "GamePark Holdings GP2X Wiz".  So it seems its only for the Wiz.

   Machine name:     GamePark Holdings GP2X Wiz
   Web site:         http://www.gp2xwiz.com/
   Description:      The GP2X Wiz is a handheld video game machine using the
                     MagicEyes Pollux SoC.

For information on machines, including registering new ones, etc, see
the bottom of Documentation/arm/README in the kernel tree.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* How to allocate a new machine type?
  2010-05-04 21:53 ` Russell King - ARM Linux
@ 2010-05-04 22:17   ` Corbin Simpson
  2010-05-04 23:45     ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Corbin Simpson @ 2010-05-04 22:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 4, 2010 at 2:53 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Tue, May 04, 2010 at 02:32:15PM -0700, Corbin Simpson wrote:
>> So, I noticed that there's a Pollux entry, POLLUX_WIZ (1950), in the
>> mach-types list already. Does anybody know if that covers all Pollux
>> devices, or just the Wiz? Also, what do I have to do to allocate a new
>> type?
>
> It's for "GamePark Holdings GP2X Wiz". ?So it seems its only for the Wiz.
>
> ? Machine name: ? ? GamePark Holdings GP2X Wiz
> ? Web site: ? ? ? ? http://www.gp2xwiz.com/
> ? Description: ? ? ?The GP2X Wiz is a handheld video game machine using the
> ? ? ? ? ? ? ? ? ? ? MagicEyes Pollux SoC.
>
> For information on machines, including registering new ones, etc, see
> the bottom of Documentation/arm/README in the kernel tree.

Russell,

Thank you for the quick reply. Type 2028 appears to be the Didj,
allocated by one of the OpenWiz guys. I will use that.

While the merge window is still open, is it kosher to send patches to
this list for upstream? I have a few patches that don't rely on the
arch-lf1000/arch-pollux code that I'd like to unload. I know that I'm
new to this part of the kernel, but I think I'm learning quickly.

~ C.

-- 
When the facts change, I change my mind. What do you do, sir? ~ Keynes

Corbin Simpson
<MostAwesomeDude@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* How to allocate a new machine type?
  2010-05-04 22:17   ` Corbin Simpson
@ 2010-05-04 23:45     ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2010-05-04 23:45 UTC (permalink / raw)
  To: linux-arm-kernel

Dne St 5. kv?tna 2010 00:17:48 Corbin Simpson napsal(a):
> On Tue, May 4, 2010 at 2:53 PM, Russell King - ARM Linux
> 
> <linux@arm.linux.org.uk> wrote:
> > On Tue, May 04, 2010 at 02:32:15PM -0700, Corbin Simpson wrote:
> >> So, I noticed that there's a Pollux entry, POLLUX_WIZ (1950), in the
> >> mach-types list already. Does anybody know if that covers all Pollux
> >> devices, or just the Wiz? Also, what do I have to do to allocate a new
> >> type?
> > 
> > It's for "GamePark Holdings GP2X Wiz".  So it seems its only for the Wiz.
> > 
> >   Machine name:     GamePark Holdings GP2X Wiz
> >   Web site:         http://www.gp2xwiz.com/
> >   Description:      The GP2X Wiz is a handheld video game machine using
> > the MagicEyes Pollux SoC.
> > 
> > For information on machines, including registering new ones, etc, see
> > the bottom of Documentation/arm/README in the kernel tree.
> 
> Russell,
> 
> Thank you for the quick reply. Type 2028 appears to be the Didj,
> allocated by one of the OpenWiz guys. I will use that.
> 
> While the merge window is still open, is it kosher to send patches to
> this list for upstream? I have a few patches that don't rely on the
> arch-lf1000/arch-pollux code that I'd like to unload. I know that I'm
> new to this part of the kernel, but I think I'm learning quickly.
> 
> ~ C.
This is the right list for arm-related stuff. If it's for other parts of kernel, 
check linux/MAINTAINERS . Also, if you are uncertain about some patches, be sure 
to post them and get a feedback.

Cheers

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-04 23:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-04 21:32 How to allocate a new machine type? Corbin Simpson
2010-05-04 21:53 ` Russell King - ARM Linux
2010-05-04 22:17   ` Corbin Simpson
2010-05-04 23:45     ` Marek Vasut

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.