[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386718996-3733-1-git-send-email-sboyd@codeaurora.org>
Date: Tue, 10 Dec 2013 15:43:09 -0800
From: Stephen Boyd <sboyd@...eaurora.org>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-input@...r.kernel.org,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH 0/7] Use regmap+devm in pm8xxx input drivers
These patches move the pm8xxx input drivers over to use devm_* APIs
and regmap. This breaks the dependency of these drivers on the pm8xxx
specific read/write calls and also simplifies the probe code a bit.
There was no devm_request_any_context_irq() available, so I've added
it here.
Stephen Boyd (7):
Input: pmic8xxx-pwrkey - Pass input device directly to interrupt
Input: pmic8xxx-pwrkey - Migrate to regmap APIs
Input: pm8xxx-vibrator - Migrate to devm_* APIs
Input: pm8xxx-vibrator - Migrate to regmap APIs
genirq: Add devm_request_any_context_irq()
Input: pmic8xxx-keypad - Migrate to devm_* APIs
Input: pmic8xxx-keypad - Migrate to regmap APIs
drivers/input/keyboard/pmic8xxx-keypad.c | 143 ++++++++++---------------------
drivers/input/misc/pm8xxx-vibrator.c | 107 ++++++-----------------
drivers/input/misc/pmic8xxx-pwrkey.c | 35 ++++----
include/linux/interrupt.h | 5 ++
kernel/irq/devres.c | 45 ++++++++++
5 files changed, 141 insertions(+), 194 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists