From patchwork Wed Nov 14 12:46:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 10682435 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CD34214E2 for ; Wed, 14 Nov 2018 12:45:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C11AB2B3CF for ; Wed, 14 Nov 2018 12:45:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B5A682B3FE; Wed, 14 Nov 2018 12:45:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 659812B3CF for ; Wed, 14 Nov 2018 12:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727780AbeKNWsc (ORCPT ); Wed, 14 Nov 2018 17:48:32 -0500 Received: from lelv0143.ext.ti.com ([198.47.23.248]:56240 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727702AbeKNWsc (ORCPT ); Wed, 14 Nov 2018 17:48:32 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id wAECjAJV082399; Wed, 14 Nov 2018 06:45:10 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1542199510; bh=5V9nWXE+gzK7eJMuVU8HMz5Rph4/rENBCuXpqkda9nU=; h=From:To:CC:Subject:Date; b=LzhCYUQudv86/XMO/ISO1cPoJw3nPVSL4gOZKRmoVH5lVhP6NebpUTfr0hiwdhrdB vuq8bLAiUjErhU+FwqyNA5TwbaYqUc2XoAYWdljbyBm3qpp4yrtjMi8sPuFYl5C8ag zOaCSOofCwvymQnN/faRBGqFday0ZxCH3kFHZakg= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wAECjAx4077697 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 14 Nov 2018 06:45:10 -0600 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 14 Nov 2018 06:45:10 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 14 Nov 2018 06:45:10 -0600 Received: from feketebors.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id wAECj7Tg008835; Wed, 14 Nov 2018 06:45:08 -0600 From: Peter Ujfalusi To: Mark Brown , Liam Girdwood , CC: , , Subject: [PATCH 0/2] ASoC: omap-mcpdm: Support for handling pdmclk Date: Wed, 14 Nov 2018 14:46:29 +0200 Message-ID: <20181114124631.4586-1-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, This series is on top of the pm_qos changes I have sent earlier today. I have sent this originally two years ago: https://patchwork.kernel.org/patch/9119551/ But needed to revert it as the MFD and clk changes were not merged in time: https://patchwork.kernel.org/patch/9287431/ The dts patches are already upstream, only the patch for McPDM is missing. I have separated the binding document update and the driver patch and also added the return value check for the clk_prepare_enable() as per Mark's comment. Regards, Peter --- Peter Ujfalusi (2): dt-bindings: sound: omap-mcpdm: Update documentation for pdmclk ASoC: omap-mcpdm: Add support for pdmclk clock handling .../devicetree/bindings/sound/omap-mcpdm.txt | 10 ++++++++ sound/soc/omap/omap-mcpdm.c | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+)