mbox series

[GIT,PULL] ARM: dt-bindings: aspeed for v5.20

Message ID 20220721072415.11424-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] ARM: dt-bindings: aspeed for v5.20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-bindings-aspeed-5.20

Message

Krzysztof Kozlowski July 21, 2022, 7:24 a.m. UTC
Hi Arnd and Olof,

My two patches documenting existing Aspeed board compatibles were waiting for
some time, so a month ago I decided to pick them up and include in the
linux-next, so other developers - like David - can base their work on these.
Unfortunately the responsibility for the patches was not cleared as I was
waiting for some replies Joel and Andrew, so I also did not push them out to
you. And then rc7 appeared and it is quite late now. That's my mistake, I
should sort it out earlier.

But anyway these were for a month in linux-next and other work [1] will need it.

Can you grab them last minute? If not, could you queue it for v5.21?

[1] https://lore.kernel.org/all/20220720085230.3801945-3-quan@os.amperecomputing.com/

Best regards,
Krzysztof



The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-bindings-aspeed-5.20

for you to fetch changes up to 12f158808510b7810bda1fadd3e88ddc9e768db4:

  dt-bindings: arm: aspeed: add Aspeed Evaluation boards (2022-07-21 09:11:19 +0200)

----------------------------------------------------------------
Devicetree bindings for Aspeed boards

1. Document the compatibles of existing Aspeed-based boards.
2. Add jabil,rbp-bmc compatible.

----------------------------------------------------------------
David Wang (1):
      dt-bindings: arm: aspeed: document board compatibles

Krzysztof Kozlowski (2):
      dt-bindings: arm: aspeed: document board compatibles
      dt-bindings: arm: aspeed: add Aspeed Evaluation boards

 .../devicetree/bindings/arm/aspeed/aspeed.yaml     | 87 ++++++++++++++++++++++
 MAINTAINERS                                        |  1 +
 2 files changed, 88 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml

Comments

Arnd Bergmann July 21, 2022, 12:55 p.m. UTC | #1
On Thu, Jul 21, 2022 at 9:24 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Hi Arnd and Olof,
>
> My two patches documenting existing Aspeed board compatibles were waiting for
> some time, so a month ago I decided to pick them up and include in the
> linux-next, so other developers - like David - can base their work on these.
> Unfortunately the responsibility for the patches was not cleared as I was
> waiting for some replies Joel and Andrew, so I also did not push them out to
> you. And then rc7 appeared and it is quite late now. That's my mistake, I
> should sort it out earlier.
>
> But anyway these were for a month in linux-next and other work [1] will need it.
>
> Can you grab them last minute? If not, could you queue it for v5.21?

Merged into arm/dt for 5.20 now.

      Arnd
Andrew Jeffery July 22, 2022, 2:12 a.m. UTC | #2
On Thu, 21 Jul 2022, at 22:25, Arnd Bergmann wrote:
> On Thu, Jul 21, 2022 at 9:24 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> Hi Arnd and Olof,
>>
>> My two patches documenting existing Aspeed board compatibles were waiting for
>> some time, so a month ago I decided to pick them up and include in the
>> linux-next, so other developers - like David - can base their work on these.
>> Unfortunately the responsibility for the patches was not cleared as I was
>> waiting for some replies Joel and Andrew, so I also did not push them out to
>> you. And then rc7 appeared and it is quite late now. That's my mistake, I
>> should sort it out earlier.
>>
>> But anyway these were for a month in linux-next and other work [1] will need it.
>>
>> Can you grab them last minute? If not, could you queue it for v5.21?
>
> Merged into arm/dt for 5.20 now.

Thanks, and apologies again for being a bit MIA here.

Andrew
Arnd Bergmann July 25, 2022, 3:44 p.m. UTC | #3
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 21 Jul 2022 09:24:15 +0200, Krzysztof Kozlowski wrote:
> My two patches documenting existing Aspeed board compatibles were waiting for
> some time, so a month ago I decided to pick them up and include in the
> linux-next, so other developers - like David - can base their work on these.
> Unfortunately the responsibility for the patches was not cleared as I was
> waiting for some replies Joel and Andrew, so I also did not push them out to
> you. And then rc7 appeared and it is quite late now. That's my mistake, I
> should sort it out earlier.
> 
> [...]

Merged into for-next, thanks!

merge commit: d44108d84411c1b8011953fcc1bfffb734b3c752

       Arnd