Staging tree fixes for 3.19-rc7
Here are two tiny staging tree fixes. One for the nvec driver to resolve a reported problem, and one to add a MAINTAINERS entry for the Android drivers. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlTML9gACgkQMUfUDdst+ylHaQCeKSr7xYfSFhLpm+Uulqddn6xS FP0An1cX7t2NCj5glf69MmP6gIKD45Lx =Xje7 -----END PGP SIGNATURE----- Merge tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging Pull staging tree fixes from Greg KH: "Here are two tiny staging tree fixes. One for the nvec driver to resolve a reported problem, and one to add a MAINTAINERS entry for the Android drivers" * tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: MAINTAINERS: add Android driver entries staging: nvec: specify a platform-device base id
This commit is contained in:
Коммит
5921dfe8dc
10
MAINTAINERS
10
MAINTAINERS
|
@ -708,6 +708,16 @@ X: drivers/iio/*/adjd*
|
|||
F: drivers/staging/iio/*/ad*
|
||||
F: staging/iio/trigger/iio-trig-bfin-timer.c
|
||||
|
||||
ANDROID DRIVERS
|
||||
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||
M: Arve Hjønnevåg <arve@android.com>
|
||||
M: Riley Andrews <riandrews@android.com>
|
||||
T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
|
||||
L: devel@driverdev.osuosl.org
|
||||
S: Supported
|
||||
F: drivers/android/
|
||||
F: drivers/staging/android/
|
||||
|
||||
AOA (Apple Onboard Audio) ALSA DRIVER
|
||||
M: Johannes Berg <johannes@sipsolutions.net>
|
||||
L: linuxppc-dev@lists.ozlabs.org
|
||||
|
|
|
@ -85,23 +85,20 @@ static struct nvec_chip *nvec_power_handle;
|
|||
static const struct mfd_cell nvec_devices[] = {
|
||||
{
|
||||
.name = "nvec-kbd",
|
||||
.id = 1,
|
||||
},
|
||||
{
|
||||
.name = "nvec-mouse",
|
||||
.id = 1,
|
||||
},
|
||||
{
|
||||
.name = "nvec-power",
|
||||
.id = 0,
|
||||
},
|
||||
{
|
||||
.name = "nvec-power",
|
||||
.id = 1,
|
||||
},
|
||||
{
|
||||
.name = "nvec-power",
|
||||
.id = 2,
|
||||
},
|
||||
{
|
||||
.name = "nvec-paz00",
|
||||
.id = 1,
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -891,7 +888,7 @@ static int tegra_nvec_probe(struct platform_device *pdev)
|
|||
nvec_msg_free(nvec, msg);
|
||||
}
|
||||
|
||||
ret = mfd_add_devices(nvec->dev, -1, nvec_devices,
|
||||
ret = mfd_add_devices(nvec->dev, 0, nvec_devices,
|
||||
ARRAY_SIZE(nvec_devices), NULL, 0, NULL);
|
||||
if (ret)
|
||||
dev_err(nvec->dev, "error adding subdevices\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче