From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752560AbcDULoM (ORCPT ); Thu, 21 Apr 2016 07:44:12 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.163]:59498 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752346AbcDULoG (ORCPT ); Thu, 21 Apr 2016 07:44:06 -0400 X-RZG-AUTH: :JGIXVUS7cutRB/49FwqZ7WcecEarQROEYabkiUo6mSAGQ+qKIDcoIFI= X-RZG-CLASS-ID: mo00 From: "H. Nikolaus Schaller" To: Dmitry Torokhov , Fabio Estevam , Peter Ujfalusi , "H. Nikolaus Schaller" Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pyra-handheld.com, letux-kernel@openphoenux.org Subject: [PATCH v2 0/4] fixes for twl6040-vibra Date: Thu, 21 Apr 2016 13:43:46 +0200 Message-Id: X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes V2: * remove 2 patches already accepted * keep DT memory management patch until we know if there is a better solution in the library * suggestions by Dmitry Torokhov: * add cancel_work to make removal of mutex safe * replace "unregister handler" patch by "do not reparent" patch * new: add fix for atomic schedule bug V1: 2016-04-18 21:55:44: There are some small bugs in the twl6040-vibra driver and differences to how twl4030 vibra works. This patch series addresses them. Dmitry Torokhov (1): Input: twl6040-vibra - do not reparent to grandparent H. Nikolaus Schaller (3): input: twl6040-vibra: fix DT node memory management input: twl6040-vibra: remove mutex input: twl6040-vibra: fix atomic schedule panic drivers/input/misc/twl6040-vibra.c | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) -- 2.7.3