From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] DaVinci cleanups for v3.4
Date: Mon, 27 Feb 2012 14:59:52 +0000 [thread overview]
Message-ID: <201202271459.52216.arnd@arndb.de> (raw)
In-Reply-To: <DF0F476B391FA8409C78302C7BA518B6317D2DB9@DBDE01.ent.ti.com>
On Friday 24 February 2012, Nori, Sekhar wrote:
> Hi Arnd, Olof,
>
> Can you please pull these DaVinci clean-up patches for
> the v3.4 merge window? I have made sure that these don't
> have any conflicts with the rmk/for-armsoc branch of
> the arm-soc tree.
>
> These patches need the following two commits from linux-next
> (next-20120224) to keep the VPIF and CQ93VC drivers building.
>
> 2e932f2 ASoC: CQ93VC: remove machine specific header file inclusion from codec
> db38951 [media] davinci: vpif: remove machine specific header file includes
In general, don't worry too much about conflicts that are easy to
resolve. However, having these extra dependencies is not good,
because it means that we cannot easily build-test the arm-soc
tree by itself and it breaks bisection through the git history.
In the future, please make sure that dependent commits show up
in the right order. For now, I've added the patch below on top
of your series.
Arnd
commit 6ea96e111e6a7f06ef62227bf64e8cd65bd705b3
Author: Arnd Bergmann <arnd@arndb.de>
Date: Mon Feb 27 14:55:22 2012 +0000
ARM: davinci: add back dummy header files
The mach/dm365.h and mach/dm646xh headers are currently being included
in some device drivers. The removal of those includes is already merged
in some subsystem trees, but adding the dummy files ensures that this
branch can be built standalone.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h
new file mode 100644
index 0000000..b9bf3d6
--- /dev/null
+++ b/arch/arm/mach-davinci/include/mach/dm365.h
@@ -0,0 +1 @@
+/* empty, remove once unused */
diff --git a/arch/arm/mach-davinci/include/mach/dm646x.h b/arch/arm/mach-davinci/include/mach/dm646x.h
new file mode 100644
index 0000000..b9bf3d6
--- /dev/null
+++ b/arch/arm/mach-davinci/include/mach/dm646x.h
@@ -0,0 +1 @@
+/* empty, remove once unused */
next prev parent reply other threads:[~2012-02-27 14:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 21:25 [GIT PULL] DaVinci cleanups for v3.4 Nori, Sekhar
2012-02-27 14:59 ` Arnd Bergmann [this message]
2012-02-28 14:23 ` Nori, Sekhar
2012-02-28 15:27 ` Arnd Bergmann
2012-02-28 16:50 ` Nori, Sekhar
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=201202271459.52216.arnd@arndb.de \
--to=arnd@arndb.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.