From: Stephen Boyd <sboyd@codeaurora.org>
To: David Brown <davidb@codeaurora.org>
Cc: Saravana Kannan <skannan@codeaurora.org>,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] MSM: clock debugfs and cleanups
Date: Mon, 24 Jan 2011 19:45:14 -0800 [thread overview]
Message-ID: <1295927118-27591-1-git-send-email-sboyd@codeaurora.org> (raw)
These patches were previously posted as part of a larger series.
I've refreshed these against the latest msm for-next branch.
They cleanup debugfs and the clock code and add support for
some proc_comm clocks.
Matt Wagantall (1):
msm: clock: Move debugfs code from clock.c to clock-debug.c
Stephen Boyd (3):
msm: clock: Remove unused code and definitions
msm: clock: Invert debugfs directory layout
msm: clock: Add support for more proc_comm clocks
arch/arm/mach-msm/Makefile | 3 +
arch/arm/mach-msm/board-msm8x60.c | 5 +-
arch/arm/mach-msm/clock-debug.c | 131 +++++++++++++++++++++++++++++++
arch/arm/mach-msm/clock-pcom.c | 1 +
arch/arm/mach-msm/clock-pcom.h | 4 +-
arch/arm/mach-msm/clock.c | 148 ++---------------------------------
arch/arm/mach-msm/clock.h | 52 ++----------
arch/arm/mach-msm/devices-msm7x30.c | 3 +
arch/arm/mach-msm/devices-qsd8x50.c | 7 ++
9 files changed, 165 insertions(+), 189 deletions(-)
create mode 100644 arch/arm/mach-msm/clock-debug.c
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] MSM: clock debugfs and cleanups
Date: Mon, 24 Jan 2011 19:45:14 -0800 [thread overview]
Message-ID: <1295927118-27591-1-git-send-email-sboyd@codeaurora.org> (raw)
These patches were previously posted as part of a larger series.
I've refreshed these against the latest msm for-next branch.
They cleanup debugfs and the clock code and add support for
some proc_comm clocks.
Matt Wagantall (1):
msm: clock: Move debugfs code from clock.c to clock-debug.c
Stephen Boyd (3):
msm: clock: Remove unused code and definitions
msm: clock: Invert debugfs directory layout
msm: clock: Add support for more proc_comm clocks
arch/arm/mach-msm/Makefile | 3 +
arch/arm/mach-msm/board-msm8x60.c | 5 +-
arch/arm/mach-msm/clock-debug.c | 131 +++++++++++++++++++++++++++++++
arch/arm/mach-msm/clock-pcom.c | 1 +
arch/arm/mach-msm/clock-pcom.h | 4 +-
arch/arm/mach-msm/clock.c | 148 ++---------------------------------
arch/arm/mach-msm/clock.h | 52 ++----------
arch/arm/mach-msm/devices-msm7x30.c | 3 +
arch/arm/mach-msm/devices-qsd8x50.c | 7 ++
9 files changed, 165 insertions(+), 189 deletions(-)
create mode 100644 arch/arm/mach-msm/clock-debug.c
--
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:[~2011-01-25 3:45 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 3:45 Stephen Boyd [this message]
2011-01-25 3:45 ` [PATCH 0/4] MSM: clock debugfs and cleanups Stephen Boyd
2011-01-25 3:45 ` [PATCH 1/4] msm: clock: Remove unused code and definitions Stephen Boyd
2011-01-25 3:45 ` Stephen Boyd
2011-01-25 21:38 ` Daniel Walker
2011-01-25 21:38 ` Daniel Walker
2011-01-25 21:52 ` Saravana Kannan
2011-01-25 21:52 ` Saravana Kannan
2011-01-25 22:02 ` Daniel Walker
2011-01-25 22:02 ` Daniel Walker
2011-01-26 22:01 ` David Brown
2011-01-26 22:01 ` David Brown
2011-01-26 22:03 ` Daniel Walker
2011-01-26 22:03 ` Daniel Walker
2011-01-26 22:50 ` Stephen Boyd
2011-01-26 22:50 ` Stephen Boyd
2011-01-25 3:45 ` [PATCH 2/4] msm: clock: Move debugfs code from clock.c to clock-debug.c Stephen Boyd
2011-01-25 3:45 ` Stephen Boyd
2011-01-25 3:45 ` [PATCH 3/4] msm: clock: Invert debugfs directory layout Stephen Boyd
2011-01-25 3:45 ` Stephen Boyd
2011-01-25 3:45 ` [PATCH 4/4] msm: clock: Add support for more proc_comm clocks Stephen Boyd
2011-01-25 3:45 ` Stephen Boyd
2011-01-25 21:58 ` Daniel Walker
2011-01-25 21:58 ` Daniel Walker
2011-01-26 22:03 ` David Brown
2011-01-26 22:03 ` David Brown
2011-01-26 22:04 ` Daniel Walker
2011-01-26 22:04 ` Daniel Walker
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=1295927118-27591-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 \
--cc=skannan@codeaurora.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.