From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753742AbaJaHub (ORCPT ); Fri, 31 Oct 2014 03:50:31 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:43010 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742AbaJaHu3 (ORCPT ); Fri, 31 Oct 2014 03:50:29 -0400 From: Vignesh R To: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Tony Lindgren CC: , , , , Vignesh R Subject: [PATCH 0/3] Add support for ADC on am437x-gp and am43x-epos-evm Date: Fri, 31 Oct 2014 13:16:40 +0530 Message-ID: <1414741603-18233-1-git-send-email-vigneshr@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm. The ADC clock hwmod data of am33xx has been moved to commom place so that both am43xx and am33xx can reuse them. tscadc DT node has been adided to am437x-gp and am43x-epos dt files. With these patches, ADC functionalities are now available on am43xx. Vignesh R (3): arm: mach-omap2: omap_hwmod_33xx_43xx_ipblock_data: Move am33xx_l4_hs_hwmod to ipblock_data arm: mach-omap2: omap_hwmod_43xx_data: add hwmod support for tscadc on am43x-evm arm: boot: dts: am4372: add tscadc DT entries for am437x-evm and am43x-epos-evm arch/arm/boot/dts/am4372.dtsi | 20 ++++++ arch/arm/boot/dts/am437x-gp-evm.dts | 8 +++ arch/arm/boot/dts/am43x-epos-evm.dts | 8 +++ .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 2 + .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 79 ++++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ------------------ arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 + 7 files changed, 118 insertions(+), 64 deletions(-) -- 1.9.1