mbox

[GIT,PULL,1/2] SoCFPGA DTS updates for v4.13

Message ID 1498059352-9483-1-git-send-email-dinguyen@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13

Message

Dinh Nguyen June 21, 2017, 3:35 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v4.13.

Thanks,
Dinh

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13

for you to fetch changes up to 000e6f73dcc52d970706010d3bbc74710db4933c:

  ARM: dts: socfpga: set the i2c frequency (2017-05-26 11:19:28 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v4.13
- Fix clocks node the EMACs
- VINING board updtes
	- Remove I2C EEPROMs and LED node
	- Add QSPI device
	- Add 2nd ethernet alias
- Add 'clock-frequency' binding for i2c node

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: dts: socfpga: set the i2c frequency

Marek Vasut (6):
      ARM: socfpga: Increase max number of GPIOs
      ARM: dts: socfpga: Fix the ethernet clock phandle
      ARM: dts: socfpga: Enable QSPI support on VINING FPGA
      ARM: dts: socfpga: Remove I2C EEPROMs from VINING FPGA
      ARM: dts: socfpga: Drop LED node from VINING FPGA
      ARM: dts: socfpga: Add second ethernet alias to VINING FPGA

 arch/arm/Kconfig                                   |   1 +
 arch/arm/boot/dts/socfpga.dtsi                     |   4 +-
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |   2 +-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 101 +++++++++------------
 6 files changed, 47 insertions(+), 65 deletions(-)

Comments

Arnd Bergmann June 23, 2017, 12:04 p.m. UTC | #1
On Wed, Jun 21, 2017 at 5:35 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
> Hi Arnd, Kevin, and Olof:
>
> Please pull in these DTS updates for v4.13.
>
> Thanks,
> Dinh
>
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13
>
> for you to fetch changes up to 000e6f73dcc52d970706010d3bbc74710db4933c:
>
>   ARM: dts: socfpga: set the i2c frequency (2017-05-26 11:19:28 -0500)
>
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v4.13
> - Fix clocks node the EMACs
> - VINING board updtes
>         - Remove I2C EEPROMs and LED node
>         - Add QSPI device
>         - Add 2nd ethernet alias
> - Add 'clock-frequency' binding for i2c node
>
> ----------------------------------------------------------------
> Dinh Nguyen (1):
>       ARM: dts: socfpga: set the i2c frequency
>
> Marek Vasut (6):
>       ARM: socfpga: Increase max number of GPIOs
>       ARM: dts: socfpga: Fix the ethernet clock phandle
>       ARM: dts: socfpga: Enable QSPI support on VINING FPGA
>       ARM: dts: socfpga: Remove I2C EEPROMs from VINING FPGA
>       ARM: dts: socfpga: Drop LED node from VINING FPGA
>       ARM: dts: socfpga: Add second ethernet alias to VINING FPGA

Your description does not explain why the Kconfig patch is included
in this branch and also in the separate pull request. Is there a strong
dependency here, or could you rebase the dts patches on top of
a vanilla 4.12-rc1 and resend?

        Arnd
Dinh Nguyen June 23, 2017, 2:20 p.m. UTC | #2
On 06/23/2017 07:04 AM, Arnd Bergmann wrote:
> On Wed, Jun 21, 2017 at 5:35 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
>> Hi Arnd, Kevin, and Olof:
>>
>> Please pull in these DTS updates for v4.13.
>>
>> Thanks,
>> Dinh
>>
>> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>>
>>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.13
>>
>> for you to fetch changes up to 000e6f73dcc52d970706010d3bbc74710db4933c:
>>
>>   ARM: dts: socfpga: set the i2c frequency (2017-05-26 11:19:28 -0500)
>>
>> ----------------------------------------------------------------
>> SoCFPGA DTS updates for v4.13
>> - Fix clocks node the EMACs
>> - VINING board updtes
>>         - Remove I2C EEPROMs and LED node
>>         - Add QSPI device
>>         - Add 2nd ethernet alias
>> - Add 'clock-frequency' binding for i2c node
>>
>> ----------------------------------------------------------------
>> Dinh Nguyen (1):
>>       ARM: dts: socfpga: set the i2c frequency
>>
>> Marek Vasut (6):
>>       ARM: socfpga: Increase max number of GPIOs
>>       ARM: dts: socfpga: Fix the ethernet clock phandle
>>       ARM: dts: socfpga: Enable QSPI support on VINING FPGA
>>       ARM: dts: socfpga: Remove I2C EEPROMs from VINING FPGA
>>       ARM: dts: socfpga: Drop LED node from VINING FPGA
>>       ARM: dts: socfpga: Add second ethernet alias to VINING FPGA
> 
> Your description does not explain why the Kconfig patch is included
> in this branch and also in the separate pull request. Is there a strong
> dependency here, or could you rebase the dts patches on top of
> a vanilla 4.12-rc1 and resend?
> 

Sorry about that. The Kconfig patch should not have been part of this
series. Let me try again.

Thanks,
Dinh