All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-05-21 11:59 ` Maxime Ripard
  0 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-05-21 11:59 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Chen-Yu Tsai, Maxime Ripard, linux-arm-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 2055 bytes --]

Hi Mike, Stephen,

Please merge the following changes for the next merge window, thanks!

Maxime

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/sunxi/linux.git tags/sunxi-clk-for-4.18

for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:

  clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)

----------------------------------------------------------------
Allwinner clock changes for 4.18

Not a lot of changes for this release, but two quite important features
were added: the H6 PRCM clock support, and the needed changes to the R40
clock driver to allow for the EMAC to operate.

----------------------------------------------------------------
Icenowy Zheng (3):
      clk: sunxi-ng: add support for H6 PRCM CCU
      clk: sunxi-ng: r40: rewrite init code to a platform driver
      clk: sunxi-ng: r40: export a regmap to access the GMAC register

 .../devicetree/bindings/clock/sunxi-ccu.txt        |   3 +-
 drivers/clk/sunxi-ng/Kconfig                       |   5 +
 drivers/clk/sunxi-ng/Makefile                      |   1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c             | 207 +++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h             |  19 ++
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c               |  72 +++++--
 include/dt-bindings/clock/sun50i-h6-r-ccu.h        |  24 +++
 include/dt-bindings/reset/sun50i-h6-r-ccu.h        |  17 ++
 8 files changed, 336 insertions(+), 12 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h
 create mode 100644 include/dt-bindings/clock/sun50i-h6-r-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-h6-r-ccu.h

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-05-21 11:59 ` Maxime Ripard
  0 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-05-21 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike, Stephen,

Please merge the following changes for the next merge window, thanks!

Maxime

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/sunxi/linux.git tags/sunxi-clk-for-4.18

for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:

  clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)

----------------------------------------------------------------
Allwinner clock changes for 4.18

Not a lot of changes for this release, but two quite important features
were added: the H6 PRCM clock support, and the needed changes to the R40
clock driver to allow for the EMAC to operate.

----------------------------------------------------------------
Icenowy Zheng (3):
      clk: sunxi-ng: add support for H6 PRCM CCU
      clk: sunxi-ng: r40: rewrite init code to a platform driver
      clk: sunxi-ng: r40: export a regmap to access the GMAC register

 .../devicetree/bindings/clock/sunxi-ccu.txt        |   3 +-
 drivers/clk/sunxi-ng/Kconfig                       |   5 +
 drivers/clk/sunxi-ng/Makefile                      |   1 +
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c             | 207 +++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h             |  19 ++
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c               |  72 +++++--
 include/dt-bindings/clock/sun50i-h6-r-ccu.h        |  24 +++
 include/dt-bindings/reset/sun50i-h6-r-ccu.h        |  17 ++
 8 files changed, 336 insertions(+), 12 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h
 create mode 100644 include/dt-bindings/clock/sun50i-h6-r-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-h6-r-ccu.h

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180521/979be52e/attachment-0001.sig>

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-05-21 11:59 ` Maxime Ripard
@ 2018-06-01 17:25   ` Stephen Boyd
  -1 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-01 17:25 UTC (permalink / raw)
  To: Maxime Ripard, Mike Turquette, Stephen Boyd
  Cc: Chen-Yu Tsai, Maxime Ripard, linux-arm-kernel, linux-clk

Quoting Maxime Ripard (2018-05-21 04:59:47)
> Hi Mike, Stephen,
> =

> Please merge the following changes for the next merge window, thanks!
> =


