From: daniel@caiaq.de (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/8] pxa/income: Add Income SBC support
Date: Mon, 24 May 2010 13:01:56 +0200 [thread overview]
Message-ID: <20100524110155.GH30801@buzzloop.caiaq.de> (raw)
In-Reply-To: <1274480980-10109-8-git-send-email-marek.vasut@gmail.com>
On Sat, May 22, 2010 at 12:29:39AM +0200, Marek Vasut wrote:
> This is support for custom design based on Toradex Colibri PXA270 CPU card.
> Initial patch was by Pavel Revak.
>
> [daniel - rebased the code to follow the module/board split]
>
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
> MAINTAINERS | 7 +
> arch/arm/mach-pxa/Kconfig | 7 +
> arch/arm/mach-pxa/Makefile | 1 +
> arch/arm/mach-pxa/colibri-pxa270-income.c | 272 +++++++++++++++++++++++++++++
> arch/arm/mach-pxa/colibri-pxa270.c | 29 +++-
> arch/arm/mach-pxa/include/mach/colibri.h | 7 +
> 6 files changed, 320 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/mach-pxa/colibri-pxa270-income.c
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa02bf2..38e760c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -696,6 +696,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
> F: arch/arm/mach-sa1100/jornada720.c
> F: arch/arm/mach-sa1100/include/mach/jornada720.h
>
> +ARM/INCOME PXA270 SUPPORT
> +M: Marek Vasut <marek.vasut@gmail.com>
> +L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> +S: Maintained
> +F: arch/arm/mach-pxa/income.c
> +F: arch/arm/mach-pxa/include/mach-pxa/income.h
> +
> ARM/INTEL IOP32X ARM ARCHITECTURE
> M: Lennert Buytenhek <kernel@wantstofly.org>
> M: Dan Williams <dan.j.williams@intel.com>
> diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
> index 819b44f..2ff0b32 100644
> --- a/arch/arm/mach-pxa/Kconfig
> +++ b/arch/arm/mach-pxa/Kconfig
> @@ -242,6 +242,13 @@ config MACH_COLIBRI_PXA270_EVALBOARD
> bool "Toradex Colibri Evaluation Carrier Board support (PXA270)"
> depends on MACH_COLIBRI
>
> +config MACH_COLIBRI_PXA270_INCOME
> + bool "Income s.r.o. PXA270 SBC"
> + depends on MACH_COLIBRI
> + select PXA27x
> + select HAVE_PWM
> + select PXA_HAVE_BOARD_IRQS
Hmm, now that we depend on MACH_COLIBRI, I think these auto-selects can
go away as MACH_COLIBRI already cares for them, right?
Daniel
next prev parent reply other threads:[~2010-05-24 11:01 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-21 22:29 Colibri/PXA270 patchset Marek Vasut
2010-05-21 22:29 ` [PATCH 1/8] pxa/colibri270: Refactor board definition file Marek Vasut
2010-05-26 13:56 ` Eric Miao
2010-05-21 22:29 ` [PATCH 2/8] pxa/colibri270: Add MMC support Marek Vasut
2010-05-26 13:55 ` Eric Miao
2010-05-21 22:29 ` [PATCH 3/8] pxa/colibri270: Add FFUART MFP Marek Vasut
2010-05-26 13:57 ` Eric Miao
2010-05-21 22:29 ` [PATCH 4/8] pxa/colibri270: Add UHC support Marek Vasut
2010-05-26 13:58 ` Eric Miao
2010-05-21 22:29 ` [PATCH 5/8] pxa/colibri270: Add TSC support Marek Vasut
2010-05-26 14:00 ` Eric Miao
2010-05-21 22:29 ` [PATCH 6/8] ARM: pxa/colibri-pxa270: split module and base board code Marek Vasut
2010-05-26 14:07 ` Eric Miao
2010-05-21 22:29 ` [PATCH 7/8] pxa/income: Add Income SBC support Marek Vasut
2010-05-24 11:01 ` Daniel Mack [this message]
2010-05-26 14:18 ` Eric Miao
2010-05-26 14:23 ` Daniel Mack
2010-05-21 22:29 ` [PATCH 8/8] ARM: pxa/colibri-pxa270: update defconfig Marek Vasut
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=20100524110155.GH30801@buzzloop.caiaq.de \
--to=daniel@caiaq.de \
--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.