From: Stephen Boyd <sboyd@codeaurora.org>
To: David Brown <davidb@codeaurora.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Miscellaneous MSM fixes
Date: Wed, 22 Aug 2012 15:55:42 -0700 [thread overview]
Message-ID: <1345676145-12321-1-git-send-email-sboyd@codeaurora.org> (raw)
Here's a small collection of MSM patches I have lying around.
The first removes a useless file and hook that nobody is using.
The second marks some functions static in clock-pcom.c since
they aren't used outside the file and the last removes idle.c
because it's dead code.
Stephen Boyd (3):
ARM: MSM: Remove msm_hw_reset_hook
ARM: MSM: clock-pcom: Mark functions static
ARM: MSM: Remove unused idle.c
arch/arm/mach-msm/Makefile | 2 +-
arch/arm/mach-msm/board-mahimahi.c | 1 -
arch/arm/mach-msm/board-sapphire.c | 1 -
arch/arm/mach-msm/clock-pcom.c | 18 ++++++------
arch/arm/mach-msm/idle.c | 49 ---------------------------------
arch/arm/mach-msm/include/mach/system.h | 19 -------------
arch/arm/mach-msm/proc_comm.c | 1 -
arch/arm/mach-msm/smd.c | 7 -----
8 files changed, 10 insertions(+), 88 deletions(-)
delete mode 100644 arch/arm/mach-msm/idle.c
delete mode 100644 arch/arm/mach-msm/include/mach/system.h
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next reply other threads:[~2012-08-22 22:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 22:55 Stephen Boyd [this message]
2012-08-22 22:55 ` [PATCH 1/3] ARM: MSM: Remove msm_hw_reset_hook Stephen Boyd
2012-08-22 22:55 ` [PATCH 2/3] ARM: MSM: clock-pcom: Mark functions static Stephen Boyd
2012-08-22 22:55 ` [PATCH 3/3] ARM: MSM: Remove unused idle.c Stephen Boyd
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=1345676145-12321-1-git-send-email-sboyd@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=davidb@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).