Thanks. Pulled into clk-next.

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-01 17:25   ` Stephen Boyd
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-01 17:25 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Maxime Ripard (2018-05-21 04:59:47)
> Hi Mike, Stephen,
> 
> Please merge the following changes for the next merge window, thanks!
> 

Thanks. Pulled into clk-next.

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-05-21 11:59 ` Maxime Ripard
@ 2018-06-11  2:00   ` Masahiro Yamada
  -1 siblings, 0 replies; 22+ messages in thread
From: Masahiro Yamada @ 2018-06-11  2:00 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Mike Turquette, Stephen Boyd, Chen-Yu Tsai, linux-arm-kernel, linux-clk

Hi Maxime,


2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> Hi Mike, Stephen,
>
> Please merge the following changes for the next merge window, thanks!
>
> Maxime
>
> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>
> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>
>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>
> ----------------------------------------------------------------
> Allwinner clock changes for 4.18
>
> Not a lot of changes for this release, but two quite important features
> were added: the H6 PRCM clock support, and the needed changes to the R40
> clock driver to allow for the EMAC to operate.
>
> ----------------------------------------------------------------
> Icenowy Zheng (3):
>       clk: sunxi-ng: add support for H6 PRCM CCU
>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>



Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
not included in the pull request?


You said "I've picked it up"
https://patchwork.kernel.org/patch/10348031/




>  .../devicetree/bindings/clock/sunxi-ccu.txt        |   3 +-
>  drivers/clk/sunxi-ng/Kconfig                       |   5 +
>  drivers/clk/sunxi-ng/Makefile                      |   1 +
>  drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c             | 207 +++++++++++++++++++++
>  drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h             |  19 ++
>  drivers/clk/sunxi-ng/ccu-sun8i-r40.c               |  72 +++++--
>  include/dt-bindings/clock/sun50i-h6-r-ccu.h        |  24 +++
>  include/dt-bindings/reset/sun50i-h6-r-ccu.h        |  17 ++
>  8 files changed, 336 insertions(+), 12 deletions(-)
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h
>  create mode 100644 include/dt-bindings/clock/sun50i-h6-r-ccu.h
>  create mode 100644 include/dt-bindings/reset/sun50i-h6-r-ccu.h
>
> --
> Maxime Ripard, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com



-- 
Best Regards
Masahiro Yamada

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-11  2:00   ` Masahiro Yamada
  0 siblings, 0 replies; 22+ messages in thread
From: Masahiro Yamada @ 2018-06-11  2:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Maxime,


2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> Hi Mike, Stephen,
>
> Please merge the following changes for the next merge window, thanks!
>
> Maxime
>
> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>
> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>
>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>
> ----------------------------------------------------------------
> Allwinner clock changes for 4.18
>
> Not a lot of changes for this release, but two quite important features
> were added: the H6 PRCM clock support, and the needed changes to the R40
> clock driver to allow for the EMAC to operate.
>
> ----------------------------------------------------------------
> Icenowy Zheng (3):
>       clk: sunxi-ng: add support for H6 PRCM CCU
>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>



Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
not included in the pull request?


You said "I've picked it up"
https://patchwork.kernel.org/patch/10348031/




>  .../devicetree/bindings/clock/sunxi-ccu.txt        |   3 +-
>  drivers/clk/sunxi-ng/Kconfig                       |   5 +
>  drivers/clk/sunxi-ng/Makefile                      |   1 +
>  drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c             | 207 +++++++++++++++++++++
>  drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h             |  19 ++
>  drivers/clk/sunxi-ng/ccu-sun8i-r40.c               |  72 +++++--
>  include/dt-bindings/clock/sun50i-h6-r-ccu.h        |  24 +++
>  include/dt-bindings/reset/sun50i-h6-r-ccu.h        |  17 ++
>  8 files changed, 336 insertions(+), 12 deletions(-)
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c
>  create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.h
>  create mode 100644 include/dt-bindings/clock/sun50i-h6-r-ccu.h
>  create mode 100644 include/dt-bindings/reset/sun50i-h6-r-ccu.h
>
> --
> Maxime Ripard, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com



-- 
Best Regards
Masahiro Yamada

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-11  2:00   ` Masahiro Yamada
@ 2018-06-11  7:53     ` Chen-Yu Tsai
  -1 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-11  7:53 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Maxime Ripard, Mike Turquette, Stephen Boyd, linux-arm-kernel, linux-clk

Hi,

On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Hi Maxime,
>
>
> 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> Hi Mike, Stephen,
>>
>> Please merge the following changes for the next merge window, thanks!
>>
>> Maxime
>>
>> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>>
>> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>>
>>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>>
>> ----------------------------------------------------------------
>> Allwinner clock changes for 4.18
>>
>> Not a lot of changes for this release, but two quite important features
>> were added: the H6 PRCM clock support, and the needed changes to the R40
>> clock driver to allow for the EMAC to operate.
>>
>> ----------------------------------------------------------------
>> Icenowy Zheng (3):
>>       clk: sunxi-ng: add support for H6 PRCM CCU
>>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>>
>
>
>
> Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> not included in the pull request?
>
>
> You said "I've picked it up"
> https://patchwork.kernel.org/patch/10348031/

