Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461746
| From | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Remove usages of deprecated create_singlethread_workqueue |
| Date | 2016-08-14 11:30 +0200 |
| Message-ID | <s5ZAC-5TR-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Remove usages of deprecated create_singlethread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-14 11:30 +0200
[PATCH 2/3] Input: touchscreen: mc13783_ts: Remove deprecated create_singletheread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-14 11:30 +0200
Re: [PATCH 2/3] Input: touchscreen: mc13783_ts: Remove deprecated create_singletheread_workqueue Tejun Heo <tj@kernel.org> - 2016-08-16 01:00 +0200
Re: [PATCH 2/3] Input: touchscreen: mc13783_ts: Remove deprecated create_singletheread_workqueue Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-08-23 23:00 +0200
[PATCH 1/3] Input: psmouse: Remove deprecated create_singletheread_workqueue Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2016-08-14 11:50 +0200
Re: [PATCH 1/3] Input: psmouse: Remove deprecated create_singletheread_workqueue Tejun Heo <tj@kernel.org> - 2016-08-16 01:00 +0200
Re: [PATCH 1/3] Input: psmouse: Remove deprecated create_singletheread_workqueue Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-08-23 23:50 +0200
csiph-web