Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314AbcDZQGf (ORCPT ); Tue, 26 Apr 2016 12:06:35 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:49797 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583AbcDZQGc (ORCPT ); Tue, 26 Apr 2016 12:06:32 -0400 Authentication-Results: ppops.net; spf=none smtp.mail=rf@opensource.wolfsonmicro.com From: Richard Fitzgerald To: , CC: , , Subject: [PATCH 0/2] wm5110: fixes to ANC clock control Date: Tue, 26 Apr 2016 17:06:18 +0100 Message-ID: <1461686780-22885-1-git-send-email-rf@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1604260262 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 500 Lines: 16 The register for ANC clock control has a combination of volatile and non-readback bits and these two patches fix the way we write to this register. Both patches must be taken together to ensure correct operation. Richard Fitzgerald (2): mfd: wm5110: ARIZONA_CLOCK_CONTROL should be volatile ASoC: arizona: No need to update_bits when writing AEC clock control drivers/mfd/wm5110-tables.c | 1 + sound/soc/codecs/arizona.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.9.1