mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* PATCH linux-2.6.27-rc7-git5]ARM:Add the Nuvoton w90P910 Platform support to LINUX-ARM tree
@ 2008-09-28 12:15 vincen
  2008-09-29  9:15 ` Ben Dooks
  0 siblings, 1 reply; 3+ messages in thread
From: vincen @ 2008-09-28 12:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

From: vincen.zswan mcuos.com@gmail.com

Dear sir,
I have add the Nuvoton ARM series IC W90P910 Platform support to LINUX
ARM tree and make a patch named patch-2.6.27-rc7-git5-w90p910.patch.

As the file size 177kb,so you can get the patch file from link:

http://www.mcuos.com/attachment.php?aid=583

If the patch file is not accepted by Linux, please give some advice ,
I need to modify it better.thanks!

Only add the mach-w90x900 directory to /linux/arch/arm and modify
Makefile and Kconfig.
Now,The Platform code support only uart driver and add the
w90p910_serial.c to /driver/serial and  modify Makefile and Kconfig.

The Platform default config in arch/arm/configs/w90p910_defconfig

Changes:
patching file arch/arm/Kconfig
patching file arch/arm/Makefile
patching file arch/arm/configs/w90p910_defconfig

patching file arch/arm/mach-w90x900

patching file arch/arm/mm/Kconfig
patching file drivers/serial/Kconfig
patching file drivers/serial/Makefile
patching file drivers/serial/w90x900_serial.c
patching file include/linux/serial_core.h

-- 
Vincen
Signed-off-by: vincen.zswan <mcuos.com@gmail.com>

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

* Re: PATCH linux-2.6.27-rc7-git5]ARM:Add the Nuvoton w90P910 Platform support to LINUX-ARM tree
  2008-09-28 12:15 PATCH linux-2.6.27-rc7-git5]ARM:Add the Nuvoton w90P910 Platform support to LINUX-ARM tree vincen
@ 2008-09-29  9:15 ` Ben Dooks
  2008-09-29 12:14   ` vincen
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks @ 2008-09-29  9:15 UTC (permalink / raw)
  To: vincen; +Cc: linux-kernel, torvalds

On Sun, Sep 28, 2008 at 08:15:10PM +0800, vincen wrote:
> From: vincen.zswan mcuos.com@gmail.com
> 
> Dear sir,
> I have add the Nuvoton ARM series IC W90P910 Platform support to LINUX
> ARM tree and make a patch named patch-2.6.27-rc7-git5-w90p910.patch.
> 
> As the file size 177kb,so you can get the patch file from link:
> 
> http://www.mcuos.com/attachment.php?aid=583

If posting large patches, it would generally be much easier to split
them into smaller chunks of logical changes. For an example, the defconfig
addition could be seperated from the main submission, etc.

> If the patch file is not accepted by Linux, please give some advice ,
> I need to modify it better.thanks!
> 
> Only add the mach-w90x900 directory to /linux/arch/arm and modify
> Makefile and Kconfig.
> Now,The Platform code support only uart driver and add the
> w90p910_serial.c to /driver/serial and  modify Makefile and Kconfig.
> 
> The Platform default config in arch/arm/configs/w90p910_defconfig
> 
> Changes:
> patching file arch/arm/Kconfig
> patching file arch/arm/Makefile
> patching file arch/arm/configs/w90p910_defconfig
> 
> patching file arch/arm/mach-w90x900
> 
> patching file arch/arm/mm/Kconfig
> patching file drivers/serial/Kconfig
> patching file drivers/serial/Makefile
> patching file drivers/serial/w90x900_serial.c
> patching file include/linux/serial_core.h
> 
> -- 
> Vincen
> Signed-off-by: vincen.zswan <mcuos.com@gmail.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Ben (ben@fluff.org, http://www.fluff.org/)

  'a smiley only costs 4 bytes'

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

* Re: PATCH linux-2.6.27-rc7-git5]ARM:Add the Nuvoton w90P910 Platform support to LINUX-ARM tree
  2008-09-29  9:15 ` Ben Dooks
@ 2008-09-29 12:14   ` vincen
  0 siblings, 0 replies; 3+ messages in thread
From: vincen @ 2008-09-29 12:14 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-kernel, torvalds

Dear sir,

Thank you for your help.

2008/9/29, Ben Dooks <ben-linux@fluff.org>:
> On Sun, Sep 28, 2008 at 08:15:10PM +0800, vincen wrote:
> > From: vincen.zswan mcuos.com@gmail.com
> >
> > Dear sir,
> > I have add the Nuvoton ARM series IC W90P910 Platform support to LINUX
> > ARM tree and make a patch named patch-2.6.27-rc7-git5-w90p910.patch.
> >
> > As the file size 177kb,so you can get the patch file from link:
> >
> > http://www.mcuos.com/attachment.php?aid=583
>
> If posting large patches, it would generally be much easier to split
> them into smaller chunks of logical changes. For an example, the defconfig
> addition could be seperated from the main submission, etc.
>
> > If the patch file is not accepted by Linux, please give some advice ,
> > I need to modify it better.thanks!
> >
> > Only add the mach-w90x900 directory to /linux/arch/arm and modify
> > Makefile and Kconfig.
> > Now,The Platform code support only uart driver and add the
> > w90p910_serial.c to /driver/serial and  modify Makefile and Kconfig.
> >
> > The Platform default config in arch/arm/configs/w90p910_defconfig
> >
> > Changes:
> > patching file arch/arm/Kconfig
> > patching file arch/arm/Makefile
> > patching file arch/arm/configs/w90p910_defconfig
> >
> > patching file arch/arm/mach-w90x900
> >
> > patching file arch/arm/mm/Kconfig
> > patching file drivers/serial/Kconfig
> > patching file drivers/serial/Makefile
> > patching file drivers/serial/w90x900_serial.c
> > patching file include/linux/serial_core.h
> >
> > --
> > Vincen
> > Signed-off-by: vincen.zswan <mcuos.com@gmail.com>
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
>
> --
> Ben (ben@fluff.org, http://www.fluff.org/)
>
>  'a smiley only costs 4 bytes'
>


-- 
www.mcuos.com Best Regarts, Vincen

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

end of thread, other threads:[~2008-09-29 12:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-28 12:15 PATCH linux-2.6.27-rc7-git5]ARM:Add the Nuvoton w90P910 Platform support to LINUX-ARM tree vincen
2008-09-29  9:15 ` Ben Dooks
2008-09-29 12:14   ` vincen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®