From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752919Ab1AYDpX (ORCPT ); Mon, 24 Jan 2011 22:45:23 -0500 Received: from wolverine02.qualcomm.com ([199.106.114.251]:55571 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504Ab1AYDpV (ORCPT ); Mon, 24 Jan 2011 22:45:21 -0500 X-IronPort-AV: E=McAfee;i="5400,1158,6236"; a="71636080" From: Stephen Boyd To: David Brown Cc: Saravana Kannan , 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 Message-Id: <1295927118-27591-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.7.4.rc2.3.g60a2e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.