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/[email protected]/
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
On Thu, Jul 21, 2022 at 9:24 AM Krzysztof Kozlowski
<[email protected]> 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
On Thu, 21 Jul 2022, at 22:25, Arnd Bergmann wrote:
> On Thu, Jul 21, 2022 at 9:24 AM Krzysztof Kozlowski
> <[email protected]> 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