It looks like it was accidentally dropped after a rebase.
Not quite sure what happened there. Maxime?

ChenYu

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-11  7:53     ` Chen-Yu Tsai
  0 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-11  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Hi Maxime,
>
>
> 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> Hi Mike, Stephen,
>>
>> Please merge the following changes for the next merge window, thanks!
>>
>> Maxime
>>
>> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>>
>> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>>
>>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>>
>> ----------------------------------------------------------------
>> Allwinner clock changes for 4.18
>>
>> Not a lot of changes for this release, but two quite important features
>> were added: the H6 PRCM clock support, and the needed changes to the R40
>> clock driver to allow for the EMAC to operate.
>>
>> ----------------------------------------------------------------
>> Icenowy Zheng (3):
>>       clk: sunxi-ng: add support for H6 PRCM CCU
>>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>>
>
>
>
> Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> not included in the pull request?
>
>
> You said "I've picked it up"
> https://patchwork.kernel.org/patch/10348031/

It looks like it was accidentally dropped after a rebase.
Not quite sure what happened there. Maxime?

ChenYu

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-11  7:53     ` Chen-Yu Tsai
@ 2018-06-12  8:00       ` Stephen Boyd
  -1 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-12  8:00 UTC (permalink / raw)
  To: Chen-Yu Tsai, Masahiro Yamada
  Cc: Maxime Ripard, Mike Turquette, Stephen Boyd, linux-arm-kernel, linux-clk

Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
> Hi,
> =

> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> > Hi Maxime,
> >
> >
> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> Hi Mike, Stephen,
> >>
> >> Please merge the following changes for the next merge window, thanks!
> >>
> >> Maxime
> >>
> >> The following changes since commit 60cc43fc888428bb2f18f08997432d426a2=
43338:
> >>
> >>   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/sunxi/linux.git tags=
/sunxi-clk-for-4.18
> >>
> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc04=
4:
> >>
> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (201=
8-05-17 14:02:07 +0800)
> >>
> >> ----------------------------------------------------------------
> >> Allwinner clock changes for 4.18
> >>
> >> Not a lot of changes for this release, but two quite important features
> >> were added: the H6 PRCM clock support, and the needed changes to the R=
40
> >> clock driver to allow for the EMAC to operate.
> >>
> >> ----------------------------------------------------------------
> >> Icenowy Zheng (3):
> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >>
> >
> >
> >
> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> > not included in the pull request?
> >
> >
> > You said "I've picked it up"
> > https://patchwork.kernel.org/patch/10348031/
> =

> It looks like it was accidentally dropped after a rebase.
> Not quite sure what happened there. Maxime?
> =


I can directly pick and send as fix for clk-fixes targeting rc2.

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-12  8:00       ` Stephen Boyd
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-12  8:00 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
> Hi,
> 
> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> > Hi Maxime,
> >
> >
> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> Hi Mike, Stephen,
> >>
> >> Please merge the following changes for the next merge window, thanks!
> >>
> >> Maxime
> >>
> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
> >>
> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
> >>
> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
> >>
> >> ----------------------------------------------------------------
> >> Allwinner clock changes for 4.18
> >>
> >> Not a lot of changes for this release, but two quite important features
> >> were added: the H6 PRCM clock support, and the needed changes to the R40
> >> clock driver to allow for the EMAC to operate.
> >>
> >> ----------------------------------------------------------------
> >> Icenowy Zheng (3):
> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >>
> >
> >
> >
> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> > not included in the pull request?
> >
> >
> > You said "I've picked it up"
> > https://patchwork.kernel.org/patch/10348031/
> 
> It looks like it was accidentally dropped after a rebase.
> Not quite sure what happened there. Maxime?
> 

I can directly pick and send as fix for clk-fixes targeting rc2.

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-12  8:00       ` Stephen Boyd
@ 2018-06-12  8:38         ` Chen-Yu Tsai
  -1 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-12  8:38 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Masahiro Yamada, Maxime Ripard, Mike Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk

