From: manjunath.hadli@ti.com (Manjunath Hadli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] ARM: davinci: re-arrange definitions to have a common davinci header
Date: Thu, 8 Dec 2011 19:25:23 +0530 [thread overview]
Message-ID: <1323352528-1207-1-git-send-email-manjunath.hadli@ti.com> (raw)
Re-arrange definitions and remove unnecessary code so that we can
have a common header for all davinci platforms. This will enable
us to share defines and enable common routines to be used without
polluting hardware.h.
This patch set forms the base for a later set of patches for having
a common system module base address (DAVINCI_SYSTEM_MODULE_BASE).
Changes from previous version:
1. Addressed Shekhar's comments for non-inclusion of mach headers from core.
2. Move the mach header from include to mach
Manjunath Hadli (5):
davinci: vpif: remove obsolete header file inclusion
ARM: davinci: dm644x: remove the macros from the header to move to c
file
ARM: davinci: dm365: remove the macros from the header to move to c
file
ARM: davinci: dm646x: remove the macros from the header to move to c
file
ARM: davinci: create new common platform header for davinci
arch/arm/mach-davinci/board-dm355-evm.c | 2 +-
arch/arm/mach-davinci/board-dm355-leopard.c | 2 +-
arch/arm/mach-davinci/board-dm365-evm.c | 2 +-
arch/arm/mach-davinci/board-dm644x-evm.c | 2 +-
arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-
arch/arm/mach-davinci/board-neuros-osd2.c | 2 +-
arch/arm/mach-davinci/board-sffsdr.c | 2 +-
arch/arm/mach-davinci/davinci.h | 88 +++++++++++++++++++++++++++
arch/arm/mach-davinci/dm355.c | 2 +-
arch/arm/mach-davinci/dm365.c | 18 +++++-
arch/arm/mach-davinci/dm644x.c | 9 +++-
arch/arm/mach-davinci/dm646x.c | 9 +++-
arch/arm/mach-davinci/include/mach/dm355.h | 32 ----------
arch/arm/mach-davinci/include/mach/dm365.h | 52 ----------------
arch/arm/mach-davinci/include/mach/dm644x.h | 47 --------------
arch/arm/mach-davinci/include/mach/dm646x.h | 41 ------------
drivers/media/video/davinci/vpif.h | 2 +-
drivers/media/video/davinci/vpif_display.c | 2 -
18 files changed, 130 insertions(+), 186 deletions(-)
create mode 100644 arch/arm/mach-davinci/davinci.h
delete mode 100644 arch/arm/mach-davinci/include/mach/dm355.h
delete mode 100644 arch/arm/mach-davinci/include/mach/dm365.h
delete mode 100644 arch/arm/mach-davinci/include/mach/dm644x.h
delete mode 100644 arch/arm/mach-davinci/include/mach/dm646x.h
next reply other threads:[~2011-12-08 13:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-08 13:55 Manjunath Hadli [this message]
2011-12-08 13:55 ` [PATCH v4 1/5] davinci: vpif: remove obsolete header file inclusion Manjunath Hadli
2011-12-08 13:55 ` [PATCH v4 2/5] ARM: davinci: dm644x: remove the macros from the header to move to c file Manjunath Hadli
2011-12-08 13:55 ` [PATCH v4 3/5] ARM: davinci: dm365: " Manjunath Hadli
2011-12-08 13:55 ` [PATCH v4 4/5] ARM: davinci: dm646x: " Manjunath Hadli
2011-12-08 13:55 ` [PATCH v4 5/5] ARM: davinci: create new common platform header for davinci Manjunath Hadli
2011-12-09 10:50 ` Sergei Shtylyov
2011-12-12 11:25 ` [PATCH v4 0/5] ARM: davinci: re-arrange definitions to have a common davinci header Nori, Sekhar
2011-12-12 15:03 ` Russell King - ARM Linux
2011-12-13 9:38 ` Hadli, Manjunath
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=1323352528-1207-1-git-send-email-manjunath.hadli@ti.com \
--to=manjunath.hadli@ti.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).