From: Kukjin Kim <kgene@kernel.org>
To: "'Joe Perches'" <joe@perches.com>,
"'Andrew Morton'" <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: RE: [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns
Date: Wed, 24 Jul 2013 13:16:37 +0900 [thread overview]
Message-ID: <0e0b01ce8824$97558ed0$c600ac70$@org> (raw)
In-Reply-To: <6741112003996cc2bb1f261ae902b6dd15a04405.1374451988.git.joe@perches.com>
Joe Perches wrote:
>
> commit 85fd6d63bf2 ("ARM: S3C2410: move mach-s3c2410/* into
mach-s3c24xx/")
> moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks,
Kukjin
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 157e4ee..fbd5a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7446,9 +7446,9 @@ P: Vincent Sanders <vince@simtec.co.uk>
> M: Simtec Linux Team <linux@simtec.co.uk>
> W: http://www.simtec.co.uk/products/EB2410ITX/
> S: Supported
> -F: arch/arm/mach-s3c2410/mach-bast.c
> -F: arch/arm/mach-s3c2410/bast-ide.c
> -F: arch/arm/mach-s3c2410/bast-irq.c
> +F: arch/arm/mach-s3c24xx/mach-bast.c
> +F: arch/arm/mach-s3c24xx/bast-ide.c
> +F: arch/arm/mach-s3c24xx/bast-irq.c
>
> TI DAVINCI MACHINE SUPPORT
> M: Sekhar Nori <nsekhar@ti.com>
> --
> 1.8.1.2.459.gbcd45b4.dirty
next prev parent reply other threads:[~2013-07-24 4:16 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-22 0:15 [PATCH 00/18] MAINTAINERS: Trivial pattern changes Joe Perches
2013-07-22 0:15 ` [PATCH 01/18] MAINTAINERS: EXYNOS - Remove board files Joe Perches
2013-07-23 5:24 ` Kyungmin Park
2013-07-22 0:15 ` [PATCH 02/18] MAINTAINERS: ARM: OMAP2/3: Remove unused clockdomain files Joe Perches
2013-07-22 5:01 ` Paul Walmsley
2013-07-22 0:15 ` [PATCH 03/18] MAINTAINERS: OMAP POWERDOMAIN, update patterns Joe Perches
2013-07-22 5:03 ` Paul Walmsley
2013-07-22 5:15 ` Joe Perches
2013-07-22 5:32 ` Paul Walmsley
2013-07-22 9:20 ` Cesar Eduardo Barros
2013-07-22 0:15 ` [PATCH 04/18] MAINTAINERS: ARM: S3C2410: Update patterns Joe Perches
2013-07-24 4:16 ` Kukjin Kim [this message]
2013-07-22 0:15 ` [PATCH 05/18] MAINTAINERS: ARM: spear: Consolidate sections Joe Perches
2013-07-22 4:26 ` Viresh Kumar
2013-07-22 0:15 ` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns Joe Perches
2013-07-26 23:15 ` Linus Walleij
2013-08-07 8:46 ` Linus Walleij
2013-07-22 0:15 ` [PATCH 07/18] MAINTAINERS: ARM: S3C24XX: Remove plat-s3c24xx Joe Perches
2013-07-22 0:15 ` [PATCH 08/18] MAINTAINERS: ghes_edac: Update pattern Joe Perches
2013-07-22 0:15 ` [PATCH 09/18] MAINTAINERS: gpio: vt8500: Remove file pattern Joe Perches
2013-07-29 15:44 ` Linus Walleij
2013-07-22 0:15 ` [PATCH 10/18] MAINTAINERS: Update SIANO drivers Joe Perches
2013-07-22 0:15 ` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern Joe Perches
2013-07-27 18:39 ` edubezval
2013-07-22 0:15 ` [PATCH 12/18] MAINTAINERS: Update it913x patterns Joe Perches
2013-07-22 21:16 ` Antti Palosaari
2013-07-22 21:25 ` Joe Perches
2013-07-22 0:15 ` [PATCH 13/18] MAINTAINERS: Update sirf patterns Joe Perches
2013-08-09 6:23 ` Barry Song
2013-08-14 19:38 ` Linus Walleij
2013-07-22 0:15 ` [PATCH 14/18] MAINTAINERS: Update ssbi patterns Joe Perches
2013-07-22 0:15 ` [PATCH 15/18] MAINTAINERS: Update file pattern for ARC uart Joe Perches
2013-07-22 0:15 ` [PATCH 16/18] MAINTAINERS: Update USB EHCI platform pattern Joe Perches
2013-07-22 0:15 ` [PATCH 17/18] MAINTAINERS: usb: phy: Update patterns Joe Perches
2013-07-22 9:10 ` Felipe Balbi
2013-07-22 0:15 ` [PATCH 18/18] MAINTAINERS: Update GRE DEMUX patterns Joe Perches
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='0e0b01ce8824$97558ed0$c600ac70$@org' \
--to=kgene@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox