mbox series

[GIT,PULL] ARM: socfpga: fix for v5.16, part 3

Message ID 20211227103644.566694-1-dinguyen@kernel.org (mailing list archive)
State Accepted
Commit 8922bb6526ac4b20bd8de7f47d6e77808670f6c4
Headers show
Series [GIT,PULL] ARM: socfpga: fix for v5.16, part 3 | expand

Pull-request

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

Message

Dinh Nguyen Dec. 27, 2021, 10:36 a.m. UTC
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(-)

Comments

Olof Johansson Jan. 6, 2022, 12:23 a.m. UTC | #1
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
Dinh Nguyen Jan. 6, 2022, 1:26 a.m. UTC | #2
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
patchwork-bot+linux-soc@kernel.org Jan. 6, 2022, 7:40 p.m. UTC | #3
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!
patchwork-bot+linux-soc@kernel.org Jan. 6, 2022, 7:40 p.m. UTC | #4
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!