Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753426AbbKBJcY (ORCPT ); Mon, 2 Nov 2015 04:32:24 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:49817 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753337AbbKBJcW (ORCPT ); Mon, 2 Nov 2015 04:32:22 -0500 Date: Mon, 2 Nov 2015 09:06:36 +0000 From: Charles Keepax To: Robert Jarzmik CC: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Lars-Peter Clausen , , , Subject: Re: [PATCH v4 1/2] ASoC: wm9713: convert to regmap Message-ID: <20151102090636.GM10520@ck-lbox> References: <1446405820-24923-1-git-send-email-robert.jarzmik@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1446405820-24923-1-git-send-email-robert.jarzmik@free.fr> User-Agent: Mutt/1.5.20 (2009-06-14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-11-02_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1511020168 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 25 On Sun, Nov 01, 2015 at 08:23:39PM +0100, Robert Jarzmik wrote: > Convert the Wolfson WM9713 to regmap API. This will leverage all the > regmap functions (debug, registers update, etc ...). > > As a bonus, this will pave the path to gpio chip introduction, and > devicetree support. This was tested on the mioa701 board, pxa27x based, > in PCM playback, and through suspend/resume. > > Signed-off-by: Robert Jarzmik > --- > Since v1: fix suspend/resume (that specific part is not tested yet) > Since v2: split out the snd_soc_*() from regmap support > Since v3: remove suspend/resume regmap cache operations, rely on > regmap volatile registers > --- Reviewed-by: Charles Keepax Thanks, Charles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/