On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
>> Hi,
>>
>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>> <yamada.masahiro@socionext.com> wrote:
>> > Hi Maxime,
>> >
>> >
>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> >> Hi Mike, Stephen,
>> >>
>> >> Please merge the following changes for the next merge window, thanks!
>> >>
>> >> Maxime
>> >>
>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>> >>
>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>> >>
>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>> >>
>> >> ----------------------------------------------------------------
>> >> Allwinner clock changes for 4.18
>> >>
>> >> Not a lot of changes for this release, but two quite important features
>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>> >> clock driver to allow for the EMAC to operate.
>> >>
>> >> ----------------------------------------------------------------
>> >> Icenowy Zheng (3):
>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>> >>
>> >
>> >
>> >
>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>> > not included in the pull request?
>> >
>> >
>> > You said "I've picked it up"
>> > https://patchwork.kernel.org/patch/10348031/
>>
>> It looks like it was accidentally dropped after a rebase.
>> Not quite sure what happened there. Maxime?
>>
>
> I can directly pick and send as fix for clk-fixes targeting rc2.

The patch can still be found in the sunxi/for-next branch of the
sunxi repo on kernel.org:

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/for-next&id=d4a1496286b0c29fcace4e10c0047cca7cc79b25

Or the original on patchwork:

https://patchwork.kernel.org/patch/10348027/

Thanks
ChenYu

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-12  8:38         ` Chen-Yu Tsai
  0 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-12  8:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
>> Hi,
>>
>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>> <yamada.masahiro@socionext.com> wrote:
>> > Hi Maxime,
>> >
>> >
>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> >> Hi Mike, Stephen,
>> >>
>> >> Please merge the following changes for the next merge window, thanks!
>> >>
>> >> Maxime
>> >>
>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>> >>
>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>> >>
>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>> >>
>> >> ----------------------------------------------------------------
>> >> Allwinner clock changes for 4.18
>> >>
>> >> Not a lot of changes for this release, but two quite important features
>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>> >> clock driver to allow for the EMAC to operate.
>> >>
>> >> ----------------------------------------------------------------
>> >> Icenowy Zheng (3):
>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>> >>
>> >
>> >
>> >
>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>> > not included in the pull request?
>> >
>> >
>> > You said "I've picked it up"
>> > https://patchwork.kernel.org/patch/10348031/
>>
>> It looks like it was accidentally dropped after a rebase.
>> Not quite sure what happened there. Maxime?
>>
>
> I can directly pick and send as fix for clk-fixes targeting rc2.

The patch can still be found in the sunxi/for-next branch of the
sunxi repo on kernel.org:

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/for-next&id=d4a1496286b0c29fcace4e10c0047cca7cc79b25

Or the original on patchwork:

https://patchwork.kernel.org/patch/10348027/

Thanks
ChenYu

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-11  7:53     ` Chen-Yu Tsai
@ 2018-06-13  7:26       ` Maxime Ripard
  -1 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-06-13  7:26 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Masahiro Yamada, Mike Turquette, Stephen Boyd, linux-arm-kernel,
	linux-clk

[-- Attachment #1: Type: text/plain, Size: 2080 bytes --]

On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
> Hi,
> 
> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> > Hi Maxime,
> >
> >
> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> Hi Mike, Stephen,
> >>
> >> Please merge the following changes for the next merge window, thanks!
> >>
> >> Maxime
> >>
> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
> >>
> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
> >>
> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
> >>
> >> ----------------------------------------------------------------
> >> Allwinner clock changes for 4.18
> >>
> >> Not a lot of changes for this release, but two quite important features
> >> were added: the H6 PRCM clock support, and the needed changes to the R40
> >> clock driver to allow for the EMAC to operate.
> >>
> >> ----------------------------------------------------------------
> >> Icenowy Zheng (3):
> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >>
> >
> >
> >
> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> > not included in the pull request?
> >
> >
> > You said "I've picked it up"
> > https://patchwork.kernel.org/patch/10348031/
> 
> It looks like it was accidentally dropped after a rebase.
> Not quite sure what happened there. Maxime?

I'm not quite sure what happened, sorry, but this should have
definitely been part of that PR :/

Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-13  7:26       ` Maxime Ripard
  0 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-06-13  7:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
