mbox series

[GIT,PULL,RESEND,2/4] Rockchip soc32 changes for 4.17

Message ID 4643567.9MCT7BxVJK@diego
State New
Headers show
Series [GIT,PULL,RESEND,1/4] Rockchip driver changes for 4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/

Message

Heiko Stuebner March 28, 2018, 3:08 p.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
v4.17-rockchip-soc32-1

for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:

  ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12 
11:09:36 +0100)

----------------------------------------------------------------
Fix for the legacy pmu-regmap in the smp-code to have a real name
and therefore not create a dummy* entry in debugfs.

----------------------------------------------------------------
Jeffy Chen (1):
      ARM: rockchip: Set name of pmu regmap_config in smp code

 arch/arm/mach-rockchip/platsmp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann March 28, 2018, 3:15 p.m. UTC | #1
On Wed, Mar 28, 2018 at 5:08 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/
> v4.17-rockchip-soc32-1
>
> for you to fetch changes up to 03151b8989257bfcee6cfd5f06d9a4a06b781cf3:
>
>   ARM: rockchip: Set name of pmu regmap_config in smp code (2018-03-12
> 11:09:36 +0100)
>
> ----------------------------------------------------------------
> Fix for the legacy pmu-regmap in the smp-code to have a real name
> and therefore not create a dummy* entry in debugfs.
>
> ----------------------------------------------------------------
> Jeffy Chen (1):
>       ARM: rockchip: Set name of pmu regmap_config in smp code
>

Pulled into next/soc, thanks!

     Arnd