mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic drivers updates for v6.14
@ 2025-01-06 14:25 Neil Armstrong
  2025-01-16 15:23 ` Neil Armstrong
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2025-01-06 14:25 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

Hi,

Here's the final DT bindings change that will give 100% success in Amlogic
ARM64 & ARM64 DT Bindings checks, with the mmc-slot bindings change routed
via the MMC tree.

Thanks,
Neil

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-drivers-for-v6.14

for you to fetch changes up to 960a4140ade8f6ba44e78dc40b80bbf272027805:

   dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC (2024-12-11 09:49:49 +0100)

----------------------------------------------------------------
Amlogic drivers changes for v6.14:
- Document the System Control registers found on early Meson SoC

----------------------------------------------------------------
Neil Armstrong (1):
       dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC

  .../bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml | 14 ++++++++++++++
  1 file changed, 14 insertions(+)


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] Amlogic drivers updates for v6.14
  2025-01-06 14:25 [GIT PULL] Amlogic drivers updates for v6.14 Neil Armstrong
@ 2025-01-16 15:23 ` Neil Armstrong
  2025-01-16 16:39   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2025-01-16 15:23 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

Hi,

On 06/01/2025 15:25, Neil Armstrong wrote:
> Hi,
> 
> Here's the final DT bindings change that will give 100% success in Amlogic
> ARM64 & ARM64 DT Bindings checks, with the mmc-slot bindings change routed
> via the MMC tree.

Gentle ping, it doesn't seem you pulled this PR.

Thanks,
Neil

> 
> Thanks,
> Neil
> 
> The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>    Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>    https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-drivers-for-v6.14
> 
> for you to fetch changes up to 960a4140ade8f6ba44e78dc40b80bbf272027805:
> 
>    dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC (2024-12-11 09:49:49 +0100)
> 
> ----------------------------------------------------------------
> Amlogic drivers changes for v6.14:
> - Document the System Control registers found on early Meson SoC
> 
> ----------------------------------------------------------------
> Neil Armstrong (1):
>        dt-bindings: soc: amlogic,meson-gx-hhi-sysctrl: Document the System Control registers found on early Meson SoC
> 
>   .../bindings/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml | 14 ++++++++++++++
>   1 file changed, 14 insertions(+)
> 


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] Amlogic drivers updates for v6.14
  2025-01-16 15:23 ` Neil Armstrong
@ 2025-01-16 16:39   ` Arnd Bergmann
  2025-01-16 18:59     ` Neil Armstrong
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2025-01-16 16:39 UTC (permalink / raw)
  To: Neil Armstrong, soc, arm; +Cc: linux-amlogic, linux-arm-kernel

On Thu, Jan 16, 2025, at 16:23, Neil Armstrong wrote:
> On 06/01/2025 15:25, Neil Armstrong wrote:
>> Hi,
>> 
>> Here's the final DT bindings change that will give 100% success in Amlogic
>> ARM64 & ARM64 DT Bindings checks, with the mmc-slot bindings change routed
>> via the MMC tree.
>
> Gentle ping, it doesn't seem you pulled this PR.

Thanks for catching this, I had indeed missed it in my first pass
through the backlog.

When I first looked at the "drivers" branches, I decided to skip
it and instead merge it into the soc/dt branch since it's just
binding updates. I don't normally care which of the two (or both)
the binding updates go through, but if the drivers don't depend
on it, I pick soc/dt.

When I later looked through the dts branches, I skipped over this
because the subject said "drivers". I'm now in the second pass of
looking at everything I skipped originally, and would have
eventually caught it, but it does help to have you look at what
I'm doing to ensure it doesn't get lost entirely.

      Arnd

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] Amlogic drivers updates for v6.14
  2025-01-16 16:39   ` Arnd Bergmann
@ 2025-01-16 18:59     ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2025-01-16 18:59 UTC (permalink / raw)
  To: Arnd Bergmann, soc, arm; +Cc: linux-amlogic, linux-arm-kernel

Hi,

On 16/01/2025 17:39, Arnd Bergmann wrote:
> On Thu, Jan 16, 2025, at 16:23, Neil Armstrong wrote:
>> On 06/01/2025 15:25, Neil Armstrong wrote:
>>> Hi,
>>>
>>> Here's the final DT bindings change that will give 100% success in Amlogic
>>> ARM64 & ARM64 DT Bindings checks, with the mmc-slot bindings change routed
>>> via the MMC tree.
>>
>> Gentle ping, it doesn't seem you pulled this PR.
> 
> Thanks for catching this, I had indeed missed it in my first pass
> through the backlog.
> 
> When I first looked at the "drivers" branches, I decided to skip
> it and instead merge it into the soc/dt branch since it's just
> binding updates. I don't normally care which of the two (or both)
> the binding updates go through, but if the drivers don't depend
> on it, I pick soc/dt.

Yeah I was unsure which tree using, yeah next time I'll properly use the
DT tree if there's no C changes.

> 
> When I later looked through the dts branches, I skipped over this
> because the subject said "drivers". I'm now in the second pass of
> looking at everything I skipped originally, and would have
> eventually caught it, but it does help to have you look at what
> I'm doing to ensure it doesn't get lost entirely.

You're welcome!

Thanks,
Neil

> 
>        Arnd


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2025-01-16 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-06 14:25 [GIT PULL] Amlogic drivers updates for v6.14 Neil Armstrong
2025-01-16 15:23 ` Neil Armstrong
2025-01-16 16:39   ` Arnd Bergmann
2025-01-16 18:59     ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®