> Hi,
> 
> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
> > Hi Maxime,
> >
> >
> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> Hi Mike, Stephen,
> >>
> >> Please merge the following changes for the next merge window, thanks!
> >>
> >> Maxime
> >>
> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
> >>
> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
> >>
> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
> >>
> >> ----------------------------------------------------------------
> >> Allwinner clock changes for 4.18
> >>
> >> Not a lot of changes for this release, but two quite important features
> >> were added: the H6 PRCM clock support, and the needed changes to the R40
> >> clock driver to allow for the EMAC to operate.
> >>
> >> ----------------------------------------------------------------
> >> Icenowy Zheng (3):
> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >>
> >
> >
> >
> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> > not included in the pull request?
> >
> >
> > You said "I've picked it up"
> > https://patchwork.kernel.org/patch/10348031/
> 
> It looks like it was accidentally dropped after a rebase.
> Not quite sure what happened there. Maxime?

I'm not quite sure what happened, sorry, but this should have
definitely been part of that PR :/

Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180613/3b37b191/attachment.sig>

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-13  7:26       ` Maxime Ripard
@ 2018-06-13  8:16         ` Masahiro Yamada
  -1 siblings, 0 replies; 22+ messages in thread
From: Masahiro Yamada @ 2018-06-13  8:16 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Chen-Yu Tsai, Mike Turquette, Stephen Boyd, linux-arm-kernel, linux-clk

Hi.

2018-06-13 16:26 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
>> Hi,
>>
>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>> <yamada.masahiro@socionext.com> wrote:
>> > Hi Maxime,
>> >
>> >
>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> >> Hi Mike, Stephen,
>> >>
>> >> Please merge the following changes for the next merge window, thanks!
>> >>
>> >> Maxime
>> >>
>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>> >>
>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>> >>
>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>> >>
>> >> ----------------------------------------------------------------
>> >> Allwinner clock changes for 4.18
>> >>
>> >> Not a lot of changes for this release, but two quite important features
>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>> >> clock driver to allow for the EMAC to operate.
>> >>
>> >> ----------------------------------------------------------------
>> >> Icenowy Zheng (3):
>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>> >>
>> >
>> >
>> >
>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>> > not included in the pull request?
>> >
>> >
>> > You said "I've picked it up"
>> > https://patchwork.kernel.org/patch/10348031/
>>
>> It looks like it was accidentally dropped after a rebase.
>> Not quite sure what happened there. Maxime?
>
> I'm not quite sure what happened, sorry, but this should have
> definitely been part of that PR :/
>

Stephen offered to pick it up directly for -rc2.
Is that OK with you?

I am fine if it is well-organized between you and Stephen.






-- 
Best Regards
Masahiro Yamada

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-13  8:16         ` Masahiro Yamada
  0 siblings, 0 replies; 22+ messages in thread
From: Masahiro Yamada @ 2018-06-13  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi.

2018-06-13 16:26 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
>> Hi,
>>
>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>> <yamada.masahiro@socionext.com> wrote:
>> > Hi Maxime,
>> >
>> >
>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>> >> Hi Mike, Stephen,
>> >>
>> >> Please merge the following changes for the next merge window, thanks!
>> >>
>> >> Maxime
>> >>
>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>> >>
>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>> >>
>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>> >>
>> >> ----------------------------------------------------------------
>> >> Allwinner clock changes for 4.18
>> >>
>> >> Not a lot of changes for this release, but two quite important features
>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>> >> clock driver to allow for the EMAC to operate.
>> >>
>> >> ----------------------------------------------------------------
>> >> Icenowy Zheng (3):
>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>> >>
>> >
>> >
>> >
>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>> > not included in the pull request?
>> >
>> >
>> > You said "I've picked it up"
>> > https://patchwork.kernel.org/patch/10348031/
>>
>> It looks like it was accidentally dropped after a rebase.
>> Not quite sure what happened there. Maxime?
>
> I'm not quite sure what happened, sorry, but this should have
> definitely been part of that PR :/
>

Stephen offered to pick it up directly for -rc2.
Is that OK with you?

I am fine if it is well-organized between you and Stephen.






-- 
Best Regards
Masahiro Yamada

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-13  8:16         ` Masahiro Yamada
@ 2018-06-13  9:11           ` Maxime Ripard
  -1 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-06-13  9:11 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Chen-Yu Tsai, Mike Turquette, Stephen Boyd, linux-arm-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 2597 bytes --]

On Wed, Jun 13, 2018 at 05:16:30PM +0900, Masahiro Yamada wrote:
> Hi.
> 
> 2018-06-13 16:26 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> > On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
> >> Hi,
> >>
> >> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> >> <yamada.masahiro@socionext.com> wrote:
> >> > Hi Maxime,
> >> >
> >> >
> >> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> >> Hi Mike, Stephen,
> >> >>
> >> >> Please merge the following changes for the next merge window, thanks!
> >> >>
> >> >> Maxime
> >> >>
> >> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
> >> >>
> >> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
> >> >>
> >> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
> >> >>
> >> >> ----------------------------------------------------------------
> >> >> Allwinner clock changes for 4.18
> >> >>
> >> >> Not a lot of changes for this release, but two quite important features
> >> >> were added: the H6 PRCM clock support, and the needed changes to the R40
> >> >> clock driver to allow for the EMAC to operate.
> >> >>
> >> >> ----------------------------------------------------------------
> >> >> Icenowy Zheng (3):
> >> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >> >>
> >> >
> >> >
> >> >
> >> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> >> > not included in the pull request?
> >> >
> >> >
> >> > You said "I've picked it up"
> >> > https://patchwork.kernel.org/patch/10348031/
> >>
> >> It looks like it was accidentally dropped after a rebase.
> >> Not quite sure what happened there. Maxime?
> >
> > I'm not quite sure what happened, sorry, but this should have
> > definitely been part of that PR :/
> >
> 
> Stephen offered to pick it up directly for -rc2.
> Is that OK with you?
> 
> I am fine if it is well-organized between you and Stephen.

Yep, that definitely works for me.
Sorry again,
Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-13  9:11           ` Maxime Ripard
  0 siblings, 0 replies; 22+ messages in thread
