From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752921AbcHNJ1m (ORCPT ); Sun, 14 Aug 2016 05:27:42 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:33233 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbcHNJ1k (ORCPT ); Sun, 14 Aug 2016 05:27:40 -0400 Date: Sun, 14 Aug 2016 10:49:55 +0530 From: Bhaktipriya Shridhar To: Dmitry Torokhov , Hans de Goede , Pali =?iso-8859-1?Q?Roh=E1r?= , Chris Diamand , Stefan Assmann , Richard Pospesel , Lars-Peter Clausen , Takashi Iwai Cc: Tejun Heo , patches@opensource.wolfsonmicro.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Remove usages of deprecated create_singlethread_workqueue Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 This patch set removes the instances of deprecated create_singlethread_workqueue (scheduled for removal) in drivers/input by making the appropriate conversions. Bhaktipriya Shridhar (3): Input: psmouse: Remove deprecated create_singletheread_workqueue Input: touchscreen: mc13783_ts: Remove deprecated create_singletheread_workqueue Input: wm97xx: Remove deprecated create_singletheread_workqueue drivers/input/mouse/psmouse-base.c | 2 +- drivers/input/touchscreen/mc13783_ts.c | 19 ++++--------------- drivers/input/touchscreen/wm97xx-core.c | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) -- 2.1.4