All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: u-boot-rockchip-20210121
@ 2021-01-21 10:07 Kever Yang
  2021-01-21 11:39 ` Arnaud Patard
  2021-01-21 20:53 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Kever Yang @ 2021-01-21 10:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull the rockchip updates/fixes:
- New board: rk3328 NanoPi R2S board;
- Fix init voltage for some rk3399 boards;
- enable rng for rk3399 by default;
- set default to SPI bus 1 for SPI-flash for some board;
- add dwc PCIe controller driver on rockchip platform;

Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5992

Thanks,
- Kever

The following changes since commit 83433fdab4920e206700bca33b9040c7978afc9d:

  Merge branch '2021-01-20-fs-fixes' (2021-01-20 16:45:43 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20210121

for you to fetch changes up to 9ddc0787bd660214366e386ce689dd78299ac9d0:

  pci: Add Rockchip dwc based PCIe controller driver (2021-01-21 12:00:45 +0800)

----------------------------------------------------------------
David Bauer (1):
      rockchip: rk3328: Add support for FriendlyARM NanoPi R2S

Hugh Cole-Baker (2):
      rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flash
      rockchip: puma-haikou: default to SPI bus 1 for SPI-flash

Kever Yang (3):
      rockchip: evb-rk3399: Provide init voltage
      rockchip: firefly-rk3399: Provide init voltage
      rockchip: leez-rk3399: Provide init voltage

Peter Robinson (2):
      arm: dts: rockchip: rk3399: enable rng at the SoC level
      configs: rk3399: enable rng on firefly/rock960/rockpro64

Shawn Lin (2):
      phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY
      pci: Add Rockchip dwc based PCIe controller driver

 arch/arm/dts/Makefile                          |   1 +
 arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi     |  40 ++
 arch/arm/dts/rk3328-nanopi-r2s.dts             | 370 +++++++++++
 arch/arm/dts/rk3399-evb-u-boot.dtsi            |   8 +-
 arch/arm/dts/rk3399-firefly-u-boot.dtsi        |   4 +
 arch/arm/dts/rk3399-leez-p710-u-boot.dtsi      |   4 +
 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi   |   4 -
 arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi    |   3 +-
 arch/arm/dts/rk3399-roc-pc-u-boot.dtsi         |   4 -
 arch/arm/dts/rk3399-rockpro64-u-boot.dtsi      |   4 -
 arch/arm/dts/rk3399-u-boot.dtsi                |   2 +-
 board/rockchip/evb_rk3328/MAINTAINERS          |   7 +
 configs/firefly-rk3399_defconfig               |   2 +
 configs/nanopi-r2s-rk3328_defconfig            |  98 +++
 configs/puma-rk3399_defconfig                  |   2 +
 configs/roc-pc-mezzanine-rk3399_defconfig      |   1 +
 configs/roc-pc-rk3399_defconfig                |   1 +
 configs/rock960-rk3399_defconfig               |   2 +
 configs/rockpro64-rk3399_defconfig             |   2 +
 drivers/pci/Kconfig                            |   9 +
 drivers/pci/Makefile                           |   1 +
 drivers/pci/pcie_dw_rockchip.c                 | 877 +++++++++++++++++++++++++
 drivers/phy/rockchip/Kconfig                   |   9 +
 drivers/phy/rockchip/Makefile                  |   1 +
 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 157 +++++
 25 files changed, 1594 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3328-nanopi-r2s.dts
 create mode 100644 configs/nanopi-r2s-rk3328_defconfig
 create mode 100644 drivers/pci/pcie_dw_rockchip.c
 create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c

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

* Pull request: u-boot-rockchip-20210121
  2021-01-21 10:07 Pull request: u-boot-rockchip-20210121 Kever Yang
@ 2021-01-21 11:39 ` Arnaud Patard
  2021-01-21 12:44   ` Kever Yang
  2021-01-21 20:53 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Arnaud Patard @ 2021-01-21 11:39 UTC (permalink / raw)
  To: u-boot

Kever Yang <kever.yang@rock-chips.com> writes:

Hi,

> Hi Tom,
>
> Please pull the rockchip updates/fixes:
> - New board: rk3328 NanoPi R2S board;
> - Fix init voltage for some rk3399 boards;
> - enable rng for rk3399 by default;
> - set default to SPI bus 1 for SPI-flash for some board;
> - add dwc PCIe controller driver on rockchip platform;

I don't remember getting any mail about my patches related to edp on
pinebook pro patchset 
(https://patchwork.ozlabs.org/project/uboot/list/?series=215793).

Did I miss something something  ?

Thanks,
Arnaud

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

* Pull request: u-boot-rockchip-20210121
  2021-01-21 11:39 ` Arnaud Patard
@ 2021-01-21 12:44   ` Kever Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Kever Yang @ 2021-01-21 12:44 UTC (permalink / raw)
  To: u-boot

Hi Arnaud,

On 2021/1/21 ??7:39, Arnaud Patard (Rtp) wrote:
> Kever Yang <kever.yang@rock-chips.com> writes:
>
> Hi,
>
>> Hi Tom,
>>
>> Please pull the rockchip updates/fixes:
>> - New board: rk3328 NanoPi R2S board;
>> - Fix init voltage for some rk3399 boards;
>> - enable rng for rk3399 by default;
>> - set default to SPI bus 1 for SPI-flash for some board;
>> - add dwc PCIe controller driver on rockchip platform;
> I don't remember getting any mail about my patches related to edp on
> pinebook pro patchset
> (https://patchwork.ozlabs.org/project/uboot/list/?series=215793).
>
> Did I miss something something  ?

Sorry, I was plan to reply, but busy at other things and forgot.

Too many typo at subjects in different patches, will need to update.


Thanks,

- Kever

>
> Thanks,
> Arnaud
>
>

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

* Pull request: u-boot-rockchip-20210121
  2021-01-21 10:07 Pull request: u-boot-rockchip-20210121 Kever Yang
  2021-01-21 11:39 ` Arnaud Patard
@ 2021-01-21 20:53 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-01-21 20:53 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 21, 2021 at 06:07:17PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip updates/fixes:
> - New board: rk3328 NanoPi R2S board;
> - Fix init voltage for some rk3399 boards;
> - enable rng for rk3399 by default;
> - set default to SPI bus 1 for SPI-flash for some board;
> - add dwc PCIe controller driver on rockchip platform;
> 
> Gitlab ci:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/5992
> 
> Thanks,
> - Kever
> 
> The following changes since commit 83433fdab4920e206700bca33b9040c7978afc9d:
> 
>   Merge branch '2021-01-20-fs-fixes' (2021-01-20 16:45:43 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20210121
> 
> for you to fetch changes up to 9ddc0787bd660214366e386ce689dd78299ac9d0:
> 
>   pci: Add Rockchip dwc based PCIe controller driver (2021-01-21 12:00:45 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210121/8a7b5f6a/attachment.sig>

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

end of thread, other threads:[~2021-01-21 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 10:07 Pull request: u-boot-rockchip-20210121 Kever Yang
2021-01-21 11:39 ` Arnaud Patard
2021-01-21 12:44   ` Kever Yang
2021-01-21 20:53 ` Tom Rini

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.