From: Maxime Ripard @ 2018-06-13  9:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jun 13, 2018 at 05:16:30PM +0900, Masahiro Yamada wrote:
> Hi.
> 
> 2018-06-13 16:26 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> > On Mon, Jun 11, 2018 at 03:53:41PM +0800, Chen-Yu Tsai wrote:
> >> Hi,
> >>
> >> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
> >> <yamada.masahiro@socionext.com> wrote:
> >> > Hi Maxime,
> >> >
> >> >
> >> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
> >> >> Hi Mike, Stephen,
> >> >>
> >> >> Please merge the following changes for the next merge window, thanks!
> >> >>
> >> >> Maxime
> >> >>
> >> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
> >> >>
> >> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
> >> >>
> >> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
> >> >>
> >> >> ----------------------------------------------------------------
> >> >> Allwinner clock changes for 4.18
> >> >>
> >> >> Not a lot of changes for this release, but two quite important features
> >> >> were added: the H6 PRCM clock support, and the needed changes to the R40
> >> >> clock driver to allow for the EMAC to operate.
> >> >>
> >> >> ----------------------------------------------------------------
> >> >> Icenowy Zheng (3):
> >> >>       clk: sunxi-ng: add support for H6 PRCM CCU
> >> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
> >> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
> >> >>
> >> >
> >> >
> >> >
> >> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
> >> > not included in the pull request?
> >> >
> >> >
> >> > You said "I've picked it up"
> >> > https://patchwork.kernel.org/patch/10348031/
> >>
> >> It looks like it was accidentally dropped after a rebase.
> >> Not quite sure what happened there. Maxime?
> >
> > I'm not quite sure what happened, sorry, but this should have
> > definitely been part of that PR :/
> >
> 
> Stephen offered to pick it up directly for -rc2.
> Is that OK with you?
> 
> I am fine if it is well-organized between you and Stephen.

Yep, that definitely works for me.
Sorry again,
Maxime

-- 
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180613/206a5b4d/attachment.sig>

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-12  8:38         ` Chen-Yu Tsai
@ 2018-06-20  2:14           ` Chen-Yu Tsai
  -1 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-20  2:14 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Masahiro Yamada, Maxime Ripard, Mike Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk

Hi Stephen,

