From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
t-kristo-l0cyMroinI0@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org,
dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Subject: [GIT PULL] Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window
Date: Wed, 26 Oct 2016 10:34:38 +0100 [thread overview]
Message-ID: <20161026093438.GO8574@dell> (raw)
In-Reply-To: <1474270746-11568-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-input-regulator-v4.10
for you to fetch changes up to 2dc4940360d4c0c38aa9275532c7c0d7542f6258:
regulator: tps65218: Remove all the compatibles (2016-10-26 10:30:39 +0100)
----------------------------------------------------------------
Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window
----------------------------------------------------------------
Keerthy (5):
mfd: tps65218: Remove redundant read wrapper
Documentation: regulator: tps65218: Update examples
input: tps65218-pwrbutton: Add platform_device_id table
mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
regulator: tps65218: Remove all the compatibles
.../devicetree/bindings/regulator/tps65218.txt | 87 +++++++++---
drivers/gpio/gpio-tps65218.c | 3 +-
drivers/input/misc/tps65218-pwrbutton.c | 8 ++
drivers/mfd/tps65218.c | 34 ++---
drivers/regulator/tps65218-regulator.c | 153 ++++++++-------------
include/linux/mfd/tps65218.h | 3 +-
6 files changed, 157 insertions(+), 131 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Keerthy <j-keerthy@ti.com>
Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-input@vger.kernel.org,
robh+dt@kernel.org, linux-kernel@vger.kernel.org,
t-kristo@ti.com, tony@atomide.com, dmitry.torokhov@gmail.com,
linus.walleij@linaro.org, broonie@kernel.org
Subject: [GIT PULL] Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window
Date: Wed, 26 Oct 2016 10:34:38 +0100 [thread overview]
Message-ID: <20161026093438.GO8574@dell> (raw)
In-Reply-To: <1474270746-11568-1-git-send-email-j-keerthy@ti.com>
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-gpio-input-regulator-v4.10
for you to fetch changes up to 2dc4940360d4c0c38aa9275532c7c0d7542f6258:
regulator: tps65218: Remove all the compatibles (2016-10-26 10:30:39 +0100)
----------------------------------------------------------------
Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window
----------------------------------------------------------------
Keerthy (5):
mfd: tps65218: Remove redundant read wrapper
Documentation: regulator: tps65218: Update examples
input: tps65218-pwrbutton: Add platform_device_id table
mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
regulator: tps65218: Remove all the compatibles
.../devicetree/bindings/regulator/tps65218.txt | 87 +++++++++---
drivers/gpio/gpio-tps65218.c | 3 +-
drivers/input/misc/tps65218-pwrbutton.c | 8 ++
drivers/mfd/tps65218.c | 34 ++---
drivers/regulator/tps65218-regulator.c | 153 ++++++++-------------
include/linux/mfd/tps65218.h | 3 +-
6 files changed, 157 insertions(+), 131 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2016-10-26 9:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 7:39 [PATCH v8 0/5] mfd: tps65218: Clean ups Keerthy
2016-09-19 7:39 ` Keerthy
2016-09-19 7:39 ` [PATCH v8 1/5] mfd: tps65218: Remove redundant read wrapper Keerthy
2016-09-19 7:39 ` Keerthy
2016-09-19 7:39 ` [PATCH v8 3/5] input: tps65218-pwrbutton: Add platform_device_id table Keerthy
2016-09-19 7:39 ` Keerthy
2016-09-19 7:39 ` [PATCH v8 4/5] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate Keerthy
2016-09-19 7:39 ` Keerthy
2016-09-19 7:39 ` [PATCH v8 5/5] regulator: tps65218: Remove all the compatibles Keerthy
2016-09-19 7:39 ` Keerthy
[not found] ` <1474270746-11568-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2016-09-19 7:39 ` [PATCH v8 2/5] Documentation: regulator: tps65218: Update examples Keerthy
2016-09-19 7:39 ` Keerthy
2016-10-26 9:34 ` Lee Jones [this message]
2016-10-26 9:34 ` [GIT PULL] Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161026093438.GO8574@dell \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=j-keerthy-l0cyMroinI0@public.gmane.org \
--cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=t-kristo-l0cyMroinI0@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.