From: dave.martin@linaro.org (Dave Martin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Versatile Express DT support
Date: Mon, 28 Nov 2011 15:14:28 +0000 [thread overview]
Message-ID: <20111128151428.GD2465@localhost.localdomain> (raw)
In-Reply-To: <1322492947.3164.44.camel@hornet.cambridge.arm.com>
On Mon, Nov 28, 2011 at 03:09:07PM +0000, Pawel Moll wrote:
> On Mon, 2011-11-28 at 14:57 +0000, Dave Martin wrote:
> > Oh, btw, git am reports a few whitespace errors on the last full post of
> > the series (v2).
> >
> > Can you shove the series through checkpatch.pl and/or git am and fix any
> > minor issues, now that the series is relatively stable?
>
> I did, actually:
>
> 8<--------------------------------------------------------------------
> $ scripts/checkpatch.pl 0001-ARM-vexpress-Get-rid-of-MMIO_P2V.patch
> total: 0 errors, 0 warnings, 363 lines checked
>
> 0001-ARM-vexpress-Get-rid-of-MMIO_P2V.patch has no obvious style problems and is ready for submission.
> $ scripts/checkpatch.pl 0002-ARM-vexpress-Add-DT-support-in-v2m.patch
> total: 0 errors, 0 warnings, 505 lines checked
>
> 0002-ARM-vexpress-Add-DT-support-in-v2m.patch has no obvious style problems and is ready for submission.
> $ scripts/checkpatch.pl 0003-ARM-vexpress-Initial-RS1-memory-map-support.patch
> WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
> #308: FILE: arch/arm/mach-vexpress/include/mach/uncompress.h:25:
> +#define AMBA_PERIPH_ID0(base) (*(volatile unsigned char *)((base) + 0xfe0))
>
> total: 0 errors, 1 warnings, 368 lines checked
>
> 0003-ARM-vexpress-Initial-RS1-memory-map-support.patch has style problems, please review.
>
> If any of these errors are false positives, please report
> them to the maintainer, see CHECKPATCH in MAINTAINERS.
> $ scripts/checkpatch.pl 0004-ARM-vexpress-DT-based-support-for-CoreTiles-Express-.patch
> total: 0 errors, 0 warnings, 424 lines checked
>
> 0004-ARM-vexpress-DT-based-support-for-CoreTiles-Express-.patch has no obvious style problems and is ready for submission.
> 8<--------------------------------------------------------------------
>
>
> In the past I noticed that same - sometimes git am is complaining when
> chechpatch is clean. I never was determined to figure out why, though...
Maybe those whitespace issues are only being reported by git am.
We can still fix them though, no?
Cheers
---Dave
WARNING: multiple messages have this Message-ID (diff)
From: Dave Martin <dave.martin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
Cc: "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v2 0/4] Versatile Express DT support
Date: Mon, 28 Nov 2011 15:14:28 +0000 [thread overview]
Message-ID: <20111128151428.GD2465@localhost.localdomain> (raw)
In-Reply-To: <1322492947.3164.44.camel-okZbbLrgpR/YkXV2EHHjLW3o5bpOHsLO@public.gmane.org>
On Mon, Nov 28, 2011 at 03:09:07PM +0000, Pawel Moll wrote:
> On Mon, 2011-11-28 at 14:57 +0000, Dave Martin wrote:
> > Oh, btw, git am reports a few whitespace errors on the last full post of
> > the series (v2).
> >
> > Can you shove the series through checkpatch.pl and/or git am and fix any
> > minor issues, now that the series is relatively stable?
>
> I did, actually:
>
> 8<--------------------------------------------------------------------
> $ scripts/checkpatch.pl 0001-ARM-vexpress-Get-rid-of-MMIO_P2V.patch
> total: 0 errors, 0 warnings, 363 lines checked
>
> 0001-ARM-vexpress-Get-rid-of-MMIO_P2V.patch has no obvious style problems and is ready for submission.
> $ scripts/checkpatch.pl 0002-ARM-vexpress-Add-DT-support-in-v2m.patch
> total: 0 errors, 0 warnings, 505 lines checked
>
> 0002-ARM-vexpress-Add-DT-support-in-v2m.patch has no obvious style problems and is ready for submission.
> $ scripts/checkpatch.pl 0003-ARM-vexpress-Initial-RS1-memory-map-support.patch
> WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
> #308: FILE: arch/arm/mach-vexpress/include/mach/uncompress.h:25:
> +#define AMBA_PERIPH_ID0(base) (*(volatile unsigned char *)((base) + 0xfe0))
>
> total: 0 errors, 1 warnings, 368 lines checked
>
> 0003-ARM-vexpress-Initial-RS1-memory-map-support.patch has style problems, please review.
>
> If any of these errors are false positives, please report
> them to the maintainer, see CHECKPATCH in MAINTAINERS.
> $ scripts/checkpatch.pl 0004-ARM-vexpress-DT-based-support-for-CoreTiles-Express-.patch
> total: 0 errors, 0 warnings, 424 lines checked
>
> 0004-ARM-vexpress-DT-based-support-for-CoreTiles-Express-.patch has no obvious style problems and is ready for submission.
> 8<--------------------------------------------------------------------
>
>
> In the past I noticed that same - sometimes git am is complaining when
> chechpatch is clean. I never was determined to figure out why, though...
Maybe those whitespace issues are only being reported by git am.
We can still fix them though, no?
Cheers
---Dave
next prev parent reply other threads:[~2011-11-28 15:14 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-23 15:01 [PATCH v2 0/4] Versatile Express DT support Pawel Moll
2011-11-23 15:01 ` Pawel Moll
2011-11-23 15:01 ` [PATCH v2 1/4] ARM: vexpress: Get rid of MMIO_P2V Pawel Moll
2011-11-23 15:01 ` Pawel Moll
2011-11-25 16:15 ` Dave Martin
2011-11-25 16:15 ` Dave Martin
2011-11-28 10:40 ` Pawel Moll
2011-11-28 10:40 ` Pawel Moll
2011-11-28 10:44 ` Russell King - ARM Linux
2011-11-28 10:44 ` Russell King - ARM Linux
2011-11-28 10:53 ` Dave Martin
2011-11-28 10:53 ` Dave Martin
2011-11-23 15:01 ` [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m Pawel Moll
2011-11-23 15:01 ` Pawel Moll
2011-11-23 16:10 ` Pawel Moll
2011-11-23 16:10 ` Pawel Moll
2011-11-25 16:18 ` Dave Martin
2011-11-25 16:18 ` Dave Martin
2011-11-28 10:54 ` Pawel Moll
2011-11-28 10:54 ` Pawel Moll
2011-11-28 11:38 ` Dave Martin
2011-11-28 11:38 ` Dave Martin
2011-11-23 15:01 ` [PATCH v2 3/4] ARM: vexpress: Initial RS1 memory map support Pawel Moll
2011-11-23 15:01 ` Pawel Moll
2011-11-23 15:01 ` [PATCH v2 4/4] ARM: vexpress: DT-based support for CoreTiles Express A5x2 and A9x4 Pawel Moll
2011-11-23 15:01 ` Pawel Moll
2011-11-28 16:29 ` Dave Martin
2011-11-28 16:29 ` Dave Martin
2011-11-28 17:00 ` Pawel Moll
2011-11-28 17:00 ` Pawel Moll
2011-11-28 17:08 ` Dave Martin
2011-11-28 17:08 ` Dave Martin
2011-11-28 14:25 ` [PATCH v2 0/4] Versatile Express DT support Rob Herring
2011-11-28 14:25 ` Rob Herring
2011-11-28 14:42 ` Dave Martin
2011-11-28 14:42 ` Dave Martin
2011-11-28 14:57 ` Dave Martin
2011-11-28 14:57 ` Dave Martin
2011-11-28 15:09 ` Pawel Moll
2011-11-28 15:09 ` Pawel Moll
2011-11-28 15:14 ` Dave Martin [this message]
2011-11-28 15:14 ` Dave Martin
2011-11-28 15:20 ` Pawel Moll
2011-11-28 15:20 ` Pawel Moll
2011-11-28 15:39 ` Rob Herring
2011-11-28 15:39 ` Rob Herring
2011-11-28 16:02 ` Pawel Moll
2011-11-28 16:02 ` Pawel Moll
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=20111128151428.GD2465@localhost.localdomain \
--to=dave.martin@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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.