On Tue, Jun 12, 2018 at 4:38 PM, Chen-Yu Tsai <wens@csie.org> wrote:
> On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
>> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
>>> Hi,
>>>
>>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>>> <yamada.masahiro@socionext.com> wrote:
>>> > Hi Maxime,
>>> >
>>> >
>>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>>> >> Hi Mike, Stephen,
>>> >>
>>> >> Please merge the following changes for the next merge window, thanks!
>>> >>
>>> >> Maxime
>>> >>
>>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>>> >>
>>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>>> >>
>>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>>> >>
>>> >> ----------------------------------------------------------------
>>> >> Allwinner clock changes for 4.18
>>> >>
>>> >> Not a lot of changes for this release, but two quite important features
>>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>>> >> clock driver to allow for the EMAC to operate.
>>> >>
>>> >> ----------------------------------------------------------------
>>> >> Icenowy Zheng (3):
>>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>>> >>
>>> >
>>> >
>>> >
>>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>>> > not included in the pull request?
>>> >
>>> >
>>> > You said "I've picked it up"
>>> > https://patchwork.kernel.org/patch/10348031/
>>>
>>> It looks like it was accidentally dropped after a rebase.
>>> Not quite sure what happened there. Maxime?
>>>
>>
>> I can directly pick and send as fix for clk-fixes targeting rc2.

This is a friendly reminder to pick up this patch for -rc2.

> The patch can still be found in the sunxi/for-next branch of the
> sunxi repo on kernel.org:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/for-next&id=d4a1496286b0c29fcace4e10c0047cca7cc79b25

This is still available, but no longer referenced in any branch,
as we've updated our sunxi/for-next branch for 4.19 stuff.

> Or the original on patchwork:
>
> https://patchwork.kernel.org/patch/10348027/

And

Acked-by: Chen-Yu Tsai <wens@csie.org>

if you pick directly from patchwork.

Thanks
ChenYu

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-20  2:14           ` Chen-Yu Tsai
  0 siblings, 0 replies; 22+ messages in thread
From: Chen-Yu Tsai @ 2018-06-20  2:14 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Stephen,

On Tue, Jun 12, 2018 at 4:38 PM, Chen-Yu Tsai <wens@csie.org> wrote:
> On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
>> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
>>> Hi,
>>>
>>> On Mon, Jun 11, 2018 at 10:00 AM, Masahiro Yamada
>>> <yamada.masahiro@socionext.com> wrote:
>>> > Hi Maxime,
>>> >
>>> >
>>> > 2018-05-21 20:59 GMT+09:00 Maxime Ripard <maxime.ripard@bootlin.com>:
>>> >> Hi Mike, Stephen,
>>> >>
>>> >> Please merge the following changes for the next merge window, thanks!
>>> >>
>>> >> Maxime
>>> >>
>>> >> 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/sunxi/linux.git tags/sunxi-clk-for-4.18
>>> >>
>>> >> for you to fetch changes up to 17de4c857b1f74b90967f7e7fd5ff81be61dc044:
>>> >>
>>> >>   clk: sunxi-ng: r40: export a regmap to access the GMAC register (2018-05-17 14:02:07 +0800)
>>> >>
>>> >> ----------------------------------------------------------------
>>> >> Allwinner clock changes for 4.18
>>> >>
>>> >> Not a lot of changes for this release, but two quite important features
>>> >> were added: the H6 PRCM clock support, and the needed changes to the R40
>>> >> clock driver to allow for the EMAC to operate.
>>> >>
>>> >> ----------------------------------------------------------------
>>> >> Icenowy Zheng (3):
>>> >>       clk: sunxi-ng: add support for H6 PRCM CCU
>>> >>       clk: sunxi-ng: r40: rewrite init code to a platform driver
>>> >>       clk: sunxi-ng: r40: export a regmap to access the GMAC register
>>> >>
>>> >
>>> >
>>> >
>>> > Why was my patch "clk: sunxi-ng: replace lib-y with obj-y"
>>> > not included in the pull request?
>>> >
>>> >
>>> > You said "I've picked it up"
>>> > https://patchwork.kernel.org/patch/10348031/
>>>
>>> It looks like it was accidentally dropped after a rebase.
>>> Not quite sure what happened there. Maxime?
>>>
>>
>> I can directly pick and send as fix for clk-fixes targeting rc2.

This is a friendly reminder to pick up this patch for -rc2.

> The patch can still be found in the sunxi/for-next branch of the
> sunxi repo on kernel.org:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/for-next&id=d4a1496286b0c29fcace4e10c0047cca7cc79b25

This is still available, but no longer referenced in any branch,
as we've updated our sunxi/for-next branch for 4.19 stuff.

> Or the original on patchwork:
>
> https://patchwork.kernel.org/patch/10348027/

And

Acked-by: Chen-Yu Tsai <wens@csie.org>

if you pick directly from patchwork.

Thanks
ChenYu

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

* Re: [GIT PULL] Allwinner clock changes for 4.18
  2018-06-20  2:14           ` Chen-Yu Tsai
