[PATCH v5 0/9] Use regmap+devm+DT in pm8xxx input drivers
From: dmitry.torokhov@gmail.com (Dmitry Torokhov)
Date: 2014-03-29 19:50:13
Also in:
linux-arm-msm, lkml
From: dmitry.torokhov@gmail.com (Dmitry Torokhov)
Date: 2014-03-29 19:50:13
Also in:
linux-arm-msm, lkml
On Tue, Mar 04, 2014 at 10:34:39AM -0800, Stephen Boyd wrote:
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. Finally we add devicetree support to these drivers so they can be probed on the platforms that are supported upstream.
Applied all (and folded DT binding patches into respective driver changes). -- Dmitry