All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Alim Akhtar <alim.akhtar@samsung.com>
Cc: broonie@kernel.org, k.kozlowski@samsung.com,
	alexandre.belloni@free-electrons.com,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	rtc-linux@googlegroups.com
Subject: [rtc-linux] [GIT PULL] Immutable branch between MFD, Regulator and RTC
Date: Mon, 23 Nov 2015 14:29:00 +0000	[thread overview]
Message-ID: <20151123142900.GL3098@x1> (raw)
In-Reply-To: <20151123142737.GK3098@x1>

Better $SUBJECT for ya'll -- so it doesn't get lost in the noise.

> Mark, Alexandre,
>=20
> Enjoy!
>=20
> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9c=
d4:
>=20
>   Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
>=20
> are available in the git repository at:
>=20
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-r=
egulator-rtc-v4.5
>=20
> for you to fetch changes up to a65e5efa7c5faa8c320fe56cc351d47fcd006749:
>=20
>   rtc: s5m.c: Add support for S2MPS15 RTC (2015-11-23 10:34:38 +0000)
>=20
> ----------------------------------------------------------------
> Immutable branch between MFD, Regulator and RTC for the v4.5 merge window
>=20
> ----------------------------------------------------------------
> Alim Akhtar (1):
>       rtc: s5m.c: Add support for S2MPS15 RTC
>=20
> Thomas Abraham (2):
>       mfd: sec: Add support for S2MPS15 PMIC
>       regulator: s2mps11: Add support for S2MPS15 regulators
>=20
>  drivers/mfd/sec-core.c              |  31 +++++
>  drivers/mfd/sec-irq.c               |   8 ++
>  drivers/regulator/Kconfig           |   4 +-
>  drivers/regulator/s2mps11.c         | 135 +++++++++++++++++-
>  drivers/rtc/rtc-s5m.c               |  37 ++++-
>  include/linux/mfd/samsung/core.h    |   1 +
>  include/linux/mfd/samsung/rtc.h     |   2 +
>  include/linux/mfd/samsung/s2mps15.h | 158 ++++++++++++++++++++++
>  8 files changed, 369 insertions(+), 7 deletions(-)
>  create mode 100644 include/linux/mfd/samsung/s2mps15.h
>=20

--=20
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org =E2=94=82 Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

--=20
--=20
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---=20
You received this message because you are subscribed to the Google Groups "=
rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Alim Akhtar <alim.akhtar@samsung.com>
Cc: broonie@kernel.org, k.kozlowski@samsung.com,
	alexandre.belloni@free-electrons.com,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	rtc-linux@googlegroups.com
Subject: [GIT PULL] Immutable branch between MFD, Regulator and RTC
Date: Mon, 23 Nov 2015 14:29:00 +0000	[thread overview]
Message-ID: <20151123142900.GL3098@x1> (raw)
In-Reply-To: <20151123142737.GK3098@x1>

Better $SUBJECT for ya'll -- so it doesn't get lost in the noise.

> Mark, Alexandre,
> 
> Enjoy!
> 
> The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:
> 
>   Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-rtc-v4.5
> 
> for you to fetch changes up to a65e5efa7c5faa8c320fe56cc351d47fcd006749:
> 
>   rtc: s5m.c: Add support for S2MPS15 RTC (2015-11-23 10:34:38 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD, Regulator and RTC for the v4.5 merge window
> 
> ----------------------------------------------------------------
> Alim Akhtar (1):
>       rtc: s5m.c: Add support for S2MPS15 RTC
> 
> Thomas Abraham (2):
>       mfd: sec: Add support for S2MPS15 PMIC
>       regulator: s2mps11: Add support for S2MPS15 regulators
> 
>  drivers/mfd/sec-core.c              |  31 +++++
>  drivers/mfd/sec-irq.c               |   8 ++
>  drivers/regulator/Kconfig           |   4 +-
>  drivers/regulator/s2mps11.c         | 135 +++++++++++++++++-
>  drivers/rtc/rtc-s5m.c               |  37 ++++-
>  include/linux/mfd/samsung/core.h    |   1 +
>  include/linux/mfd/samsung/rtc.h     |   2 +
>  include/linux/mfd/samsung/s2mps15.h | 158 ++++++++++++++++++++++
>  8 files changed, 369 insertions(+), 7 deletions(-)
>  create mode 100644 include/linux/mfd/samsung/s2mps15.h
> 

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2015-11-23 14:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 10:37 [rtc-linux] [RESEND PATCH v5 0/3] mfd: sec: add S2MPS15 PMIC support Alim Akhtar
2015-11-20 10:37 ` Alim Akhtar
2015-11-20 10:37 ` [RESEND PATCH v5 1/3] mfd: sec: Add support for S2MPS15 PMIC Alim Akhtar
2015-11-20 10:37 ` [rtc-linux] [RESEND PATCH v5 2/3] regulator: s2mps11: add support for S2MPS15 regulators Alim Akhtar
2015-11-20 10:37   ` Alim Akhtar
2015-11-22 13:24   ` [rtc-linux] " Mark Brown
2015-11-22 13:24     ` Mark Brown
2015-11-20 10:37 ` [rtc-linux] [RESEND PATCH v5 3/3] drivers/rtc/rtc-s5m.c: add support for S2MPS15 RTC Alim Akhtar
2015-11-20 10:37   ` Alim Akhtar
2015-11-23 14:27 ` [rtc-linux] Re: [RESEND PATCH v5 0/3] mfd: sec: add S2MPS15 PMIC support Lee Jones
2015-11-23 14:27   ` Lee Jones
2015-11-23 14:29   ` Lee Jones [this message]
2015-11-23 14:29     ` [GIT PULL] Immutable branch between MFD, Regulator and RTC Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2016-08-11 13:16 [PATCH v4 0/4] Add support for the Qualcomm PM8018 PMIC Neil Armstrong
2016-08-31  8:38 ` [rtc-linux] [GIT PULL] Immutable branch between MFD, Regulator and RTC 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=20151123142900.GL3098@x1 \
    --to=lee.jones@linaro.org \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=alim.akhtar@samsung.com \
    --cc=broonie@kernel.org \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=rtc-linux@googlegroups.com \
    /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.