All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm: Updates of soc drivers for v4.15-next
@ 2017-12-20 19:16 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-20 19:16 UTC (permalink / raw)
  To: arm-soc
  Cc: Sean Wang, moderated list:ARM/Mediatek SoC support, Weiyi Lu,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi Arnd and Olof,

Please take the following patches into account.

Thanks,
Matthias

---
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 579c60686a086f250c82c76778eb1839394e54ef:

  soc: mediatek: add MT2712 scpsys support (2017-12-20 18:30:29 +0100)

----------------------------------------------------------------
- change kconfig entry for armv7 SoCs to be more generic
- add support for mt2701 scpsys driver
  binding documentation
  extend driver to allow the bus protection to overwrite the register

----------------------------------------------------------------
Sean Wang (1):
      ARM: mediatek: use more generic prompts for SoCs with ARMv7

weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org (4):
      dt-bindings: soc: add MT2712 power dt-bindings
      soc: mediatek: extend bus protection API
      soc: mediatek: add dependent clock jpgdec/audio for scpsys
      soc: mediatek: add MT2712 scpsys support

 .../devicetree/bindings/soc/mediatek/scpsys.txt    |   3 +
 arch/arm/mach-mediatek/Kconfig                     |   2 +-
 drivers/soc/mediatek/mtk-infracfg.c                |  26 +++-
 drivers/soc/mediatek/mtk-scpsys.c                  | 140 ++++++++++++++++++---
 include/dt-bindings/power/mt2712-power.h           |  26 ++++
 include/linux/soc/mediatek/infracfg.h              |   7 +-
 6 files changed, 181 insertions(+), 23 deletions(-)
 create mode 100644 include/dt-bindings/power/mt2712-power.h

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

* [GIT PULL] arm: Updates of soc drivers for v4.15-next
@ 2017-12-20 19:16 ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-20 19:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Please take the following patches into account.

Thanks,
Matthias

---
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 579c60686a086f250c82c76778eb1839394e54ef:

  soc: mediatek: add MT2712 scpsys support (2017-12-20 18:30:29 +0100)

----------------------------------------------------------------
- change kconfig entry for armv7 SoCs to be more generic
- add support for mt2701 scpsys driver
  binding documentation
  extend driver to allow the bus protection to overwrite the register

----------------------------------------------------------------
Sean Wang (1):
      ARM: mediatek: use more generic prompts for SoCs with ARMv7

weiyi.lu at mediatek.com (4):
      dt-bindings: soc: add MT2712 power dt-bindings
      soc: mediatek: extend bus protection API
      soc: mediatek: add dependent clock jpgdec/audio for scpsys
      soc: mediatek: add MT2712 scpsys support

 .../devicetree/bindings/soc/mediatek/scpsys.txt    |   3 +
 arch/arm/mach-mediatek/Kconfig                     |   2 +-
 drivers/soc/mediatek/mtk-infracfg.c                |  26 +++-
 drivers/soc/mediatek/mtk-scpsys.c                  | 140 ++++++++++++++++++---
 include/dt-bindings/power/mt2712-power.h           |  26 ++++
 include/linux/soc/mediatek/infracfg.h              |   7 +-
 6 files changed, 181 insertions(+), 23 deletions(-)
 create mode 100644 include/dt-bindings/power/mt2712-power.h

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

* Re: [GIT PULL] arm: Updates of soc drivers for v4.15-next
  2017-12-20 19:16 ` Matthias Brugger
@ 2017-12-21 10:19     ` Matthias Brugger
  -1 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-21 10:19 UTC (permalink / raw)
  To: arm-soc
  Cc: Sean Wang, moderated list:ARM/Mediatek SoC support, Weiyi Lu,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r



On 12/20/2017 08:16 PM, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please take the following patches into account.

Please ignore this branch as well, I'll need to restructure.

Thanks,
Matthias

