public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	"MyungJoo Ham" <myungjoo.ham@samsung.com>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"Samuel Ortiz" <sameo@linux.intel.com>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Liam Girdwood" <lgirdwood@gmail.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	"Alessandro Zummo" <a.zummo@towertech.it>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	rtc-linux@googlegroups.com, linux-pm@vger.kernel.org
Cc: "Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
	"Marek Szyprowski" <m.szyprowski@samsung.com>,
	"Krzysztof Kozlowski" <k.kozlowski@samsung.com>
Subject: Re: [PATCH v2] MAINTAINERS: Add entry for Maxim PMICs on Samsung boards
Date: Fri, 30 Jan 2015 13:17:10 -0800	[thread overview]
Message-ID: <20150130211710.22722.17974@quantum> (raw)
In-Reply-To: <1422612635-5711-1-git-send-email-k.kozlowski@samsung.com>

Quoting Krzysztof Kozlowski (2015-01-30 02:10:35)
> Add myself and Chanwoo Choi as supporters to help in reviewing patches
> for Maxim 77686 PMIC and Maxim 14577/77693 MUIC drivers:
>  - mfd (all of them),
>  - extcon (extcon-max14577.c, extcon-max77693.c),
>  - regulator (all of them),
>  - clock (clk-max77686.c),
>  - RTC (rtc-max77686.c).
> 
> Lately I am the author of contributors to them. These drivers are used
> on Exynos-based boards (Trats 2, Gear 1 and Gear 2).
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Mike Turquette <mturquette@linaro.org>

Acked-by: Michael Turquette <mturquette@linaro.org>

> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> Acked-by: Mark Brown <broonie@kernel.org>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> ---
> 
> Changes since v1:
> 1. Add also Chanwoo Choi as supporter on his request [1].
> 2. Move out chargers (power supply) to separate patch (applied already
>    by Sebastian Reichel [2]). Patch is rebased on next which includes
>    this.
> 3. Add acks from Mark Brown and Lee Jones.
> 
> [1] https://lkml.org/lkml/2015/1/16/571
> [2] http://git.infradead.org/battery-2.6.git/commit/f8f847b51a0e1cb0c96e706d5da0ac507d96c605
> ---
>  MAINTAINERS | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5d7404add7ed..775a631118ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6191,6 +6191,26 @@ S:       Supported
>  F:     drivers/power/max14577_charger.c
>  F:     drivers/power/max77693_charger.c
>  
> +MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> +M:     Chanwoo Choi <cw00.choi@samsung.com>
> +M:     Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +L:     linux-kernel@vger.kernel.org
> +S:     Supported
> +F:     drivers/*/max14577.c
> +F:     drivers/*/max77686.c
> +F:     drivers/*/max77693.c
> +F:     drivers/extcon/extcon-max14577.c
> +F:     drivers/extcon/extcon-max77693.c
> +F:     drivers/rtc/rtc-max77686.c
> +F:     drivers/clk/clk-max77686.c
> +F:     Documentation/devicetree/bindings/mfd/max14577.txt
> +F:     Documentation/devicetree/bindings/mfd/max77686.txt
> +F:     Documentation/devicetree/bindings/mfd/max77693.txt
> +F:     Documentation/devicetree/bindings/clock/maxim,max77686.txt
> +F:     include/linux/mfd/max14577*.h
> +F:     include/linux/mfd/max77686*.h
> +F:     include/linux/mfd/max77693*.h
> +
>  MAXIRADIO FM RADIO RECEIVER DRIVER
>  M:     Hans Verkuil <hverkuil@xs4all.nl>
>  L:     linux-media@vger.kernel.org
> -- 
> 1.9.1
> 

      reply	other threads:[~2015-01-30 21:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 10:10 [PATCH v2] MAINTAINERS: Add entry for Maxim PMICs on Samsung boards Krzysztof Kozlowski
2015-01-30 21:17 ` Mike Turquette [this message]

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=20150130211710.22722.17974@quantum \
    --to=mturquette@linaro.org \
    --cc=a.zummo@towertech.it \
    --cc=b.zolnierkie@samsung.com \
    --cc=broonie@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=k.kozlowski@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=rtc-linux@googlegroups.com \
    --cc=sameo@linux.intel.com \
    --cc=sboyd@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox