mbox series

[GIT,PULL] socfpga dts updates for v5.7, part 2

Message ID 20200325160745.793-1-dinguyen@kernel.org (mailing list archive)
State Mainlined, archived
Commit bd76a4f94239023106210178bb4c36abce3cee3f
Headers show
Series [GIT,PULL] socfpga dts updates for v5.7, part 2 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.7_part2

Message

Dinh Nguyen March 25, 2020, 4:07 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in this final DTS update for v5.7.

Thanks,
Dinh

The following changes since commit 80f132d737091055ea79a59e03d1880aaf4203e3:

  arm64: dts: increase the QSPI reg address for Stratix10 and Agilex (2020-03-09 10:58:41 -0500)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.7_part2

for you to fetch changes up to bd76a4f94239023106210178bb4c36abce3cee3f:

  ARM: socfpga: arria10: Add ptp_ref clock to ethernet nodes (2020-03-20 14:27:39 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.7, part 2
- Add ptp_ref clock to ethernet nodes for Arria10

----------------------------------------------------------------
Dalon Westergreen (1):
      ARM: socfpga: arria10: Add ptp_ref clock to ethernet nodes

 arch/arm/boot/dts/socfpga_arria10.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Arnd Bergmann March 25, 2020, 9:37 p.m. UTC | #1
On Wed, Mar 25, 2020 at 5:07 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
>
> Hi Arnd, Kevin, and Olof:
>
> Please pull in this final DTS update for v5.7.
>
> Thanks,
> Dinh
>
> The following changes since commit 80f132d737091055ea79a59e03d1880aaf4203e3:
>
>   arm64: dts: increase the QSPI reg address for Stratix10 and Agilex (2020-03-09 10:58:41 -0500)
>
> are available in the Git repository at:
>
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.7_part2

I had to manually fix up the URL to use git://git.kernel.org/...
instead of git@gitolite.kernel.org:/
but I did pull it. You can use 'git config' to set up to generate the
correct URL automatically.

      Arnd
Dinh Nguyen March 26, 2020, 1:59 p.m. UTC | #2
On 3/25/20 4:37 PM, Arnd Bergmann wrote:
> On Wed, Mar 25, 2020 at 5:07 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
>>
>> Hi Arnd, Kevin, and Olof:
>>
>> Please pull in this final DTS update for v5.7.
>>
>> Thanks,
>> Dinh
>>
>> The following changes since commit 80f132d737091055ea79a59e03d1880aaf4203e3:
>>
>>   arm64: dts: increase the QSPI reg address for Stratix10 and Agilex (2020-03-09 10:58:41 -0500)
>>
>> are available in the Git repository at:
>>
>>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.7_part2
> 
> I had to manually fix up the URL to use git://git.kernel.org/...
> instead of git@gitolite.kernel.org:/
> but I did pull it. You can use 'git config' to set up to generate the
> correct URL automatically.

Sorry about that. Will fix in the future!

Thanks,
Dinh