> 
> Thanks,
> Matthias
> 
> ---
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git
> tags/v4.15-next-soc
> 
> for you to fetch changes up to 579c60686a086f250c82c76778eb1839394e54ef:
> 
>   soc: mediatek: add MT2712 scpsys support (2017-12-20 18:30:29 +0100)
> 
> ----------------------------------------------------------------
> - change kconfig entry for armv7 SoCs to be more generic
> - add support for mt2701 scpsys driver
>   binding documentation
>   extend driver to allow the bus protection to overwrite the register
> 
> ----------------------------------------------------------------
> Sean Wang (1):
>       ARM: mediatek: use more generic prompts for SoCs with ARMv7
> 
> weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org (4):
>       dt-bindings: soc: add MT2712 power dt-bindings
>       soc: mediatek: extend bus protection API
>       soc: mediatek: add dependent clock jpgdec/audio for scpsys
>       soc: mediatek: add MT2712 scpsys support
> 
>  .../devicetree/bindings/soc/mediatek/scpsys.txt    |   3 +
>  arch/arm/mach-mediatek/Kconfig                     |   2 +-
>  drivers/soc/mediatek/mtk-infracfg.c                |  26 +++-
>  drivers/soc/mediatek/mtk-scpsys.c                  | 140 ++++++++++++++++++---
>  include/dt-bindings/power/mt2712-power.h           |  26 ++++
>  include/linux/soc/mediatek/infracfg.h              |   7 +-
>  6 files changed, 181 insertions(+), 23 deletions(-)
>  create mode 100644 include/dt-bindings/power/mt2712-power.h
> 

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

* [GIT PULL] arm: Updates of soc drivers for v4.15-next
@ 2017-12-21 10:19     ` Matthias Brugger
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-12-21 10:19 UTC (permalink / raw)
  To: linux-arm-kernel



On 12/20/2017 08:16 PM, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please take the following patches into account.

Please ignore this branch as well, I'll need to restructure.

Thanks,
Matthias

> 
> Thanks,
> Matthias
> 
> ---
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git
> tags/v4.15-next-soc
> 
> for you to fetch changes up to 579c60686a086f250c82c76778eb1839394e54ef:
> 
>   soc: mediatek: add MT2712 scpsys support (2017-12-20 18:30:29 +0100)
> 
> ----------------------------------------------------------------
> - change kconfig entry for armv7 SoCs to be more generic
> - add support for mt2701 scpsys driver
>   binding documentation
>   extend driver to allow the bus protection to overwrite the register
> 
> ----------------------------------------------------------------
> Sean Wang (1):
>       ARM: mediatek: use more generic prompts for SoCs with ARMv7
> 
> weiyi.lu at mediatek.com (4):
>       dt-bindings: soc: add MT2712 power dt-bindings
>       soc: mediatek: extend bus protection API
>       soc: mediatek: add dependent clock jpgdec/audio for scpsys
>       soc: mediatek: add MT2712 scpsys support
> 
>  .../devicetree/bindings/soc/mediatek/scpsys.txt    |   3 +
>  arch/arm/mach-mediatek/Kconfig                     |   2 +-
>  drivers/soc/mediatek/mtk-infracfg.c                |  26 +++-
>  drivers/soc/mediatek/mtk-scpsys.c                  | 140 ++++++++++++++++++---
>  include/dt-bindings/power/mt2712-power.h           |  26 ++++
>  include/linux/soc/mediatek/infracfg.h              |   7 +-
>  6 files changed, 181 insertions(+), 23 deletions(-)
>  create mode 100644 include/dt-bindings/power/mt2712-power.h
> 

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

end of thread, other threads:[~2017-12-21 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20 19:16 [GIT PULL] arm: Updates of soc drivers for v4.15-next Matthias Brugger
2017-12-20 19:16 ` Matthias Brugger
     [not found] ` <7044d4f3-1e0b-3485-0963-170a792ff4f2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-12-21 10:19   ` Matthias Brugger
2017-12-21 10:19     ` Matthias Brugger

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.