From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756467AbcDNPTG (ORCPT ); Thu, 14 Apr 2016 11:19:06 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:33366 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754799AbcDNPTB (ORCPT ); Thu, 14 Apr 2016 11:19:01 -0400 From: Thierry Reding To: Linus Torvalds Cc: linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Agner Subject: [GIT PULL] pwm: Fixes for v4.6-rc4 Date: Thu, 14 Apr 2016 17:18:56 +0200 Message-Id: <1460647136-3268-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.8.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git tags/pwm/for-4.6-rc4 for you to fetch changes up to ad06fdeeef1cbadf86ebbe510e8079abada8b44e: pwm: fsl-ftm: Use flat regmap cache (2016-04-14 16:54:00 +0200) Thanks, Thierry ---------------------------------------------------------------- pwm: Fixes for v4.6-rc4 A single one-line fix to turn the regmap cache from an RB-tree to a flat cache to avoid lockdep and abort issues. ---------------------------------------------------------------- Stefan Agner (1): pwm: fsl-ftm: Use flat regmap cache drivers/pwm/pwm-fsl-ftm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)