diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 19:36:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 19:36:09 +0200 |
commit | b909ef83ed8134317de904a858a12b3878d259d3 (patch) | |
tree | b2f7d4822ee7038d5e30424c0d669d5c90e25db0 /MAINTAINERS | |
parent | 43b8a7ed4739a86c1e8543489bf5524780f66284 (diff) | |
parent | 83fdb2dfb0c2925f253449677830ed11461ac5c8 (diff) | |
download | linux-b909ef83ed8134317de904a858a12b3878d259d3.tar.bz2 |
Merge tag 'icc-5.2-rc1' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-next
Georgi writes:
interconnect: for 5.2
Here are some tiny patches for the 5.2-rc1 merge window:
- Add linux-pm@ as a mailing list for the interconnect API.
- Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
* tag 'icc-5.2-rc1' of https://git.linaro.org/people/georgi.djakov/linux:
interconnect: convert to DEFINE_SHOW_ATTRIBUTE
MAINTAINERS: Add mailing list for the interconnect API
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 09f43f1bdd15..b8d72ee07548 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8045,6 +8045,7 @@ F: drivers/gpio/gpio-intel-mid.c INTERCONNECT API M: Georgi Djakov <georgi.djakov@linaro.org> +L: linux-pm@vger.kernel.org S: Maintained F: Documentation/interconnect/ F: Documentation/devicetree/bindings/interconnect/ |