* [KJ] [PATCH 00/72] arm: add KERN_ constants to files in arch/arm/*
@ 2006-09-08 1:56 James Nelson
2006-09-08 2:29 ` [KJ] [PATCH 00/72] arm: add KERN_ constants to files in Matthew Wilcox
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: James Nelson @ 2006-09-08 1:56 UTC (permalink / raw)
To: kernel-janitors
This series of patches add appropriate KERN_ constants to printk()s in the rest of
the files in /arch/arm. It also reworks some debug #defines to make their operation
more clear.
mach-footbridge/cats-pci.c | 2 -
mach-footbridge/netwinder-hw.c | 56 ++++++++++++++++++++---------------------
mach-h720x/common.c | 19 +++++--------
mach-integrator/clock.c | 2 -
mach-integrator/impd1.c | 4 +-
mach-iop3xx/iop321-pci.c | 6 ----
mach-iop3xx/iop331-pci.c | 8 +----
mach-ixp2000/ixdp2800.c | 2 -
mach-ixp23xx/pci.c | 6 ----
mach-ixp4xx/common-pci.c | 8 ++---
mach-ixp4xx/common.c | 2 -
mach-ixp4xx/gtwx5715-pci.c | 2 -
mach-lh7a40x/clcd.c | 8 ++---
mach-lh7a40x/ssp-cpld.c | 19 +++++--------
mach-netx/generic.c | 6 ----
mach-omap1/board-h2.c | 2 -
mach-omap1/board-h3.c | 2 -
mach-omap1/board-innovator.c | 4 +-
mach-omap1/board-nokia770.c | 2 -
mach-omap1/board-osk.c | 4 +-
mach-omap1/clock.c | 2 -
mach-omap1/id.c | 22 +++++++---------
mach-omap1/irq.c | 4 +-
mach-omap1/pm.c | 6 ++--
mach-omap1/serial.c | 6 ++--
mach-omap2/pm.c | 6 ++--
mach-omap2/serial.c | 12 ++++----
mach-pnx4008/gpio.c | 2 -
mach-pxa/idp.c | 2 -
mach-realview/clock.c | 2 -
mach-realview/hotplug.c | 4 --
mach-realview/localtimer.c | 2 -
mach-rpc/dma.c | 2 -
mach-s3c2410/cpu.c | 2 -
mach-s3c2410/dma.c | 18 ++++++-------
mach-s3c2410/irq.c | 6 ++--
mach-s3c2410/pm.c | 2 -
mach-s3c2410/s3c2410-clock.c | 2 -
mach-s3c2410/s3c2410.c | 4 +-
mach-s3c2410/s3c2412-clock.c | 2 -
mach-s3c2410/s3c2412.c | 4 +-
mach-s3c2410/s3c2440-clock.c | 2 -
mach-s3c2410/s3c2440-irq.c | 2 -
mach-s3c2410/s3c2440.c | 2 -
mach-s3c2410/s3c2442-clock.c | 2 -
mach-s3c2410/s3c2442.c | 2 -
mach-s3c2410/s3c244x.c | 2 -
mach-s3c2410/time.c | 2 -
mach-s3c2410/usb-simtec.c | 2 -
mach-sa1100/assabet.c | 4 +-
mach-sa1100/collie_pm.c | 14 +++++-----
mach-sa1100/cpu-sa1110.c | 2 -
mach-sa1100/h3600.c | 18 ++++++++-----
mach-shark/irq.c | 2 -
mach-versatile/clock.c | 2 -
mach-versatile/pci.c | 14 +++++-----
mm/alignment.c | 2 -
mm/fault.c | 2 -
mm/init.c | 16 +++++------
mm/ioremap.c | 2 -
mm/mm-armv.c | 2 -
nwfpe/fpa11.c | 4 +-
nwfpe/fpa11_cprt.c | 4 +-
nwfpe/softfloat.c | 2 -
plat-omap/dma.c | 10 -------
plat-omap/dmtimer.c | 2 -
plat-omap/gpio.c | 6 ++--
plat-omap/mcbsp.c | 18 ++++++-------
plat-omap/mux.c | 10 +++----
plat-omap/ocpi.c | 2 -
plat-omap/pm.c | 6 ++--
plat-omap/usb.c | 4 +-
72 files changed, 204 insertions(+), 236 deletions(-)
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [KJ] [PATCH 00/72] arm: add KERN_ constants to files in
2006-09-08 1:56 [KJ] [PATCH 00/72] arm: add KERN_ constants to files in arch/arm/* James Nelson
@ 2006-09-08 2:29 ` Matthew Wilcox
2006-09-08 3:24 ` Jim Nelson
2006-09-08 7:08 ` Russell King
2 siblings, 0 replies; 4+ messages in thread
From: Matthew Wilcox @ 2006-09-08 2:29 UTC (permalink / raw)
To: kernel-janitors
On Thu, Sep 07, 2006 at 09:56:22PM -0400, James Nelson wrote:
> This series of patches add appropriate KERN_ constants to printk()s in the rest of
> the files in /arch/arm. It also reworks some debug #defines to make their operation
> more clear.
Posting a 72 part series is completely unreasonable. Never do this again.
Find a better way of splitting it up -- maybe by directory. One patch
per file is ridiculous.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [KJ] [PATCH 00/72] arm: add KERN_ constants to files in
2006-09-08 1:56 [KJ] [PATCH 00/72] arm: add KERN_ constants to files in arch/arm/* James Nelson
2006-09-08 2:29 ` [KJ] [PATCH 00/72] arm: add KERN_ constants to files in Matthew Wilcox
@ 2006-09-08 3:24 ` Jim Nelson
2006-09-08 7:08 ` Russell King
2 siblings, 0 replies; 4+ messages in thread
From: Jim Nelson @ 2006-09-08 3:24 UTC (permalink / raw)
To: kernel-janitors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Matthew Wilcox wrote:
> On Thu, Sep 07, 2006 at 09:56:22PM -0400, James Nelson wrote:
>> This series of patches add appropriate KERN_ constants to printk()s in the rest of
>> the files in /arch/arm. It also reworks some debug #defines to make their operation
>> more clear.
>
> Posting a 72 part series is completely unreasonable. Never do this again.
> Find a better way of splitting it up -- maybe by directory. One patch
> per file is ridiculous.
You are right. I will have to re-work the script I use to package everything up
- - I haven't done this much work in one shot before...
My apologies.
Jim
- --
GPG key available
gpg --keyserver pgp.mit.edu --recv-keys 06B386612
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFFAOJ/XxNjpms4ZhIRAuzDAJ9ZYntb/iC9JmnZYnmZo//Kp42HiACgoxt7
i/1/+lgUTU6VUX5vT9h8uyk=m9cx
-----END PGP SIGNATURE-----
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [KJ] [PATCH 00/72] arm: add KERN_ constants to files in
2006-09-08 1:56 [KJ] [PATCH 00/72] arm: add KERN_ constants to files in arch/arm/* James Nelson
2006-09-08 2:29 ` [KJ] [PATCH 00/72] arm: add KERN_ constants to files in Matthew Wilcox
2006-09-08 3:24 ` Jim Nelson
@ 2006-09-08 7:08 ` Russell King
2 siblings, 0 replies; 4+ messages in thread
From: Russell King @ 2006-09-08 7:08 UTC (permalink / raw)
To: kernel-janitors
On Thu, Sep 07, 2006 at 11:24:48PM -0400, Jim Nelson wrote:
> Matthew Wilcox wrote:
> > On Thu, Sep 07, 2006 at 09:56:22PM -0400, James Nelson wrote:
> >> This series of patches add appropriate KERN_ constants to printk()s in the rest of
> >> the files in /arch/arm. It also reworks some debug #defines to make their operation
> >> more clear.
> >
> > Posting a 72 part series is completely unreasonable. Never do this again.
> > Find a better way of splitting it up -- maybe by directory. One patch
> > per file is ridiculous.
>
> You are right. I will have to re-work the script I use to package everything up
> - I haven't done this much work in one shot before...
I also don't understand why you've sent several series of almost one patch
per file for ARM.
Please do as Matthew suggests - I won't be applying these as is. Thanks.
--
Russell King
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-08 7:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-08 1:56 [KJ] [PATCH 00/72] arm: add KERN_ constants to files in arch/arm/* James Nelson
2006-09-08 2:29 ` [KJ] [PATCH 00/72] arm: add KERN_ constants to files in Matthew Wilcox
2006-09-08 3:24 ` Jim Nelson
2006-09-08 7:08 ` Russell King
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.