From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753987AbdIDPn2 (ORCPT ); Mon, 4 Sep 2017 11:43:28 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:33920 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753764AbdIDPmF (ORCPT ); Mon, 4 Sep 2017 11:42:05 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.cirrus.com From: Charles Keepax To: , CC: , , , , , , Subject: [PATCH 0/7] Refactor audio device tree handling Date: Mon, 4 Sep 2017 16:41:47 +0100 Message-ID: <20170904154154.4395-1-ckeepax@opensource.cirrus.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709040250 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Move the audio device tree binding out into its own documentation file, as is already done for the regulator and extcon bindings. Then add support for a new device tree property allowing the volume limits on the CODEC to be configured. It should be possible to put the patches through their separate trees. Thanks, Charles Charles Keepax (7): ASoC: arizona: Add new common Arizona init function ASoC: arizona: Add handling for audio related device tree entries ASoC: arizona: Add audio device tree bindings mfd: arizona: Remove audio related device tree code mfd: arizona: Remove audio bindings from MFD binding document ASoC: arizona: Add support for setting the output volume limits ASoC: arizona: Add device tree binding doc for volume limits Documentation/devicetree/bindings/mfd/arizona.txt | 40 +---- .../devicetree/bindings/sound/wlf,arizona.txt | 53 +++++++ MAINTAINERS | 1 + drivers/mfd/arizona-core.c | 132 +--------------- include/linux/mfd/arizona/pdata.h | 3 + sound/soc/codecs/arizona.c | 166 ++++++++++++++++++++- sound/soc/codecs/arizona.h | 6 +- sound/soc/codecs/cs47l24.c | 14 +- sound/soc/codecs/wm5102.c | 14 +- sound/soc/codecs/wm5110.c | 14 +- sound/soc/codecs/wm8997.c | 15 +- sound/soc/codecs/wm8998.c | 11 +- 12 files changed, 288 insertions(+), 181 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/wlf,arizona.txt -- 2.11.0