From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752604AbbJFLe0 (ORCPT ); Tue, 6 Oct 2015 07:34:26 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:51918 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752275AbbJFLeZ (ORCPT ); Tue, 6 Oct 2015 07:34:25 -0400 Date: Tue, 6 Oct 2015 13:34:19 +0200 From: Ralf Baechle To: Thierry Reding Cc: Lars-Peter Clausen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: jz4740: Use PWM lookup table Message-ID: <20151006113419.GC26251@linux-mips.org> References: <1444044677-11518-1-git-send-email-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444044677-11518-1-git-send-email-thierry.reding@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 05, 2015 at 01:31:17PM +0200, Thierry Reding wrote: > Associate the PWM with the pwm-beeper device using a PWM lookup table. > This will eventually allow the legacy function calls to pwm_request() to > be removed from all consumer drivers. This one applied with fuzz only, probably because I was using the other fix for the gpio issue. Thanks, Ralf