Linux-mediatek Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mediatek: soc driver updates for v4.18
@ 2018-05-14 11:32 Matthias Brugger
       [not found] ` <bd033549-4998-e376-eb92-16111ec71a07-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2018-05-14 11:32 UTC (permalink / raw)
  To: arm-soc
  Cc: Ryder Lee, Sean Wang, Mark Brown,
	moderated list:ARM/Mediatek SoC support, Matthias Brugger,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

Hi Arnd and Olof,

Below the commits for mediatek soc drivers.
Please beware that we need the regmap-ktime-fix [1] from Mark Browns static tag.
I merged that into my branch, but I wanted to let you know, so that you don't
hit any breakage when pulling in my branch.

Regards,
Matthias

[1] https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
tags/regmap-ktime-fix

---

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v4.17-next-soc

for you to fetch changes up to 0afd32c6bb59e41b6692dec4473efaffffcad67b:

  Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
v.4.17-next/soc-test (2018-05-14 12:22:03 +0200)

----------------------------------------------------------------
- use timeout helpers for scpsys and infracfg drivers
- use of_device_get_match_data in pmic wrapper and scpsys

----------------------------------------------------------------
Matthias Brugger (1):
      Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
v.4.17-next/soc-test

Ryder Lee (1):
      soc: mediatek: use of_device_get_match_data()

Sean Wang (6):
      soc: mediatek: reuse read[l,x]_poll_timeout helpers
      regmap: include <linux/ktime.h> from include/linux/regmap.h
      soc: mediatek: reuse regmap_read_poll_timeout helpers
      soc: mediatek: introduce a CAPS flag for scp_domain_data
      soc: mediatek: add a fixed wait for SRAM stable
      soc: mediatek: remove unneeded semicolon

 drivers/soc/mediatek/mtk-infracfg.c  |  46 +++-------
 drivers/soc/mediatek/mtk-pmic-wrap.c |  13 +--
 drivers/soc/mediatek/mtk-scpsys.c    | 167 ++++++++++++++---------------------
 include/linux/regmap.h               |   1 +
 4 files changed, 83 insertions(+), 144 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: mediatek: soc driver updates for v4.18
       [not found] ` <bd033549-4998-e376-eb92-16111ec71a07-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2018-05-15 20:43   ` Olof Johansson
  2018-05-17  4:46   ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-05-15 20:43 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Ryder Lee, arm-soc, Sean Wang, Mark Brown,
	moderated list:ARM/Mediatek SoC support,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Mon, May 14, 2018 at 01:32:49PM +0200, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Below the commits for mediatek soc drivers.
> Please beware that we need the regmap-ktime-fix [1] from Mark Browns static tag.
> I merged that into my branch, but I wanted to let you know, so that you don't
> hit any breakage when pulling in my branch.

Great, and thanks for mentioning it.

> 
> Regards,
> Matthias
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
> tags/regmap-ktime-fix
> 
> ---
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v4.17-next-soc
> 
> for you to fetch changes up to 0afd32c6bb59e41b6692dec4473efaffffcad67b:
> 
>   Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
> v.4.17-next/soc-test (2018-05-14 12:22:03 +0200)

Merged into next/drivers. Thanks!


-Olof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: mediatek: soc driver updates for v4.18
       [not found] ` <bd033549-4998-e376-eb92-16111ec71a07-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2018-05-15 20:43   ` Olof Johansson
@ 2018-05-17  4:46   ` Mark Brown
       [not found]     ` <20180517044600.GC20254-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Brown @ 2018-05-17  4:46 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: arm-soc, moderated list:ARM/Mediatek SoC support, Ryder Lee,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Sean Wang


[-- Attachment #1.1: Type: text/plain, Size: 514 bytes --]

On Mon, May 14, 2018 at 01:32:49PM +0200, Matthias Brugger wrote:

> ----------------------------------------------------------------
> Matthias Brugger (1):
>       Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
> v.4.17-next/soc-test

There is a signed tag for this - please don't ever pull anything from me
without a signed tag, while I try to avoid rewriting history it does
sometimes happen but if I've made a signed tag part of that is me saying
I know other people might've merged the commit.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 200 bytes --]

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: mediatek: soc driver updates for v4.18
       [not found]     ` <20180517044600.GC20254-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
@ 2018-05-18 15:11       ` Matthias Brugger
  2018-05-18 15:13         ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2018-05-18 15:11 UTC (permalink / raw)
  To: Mark Brown
  Cc: arm-soc, moderated list:ARM/Mediatek SoC support, Ryder Lee,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Sean Wang



On 17/05/18 06:46, Mark Brown wrote:
> On Mon, May 14, 2018 at 01:32:49PM +0200, Matthias Brugger wrote:
> 
>> ----------------------------------------------------------------
>> Matthias Brugger (1):
>>        Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
>> v.4.17-next/soc-test
> 
> There is a signed tag for this - please don't ever pull anything from me
> without a signed tag, while I try to avoid rewriting history it does
> sometimes happen but if I've made a signed tag part of that is me saying
> I know other people might've merged the commit.
> 

You are right I got confused about this.
Anrd, Olof do you want me to resubmit?

Regards,
Matthias

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ARM: mediatek: soc driver updates for v4.18
  2018-05-18 15:11       ` Matthias Brugger
@ 2018-05-18 15:13         ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-05-18 15:13 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: arm-soc, moderated list:ARM/Mediatek SoC support, Ryder Lee,
	linux-arm-kernel@lists.infradead.org, Sean Wang


[-- Attachment #1.1: Type: text/plain, Size: 881 bytes --]

On Fri, May 18, 2018 at 05:11:32PM +0200, Matthias Brugger wrote:
> On 17/05/18 06:46, Mark Brown wrote:
> > On Mon, May 14, 2018 at 01:32:49PM +0200, Matthias Brugger wrote:

> > > ----------------------------------------------------------------
> > > Matthias Brugger (1):
> > >        Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into
> > > v.4.17-next/soc-test

> > There is a signed tag for this - please don't ever pull anything from me
> > without a signed tag, while I try to avoid rewriting history it does
> > sometimes happen but if I've made a signed tag part of that is me saying
> > I know other people might've merged the commit.

> You are right I got confused about this.
> Anrd, Olof do you want me to resubmit?

I'm OK with leaving things as is - that was more a request for the
future than a request to rewrite history (if it's already been merged).

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-18 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 11:32 [GIT PULL] ARM: mediatek: soc driver updates for v4.18 Matthias Brugger
     [not found] ` <bd033549-4998-e376-eb92-16111ec71a07-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-05-15 20:43   ` Olof Johansson
2018-05-17  4:46   ` Mark Brown
     [not found]     ` <20180517044600.GC20254-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2018-05-18 15:11       ` Matthias Brugger
2018-05-18 15:13         ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox