From: Arnd Bergmann <arnd@arndb.de>
To: Chao Xie <chao.xie@marvell.com>
Cc: dmitry.torokhov@gmail.com, eric.y.miao@gmail.com,
haojian.zhuang@gmail.com, drwyrm@gmail.com, stefan@openezx.org,
laforge@openezx.org, robert.jarzmik@free.fr,
marek.vasut@gmail.com, sleep_walker@suse.cz, slapin@ossfans.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
xiechao.mail@gmail.com
Subject: Re: [PATCH V3 3/5] arm: pxa: use matrix_keymap for all boards
Date: Tue, 18 Jun 2013 16:02:16 +0200 [thread overview]
Message-ID: <201306181602.16261.arnd@arndb.de> (raw)
In-Reply-To: <1371527778-5236-4-git-send-email-chao.xie@marvell.com>
On Tuesday 18 June 2013, Chao Xie wrote:
> Compile passed for configurations
>
> em_x270_defconfig
> em_x270x.c(MACH_EM_X270, MACH_EXEDA)
>
> ezx_defconfig
> ezx.c(MACH_EZX_A780, MACH_EZX_E680, MACH_EZX_A1200,
> MACH_EZX_A910, MACH_EZX_E6, MACH_EZX_E2)
>
> palmz72_defconfig
> palmld.c(MACH_PALMLD), palmtreo.c(PALM_TREO),
> palmtx.c(MACH_PALMTX), palmz72.c(MACH_PALMZ72),
> palmt5.c(MACH_PALMT5)
>
> pxa3xx_defconfig
> littleton.c(MACH_LITTLETON), tarvorevb.c(MACH_TAVOREVB),
> zylonite.c(MACH_ZYLONITE320), mioa701.c(MACH_MIOA701),
> z2.c(MACH_ZIPIT2)
>
> mainstone_defconfig
> maintone.c(MACH_MAINSTONE)
>
> Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks for the quick update.
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 3/5] arm: pxa: use matrix_keymap for all boards
Date: Tue, 18 Jun 2013 16:02:16 +0200 [thread overview]
Message-ID: <201306181602.16261.arnd@arndb.de> (raw)
In-Reply-To: <1371527778-5236-4-git-send-email-chao.xie@marvell.com>
On Tuesday 18 June 2013, Chao Xie wrote:
> Compile passed for configurations
>
> em_x270_defconfig
> em_x270x.c(MACH_EM_X270, MACH_EXEDA)
>
> ezx_defconfig
> ezx.c(MACH_EZX_A780, MACH_EZX_E680, MACH_EZX_A1200,
> MACH_EZX_A910, MACH_EZX_E6, MACH_EZX_E2)
>
> palmz72_defconfig
> palmld.c(MACH_PALMLD), palmtreo.c(PALM_TREO),
> palmtx.c(MACH_PALMTX), palmz72.c(MACH_PALMZ72),
> palmt5.c(MACH_PALMT5)
>
> pxa3xx_defconfig
> littleton.c(MACH_LITTLETON), tarvorevb.c(MACH_TAVOREVB),
> zylonite.c(MACH_ZYLONITE320), mioa701.c(MACH_MIOA701),
> z2.c(MACH_ZIPIT2)
>
> mainstone_defconfig
> maintone.c(MACH_MAINSTONE)
>
> Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks for the quick update.
next prev parent reply other threads:[~2013-06-18 14:02 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 3:56 [PATCH V3 0/5] input: pxa27x-keypad: enhancement and device tree support Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` [PATCH V3 1/5] input: pxa27x-keypad: use matrix_keymap for matrix keyes Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-22 15:24 ` Mike Dunn
2013-06-22 15:24 ` Mike Dunn
2013-06-22 15:24 ` Mike Dunn
2013-06-18 3:56 ` [PATCH V3 2/5] arm: mmp: use matrix_keymap for all boards Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` [PATCH V3 3/5] arm: pxa: " Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 14:02 ` Arnd Bergmann [this message]
2013-06-18 14:02 ` Arnd Bergmann
2013-06-22 15:26 ` Mike Dunn
2013-06-22 15:26 ` Mike Dunn
2013-06-22 15:26 ` Mike Dunn
2013-06-18 3:56 ` [PATCH V3 4/5] input: pxa27x-keypad: remove the unused members at platform data Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` [PATCH V3 5/5] input: pxa27x-keypad: add device tree support Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-18 3:56 ` Chao Xie
2013-06-19 8:22 ` Marek Vasut
2013-06-19 8:22 ` Marek Vasut
2013-06-19 8:38 ` Chao Xie
2013-06-19 8:38 ` Chao Xie
2013-06-19 9:25 ` Arnd Bergmann
2013-06-19 9:25 ` Arnd Bergmann
2013-06-19 11:13 ` Gerhard Sittig
2013-06-19 11:13 ` Gerhard Sittig
2013-06-20 2:01 ` Chao Xie
2013-06-20 2:01 ` Chao Xie
2013-06-20 9:06 ` Arnd Bergmann
2013-06-20 9:06 ` Arnd Bergmann
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=201306181602.16261.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=chao.xie@marvell.com \
--cc=dmitry.torokhov@gmail.com \
--cc=drwyrm@gmail.com \
--cc=eric.y.miao@gmail.com \
--cc=haojian.zhuang@gmail.com \
--cc=laforge@openezx.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marek.vasut@gmail.com \
--cc=robert.jarzmik@free.fr \
--cc=slapin@ossfans.org \
--cc=sleep_walker@suse.cz \
--cc=stefan@openezx.org \
--cc=xiechao.mail@gmail.com \
/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.