@ 2018-06-21 15:17             ` Stephen Boyd
  -1 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-21 15:17 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Masahiro Yamada, Maxime Ripard, Mike Turquette, Stephen Boyd,
	linux-arm-kernel, linux-clk

Quoting Chen-Yu Tsai (2018-06-19 19:14:26)
> Hi Stephen,
> =

> On Tue, Jun 12, 2018 at 4:38 PM, Chen-Yu Tsai <wens@csie.org> wrote:
> > On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
> >> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
> >>>
> >>
> >> I can directly pick and send as fix for clk-fixes targeting rc2.
> =

> This is a friendly reminder to pick up this patch for -rc2.
> =

> > The patch can still be found in the sunxi/for-next branch of the
> > sunxi repo on kernel.org:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/=
?h=3Dsunxi/for-next&id=3Dd4a1496286b0c29fcace4e10c0047cca7cc79b25
> =

> This is still available, but no longer referenced in any branch,
> as we've updated our sunxi/for-next branch for 4.19 stuff.
> =

> > Or the original on patchwork:
> >
> > https://patchwork.kernel.org/patch/10348027/
> =

> And
> =

> Acked-by: Chen-Yu Tsai <wens@csie.org>
> =

> if you pick directly from patchwork.
> =


Got it from linux-next. Thanks!

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

* [GIT PULL] Allwinner clock changes for 4.18
@ 2018-06-21 15:17             ` Stephen Boyd
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Boyd @ 2018-06-21 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Chen-Yu Tsai (2018-06-19 19:14:26)
> Hi Stephen,
> 
> On Tue, Jun 12, 2018 at 4:38 PM, Chen-Yu Tsai <wens@csie.org> wrote:
> > On Tue, Jun 12, 2018 at 4:00 PM, Stephen Boyd <sboyd@kernel.org> wrote:
> >> Quoting Chen-Yu Tsai (2018-06-11 00:53:41)
> >>>
> >>
> >> I can directly pick and send as fix for clk-fixes targeting rc2.
> 
> This is a friendly reminder to pick up this patch for -rc2.
> 
> > The patch can still be found in the sunxi/for-next branch of the
> > sunxi repo on kernel.org:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/for-next&id=d4a1496286b0c29fcace4e10c0047cca7cc79b25
> 
> This is still available, but no longer referenced in any branch,
> as we've updated our sunxi/for-next branch for 4.19 stuff.
> 
> > Or the original on patchwork:
> >
> > https://patchwork.kernel.org/patch/10348027/
> 
> And
> 
> Acked-by: Chen-Yu Tsai <wens@csie.org>
> 
> if you pick directly from patchwork.
> 

Got it from linux-next. Thanks!

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

end of thread, other threads:[~2018-06-21 15:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 11:59 [GIT PULL] Allwinner clock changes for 4.18 Maxime Ripard
2018-05-21 11:59 ` Maxime Ripard
2018-06-01 17:25 ` Stephen Boyd
2018-06-01 17:25   ` Stephen Boyd
2018-06-11  2:00 ` Masahiro Yamada
2018-06-11  2:00   ` Masahiro Yamada
2018-06-11  7:53   ` Chen-Yu Tsai
2018-06-11  7:53     ` Chen-Yu Tsai
2018-06-12  8:00     ` Stephen Boyd
2018-06-12  8:00       ` Stephen Boyd
2018-06-12  8:38       ` Chen-Yu Tsai
2018-06-12  8:38         ` Chen-Yu Tsai
2018-06-20  2:14         ` Chen-Yu Tsai
2018-06-20  2:14           ` Chen-Yu Tsai
2018-06-21 15:17           ` Stephen Boyd
2018-06-21 15:17             ` Stephen Boyd
2018-06-13  7:26     ` Maxime Ripard
2018-06-13  7:26       ` Maxime Ripard
2018-06-13  8:16       ` Masahiro Yamada
2018-06-13  8:16         ` Masahiro Yamada
2018-06-13  9:11         ` Maxime Ripard
2018-06-13  9:11           ` Maxime Ripard

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.