All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: socfpga: fix for v5.16, part 3
@ 2021-12-27 10:36 Dinh Nguyen
  2022-01-06  0:23 ` Olof Johansson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dinh Nguyen @ 2021-12-27 10:36 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

Hi Arnd/Olof,

Please pull in these 2 patches for v5.16. The reason for this dts compatible
change is that the commit 98d948eb833 ("spi: cadence-quadspi: fix write
completion support") is already part of v5.16, thus we need these 2 patches to
be in v5.16.

Thanks,
Dinh

The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

  Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_fix_for_v5.16_part_3

for you to fetch changes up to 36de991e93908f7ad5c2a0eac9c4ecf8b723fa4a:

  ARM: dts: socfpga: change qspi to "intel,socfpga-qspi" (2021-12-27 04:20:06 -0600)

----------------------------------------------------------------
SoCFPGA dts updates for v5.16, part 3
- Change the SoCFPGA compatible to "intel,socfpga-qspi"
- Update dt-bindings document to include "intel,socfpga-qspi"

----------------------------------------------------------------
Dinh Nguyen (2):
      dt-bindings: spi: cadence-quadspi: document "intel,socfpga-qspi"
      ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"

 Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 1 +
 arch/arm/boot/dts/socfpga.dtsi                           | 2 +-
 arch/arm/boot/dts/socfpga_arria10.dtsi                   | 2 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi        | 2 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi            | 2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

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

* Re: [GIT PULL] ARM: socfpga: fix for v5.16, part 3
  2021-12-27 10:36 [GIT PULL] ARM: socfpga: fix for v5.16, part 3 Dinh Nguyen
@ 2022-01-06  0:23 ` Olof Johansson
  2022-01-06  1:26   ` Dinh Nguyen
  2022-01-06 19:40 ` patchwork-bot+linux-soc
  2022-01-06 19:40 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2022-01-06  0:23 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: ARM-SoC Maintainers, SoC Team

Hi Dinh,

On Mon, Dec 27, 2021 at 2:36 AM Dinh Nguyen <dinguyen@kernel.org> wrote:
>
> Hi Arnd/Olof,
>
> Please pull in these 2 patches for v5.16. The reason for this dts compatible
> change is that the commit 98d948eb833 ("spi: cadence-quadspi: fix write
> completion support") is already part of v5.16, thus we need these 2 patches to
> be in v5.16.
>
> Thanks,
> Dinh
>
> The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:
>
>   Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)

Was there a reason you chose to base this fixes branch on 5.16-rc7
instead of an older -rc, or the previous fixes branch that you sent
in?

As a result, we now have to bring the base version forward for our
fixes branch in our tree (and our for-next branch as well).

It's usually best practices to use an older -rc (-rc1/-rc2 if you
can), and/or continue using the same fixes branch if you have
dependencies between previous fixes sent in for this release cycle.

> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_fix_for_v5.16_part_3
>
> for you to fetch changes up to 36de991e93908f7ad5c2a0eac9c4ecf8b723fa4a:
>
>   ARM: dts: socfpga: change qspi to "intel,socfpga-qspi" (2021-12-27 04:20:06 -0600)

Merged this time, but please try to use older base branches in the
future. Thanks.


-Olof

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

* Re: [GIT PULL] ARM: socfpga: fix for v5.16, part 3
  2022-01-06  0:23 ` Olof Johansson
@ 2022-01-06  1:26   ` Dinh Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2022-01-06  1:26 UTC (permalink / raw)
  To: Olof Johansson; +Cc: ARM-SoC Maintainers, SoC Team



On 1/5/22 6:23 PM, Olof Johansson wrote:
> Hi Dinh,
> 
> On Mon, Dec 27, 2021 at 2:36 AM Dinh Nguyen <dinguyen@kernel.org> wrote:
>>
>> Hi Arnd/Olof,
>>
>> Please pull in these 2 patches for v5.16. The reason for this dts compatible
>> change is that the commit 98d948eb833 ("spi: cadence-quadspi: fix write
>> completion support") is already part of v5.16, thus we need these 2 patches to
>> be in v5.16.
>>
>> Thanks,
>> Dinh
>>
>> The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:
>>
>>    Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)
> 
> Was there a reason you chose to base this fixes branch on 5.16-rc7
> instead of an older -rc, or the previous fixes branch that you sent
> in?
> 
> As a result, we now have to bring the base version forward for our
> fixes branch in our tree (and our for-next branch as well).
> 
> It's usually best practices to use an older -rc (-rc1/-rc2 if you
> can), and/or continue using the same fixes branch if you have
> dependencies between previous fixes sent in for this release cycle.
> 

Ah, sorry about that. I'll keep this in mind for future work.

Thanks,
Dinh

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

* Re: [GIT PULL] ARM: socfpga: fix for v5.16, part 3
  2021-12-27 10:36 [GIT PULL] ARM: socfpga: fix for v5.16, part 3 Dinh Nguyen
  2022-01-06  0:23 ` Olof Johansson
@ 2022-01-06 19:40 ` patchwork-bot+linux-soc
  2022-01-06 19:40 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-01-06 19:40 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Olof Johansson <olof@lixom.net>:

On Mon, 27 Dec 2021 04:36:44 -0600 you wrote:
> Hi Arnd/Olof,
> 
> Please pull in these 2 patches for v5.16. The reason for this dts compatible
> change is that the commit 98d948eb833 ("spi: cadence-quadspi: fix write
> completion support") is already part of v5.16, thus we need these 2 patches to
> be in v5.16.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: socfpga: fix for v5.16, part 3
    https://git.kernel.org/soc/soc/c/8922bb6526ac

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] ARM: socfpga: fix for v5.16, part 3
  2021-12-27 10:36 [GIT PULL] ARM: socfpga: fix for v5.16, part 3 Dinh Nguyen
  2022-01-06  0:23 ` Olof Johansson
  2022-01-06 19:40 ` patchwork-bot+linux-soc
@ 2022-01-06 19:40 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-01-06 19:40 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Olof Johansson <olof@lixom.net>:

On Mon, 27 Dec 2021 04:36:44 -0600 you wrote:
> Hi Arnd/Olof,
> 
> Please pull in these 2 patches for v5.16. The reason for this dts compatible
> change is that the commit 98d948eb833 ("spi: cadence-quadspi: fix write
> completion support") is already part of v5.16, thus we need these 2 patches to
> be in v5.16.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: socfpga: fix for v5.16, part 3
    https://git.kernel.org/soc/soc/c/8922bb6526ac

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-01-06 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 10:36 [GIT PULL] ARM: socfpga: fix for v5.16, part 3 Dinh Nguyen
2022-01-06  0:23 ` Olof Johansson
2022-01-06  1:26   ` Dinh Nguyen
2022-01-06 19:40 ` patchwork-bot+linux-soc
2022-01-06 19:40 ` patchwork-bot+linux-soc

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.