Re: Please pull u-boot-tegra staging

2024-04-22 Thread Tom Rini
On Mon, Apr 22, 2024 at 03:15:02PM +0300, Svyatoslav Ryhel wrote:

> Dear Tom,
> 
> The following changes since commit 1dd659fd626204bb6a6b4f330c27b11a7823bbb0:
> 
>   Merge tag 'video-20240421' of 
> https://source.denx.de/u-boot/custodians/u-boot-video (2024-04-21 08:54:20 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging
> 
> for you to fetch changes up to 6898cc823413ff01661e7db74ad764da58b682d9:
> 
>   board: tegra30: switch to button cmd (2024-04-22 12:17:21 +0300)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-tegra staging

2024-04-22 Thread Svyatoslav Ryhel
Dear Tom,

The following changes since commit 1dd659fd626204bb6a6b4f330c27b11a7823bbb0:

  Merge tag 'video-20240421' of 
https://source.denx.de/u-boot/custodians/u-boot-video (2024-04-21 08:54:20 
-0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging

for you to fetch changes up to 6898cc823413ff01661e7db74ad764da58b682d9:

  board: tegra30: switch to button cmd (2024-04-22 12:17:21 +0300)


Jonas Schwöbel (2):
  board: asus: lg_x3: endeavoru: remove CONFIG_SYS_L2CACHE_OFF
  ARM: tegra: Enable UART-E for T20 and T30

Svyatoslav Ryhel (12):
  ARM: dts: paz00: remove display-timings node
  ARM: tegra: move to standard boot
  board: tegra30: switch to standard boot
  board: asus: tf600t: configure SPI pinmux
  board: asus: tf600t: adjust LV pinmux
  board: asus: transformer-t30: set the correct pinmux lock and io-reset
  board: asus: tf600t: enable TEGRA20_SLINK only for TF600T
  board: asus: transformer-t30: enable I2C_MUX only for TF700T
  board: asus: tf700t: bind tc358768 bridge and panel
  ARM: tegra: grouper: bind Hall sensor
  ARM: tegra: transformer-t30: bind Hall sensor
  board: tegra30: switch to button cmd

 arch/arm/Kconfig  |   2 +-
 arch/arm/dts/tegra20-paz00.dts|  16 
 arch/arm/dts/tegra30-asus-grouper-common.dtsi |   6 ++
 arch/arm/dts/tegra30-asus-p1801-t.dts |  28 +++---
 arch/arm/dts/tegra30-asus-tf600t.dts  | 101 +++--
 arch/arm/dts/tegra30-asus-tf700t.dts  | 102 +-
 arch/arm/dts/tegra30-asus-transformer.dtsi|  36 +---
 arch/arm/mach-tegra/Kconfig   |   4 +
 board/asus/transformer-t30/configs/p1801-t.config |   1 +
 board/asus/transformer-t30/configs/tf201.config   |   1 +
 board/asus/transformer-t30/configs/tf300t.config  |   1 +
 board/asus/transformer-t30/configs/tf300tg.config |   1 +
 board/asus/transformer-t30/configs/tf300tl.config |   1 +
 board/asus/transformer-t30/configs/tf600t.config  |   2 +
 board/asus/transformer-t30/configs/tf700t.config  |   2 +
 configs/endeavoru_defconfig   |   4 +-
 configs/grouper_common_defconfig  |   4 +-
 configs/paz00_defconfig   |   1 +
 configs/transformer_t30_defconfig |   5 +-
 configs/x3_t30_defconfig  |   4 +-
 include/configs/endeavoru.h   |   3 +-
 include/configs/grouper.h |   5 +-
 include/configs/tegra-common-post.h   |  30 +--
 include/configs/transformer-common.h  |  12 +--
 include/configs/x3-t30.h  |   3 +-
 25 files changed, 255 insertions(+), 120 deletions(-)

Branch contains minor internal improvemets for endeavoru, lg_x3, grouper,
transformers and paz00 as well as migration to standard boot.

All commits passed U-Boot checks and buildman for tegra.

Thanks,
Svyatoslav Ryhel.


Re: Please pull u-boot-tegra staging

2024-01-06 Thread Tom Rini
On Sat, Jan 06, 2024 at 11:26:45AM +0200, Svyatoslav Ryhel wrote:

> Dear Tom,
> 
> The following changes since commit 4b151562bb8e54160adedbc6a1c0c749c00a2f84:
> 
>   bootmeth: pass size to efi_binary_run() (2023-12-22 10:36:50 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging
> 
> for you to fetch changes up to 86e581a5609dc4b2876e5c3e2e458c91879b353c:
> 
>   board: htc: endeavoru: add an early SPL RCM hook (2024-01-05 18:05:42 +0200)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-tegra staging

2024-01-06 Thread Svyatoslav Ryhel
Dear Tom,

The following changes since commit 4b151562bb8e54160adedbc6a1c0c749c00a2f84:

  bootmeth: pass size to efi_binary_run() (2023-12-22 10:36:50 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging

for you to fetch changes up to 86e581a5609dc4b2876e5c3e2e458c91879b353c:

  board: htc: endeavoru: add an early SPL RCM hook (2024-01-05 18:05:42 +0200)


Svyatoslav Ryhel (6):
  doc: board: tegra30: update information in board documents
  tegra114: clock: define MIPI calibration peripheral clock
  ARM: tegra124: convert TEGRA_SUPPORT_NON_SECURE into Kconfig
  ARM: tegra114: expand MC register map
  ARM: tegra114: support nonsecure state detection
  board: htc: endeavoru: add an early SPL RCM hook

 README|   7 ---
 arch/arm/include/asm/arch-tegra114/clock-tables.h |   2 +-
 arch/arm/include/asm/arch-tegra114/mc.h   |  29 ++-
 arch/arm/mach-tegra/Kconfig   |   7 +++
 arch/arm/mach-tegra/board.c   |   3 --
 arch/arm/mach-tegra/tegra114/clock.c  |   3 +-
 board/htc/endeavoru/endeavoru-spl.c   |  56 
 doc/board/asus/grouper_common.rst | 128 
+
 doc/board/asus/transformer_t30.rst| 171 
+---
 doc/board/htc/endeavoru.rst   | 120 
+++---
 doc/board/lg/x3_t30.rst   | 121 
+++---
 11 files changed, 436 insertions(+), 211 deletions(-)

Branch contains documentation updates for endeavoru, lg_x3, grouper and
transformers, addition of MIPI calibration clock name for T114 (inline with
T124+), convertion of TEGRA_SUPPORT_NON_SECURE into Kconfig and endeavoru
stability improvements.

All commits passed U-Boot checks and buildman for tegra.

Thanks,
Svyatoslav Ryhel.


Re: Please pull u-boot-tegra staging

2023-12-20 Thread Tom Rini
On Tue, Dec 19, 2023 at 10:13:53PM +0200, Svyatoslav Ryhel wrote:

> Dear Tom,
> 
> The following changes since commit 936d0f9dd713a913fe952eae576c893e1d5ecbd1:
> 
>   Merge patch series "Fix J7200 kernel boot when using upstream u-boot" 
> (2023-12-19 11:42:03 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging
> 
> for you to fetch changes up to 4989628c1d2b6ea19a38aae34b1c08b12141c64b:
> 
>   board: compal: paz00: clean up the board (2023-12-19 21:24:30 +0200)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: Please pull u-boot-tegra staging

2023-12-20 Thread Svyatoslav Ryhel
вт, 19 груд. 2023 р. о 22:14 Svyatoslav Ryhel  пише:
>
> Dear Tom,
>
> The following changes since commit 936d0f9dd713a913fe952eae576c893e1d5ecbd1:
>
>   Merge patch series "Fix J7200 kernel boot when using upstream u-boot" 
> (2023-12-19 11:42:03 -0500)
>
> are available in the Git repository at:
>
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging
>
> for you to fetch changes up to 4989628c1d2b6ea19a38aae34b1c08b12141c64b:
>
>   board: compal: paz00: clean up the board (2023-12-19 21:24:30 +0200)
>
> 
> Peter Geis (1):
>   mmc: tegra: use max-frequency from device tree if provided
>
> Svyatoslav Ryhel (14):
>   drivers: gpio: implement MAX77663 GPIO cell
>   drivers: gpio: implement PALMAS GPIO cell
>   drivers: gpio-uclass: support PMIC GPIO children
>   ARM: tegra: clock: support get and set rate for simple PLL
>   ARM: tegra30: clock: implement PLLD2 support
>   ARM: tegra114: clock: implement PLLD2 support
>   ARM: mach-tegra: rearrange SPL configs
>   drivers: pinctrl: create Tegra DM pinctrl driver
>   drivers: pinctrl: tegra: incorporate existing code
>   board: asus: grouper: switch to DM pinmux
>   board: lg: x3-t30: switch to DM pinmux
>   board: asus: transformer: switch to DM pinmux
>   board: htc: endeavoru: switch to DM pinmux
>   board: compal: paz00: clean up the board
>
>  arch/arm/dts/tegra20-paz00.dts | 
>4 +-
>  arch/arm/dts/tegra30-asus-grouper-common.dtsi  | 
>  712 +
>  arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts | 
>  113 
>  arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts | 
>  113 
>  arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts | 
>  149 +
>  arch/arm/dts/tegra30-asus-p1801-t.dts  | 
>  982 +
>  arch/arm/dts/tegra30-asus-tf201.dts| 
>   45 ++
>  arch/arm/dts/tegra30-asus-tf300t.dts   | 
>   45 ++
>  arch/arm/dts/tegra30-asus-tf300tg.dts  | 
>  128 
>  arch/arm/dts/tegra30-asus-tf300tl.dts  | 
>  163 +
>  arch/arm/dts/tegra30-asus-tf600t.dts   | 
>  889 ++
>  arch/arm/dts/tegra30-asus-tf700t.dts   | 
>   53 ++
>  arch/arm/dts/tegra30-asus-transformer.dtsi | 
>  984 +
>  arch/arm/dts/tegra30-htc-endeavoru.dts | 
> 1147 ++
>  arch/arm/dts/tegra30-lg-p880.dts   | 
>   90 +++
>  arch/arm/dts/tegra30-lg-p895.dts   | 
>   93 +++
>  arch/arm/dts/tegra30-lg-x3.dtsi| 
>  845 +
>  arch/arm/include/asm/arch-tegra/clk_rst.h  | 
>3 +-
>  arch/arm/include/asm/arch-tegra114/clock-tables.h  | 
>2 +-
>  arch/arm/include/asm/arch-tegra114/pinmux.h| 
>  303 +
>  arch/arm/include/asm/arch-tegra124/pinmux.h| 
>  327 ++
>  arch/arm/include/asm/arch-tegra20/pinmux.h | 
>  291 +
>  arch/arm/include/asm/arch-tegra210/pinmux.h| 
>  394 
>  arch/arm/include/asm/arch-tegra30/clock-tables.h   | 
>2 +-
>  arch/arm/include/asm/arch-tegra30/pinmux.h | 
>  381 +++
>  arch/arm/mach-tegra/Kconfig| 
>   16 +-
>  arch/arm/mach-tegra/Makefile   | 
>1 -
>  arch/arm/mach-tegra/board.c| 
>6 +-
>  arch/arm/mach-tegra/board2.c   | 
>2 +-
>  arch/arm/mach-tegra/clock.c| 
>   78 ++-
>  arch/arm/mach-tegra/tegra114/Makefile  | 
>2 +-
>  arch/arm/mach-tegra/tegra114/clock.c   | 
>   22 +
>  arch/arm/mach-tegra/tegra124/Makefile  | 
>2 -
>  arch/arm/mach-tegra/tegra124/clock.c   | 
>   12 +-
>  arch/arm/mach-tegra/tegra20/Makefile   | 
>2 +-
>  arch/arm/mach-tegra/tegra20/clock.c| 
>   15 +
>  arch/arm/mach-tegra/tegra210/Makefile  

Please pull u-boot-tegra staging

2023-12-19 Thread Svyatoslav Ryhel
Dear Tom,

The following changes since commit 936d0f9dd713a913fe952eae576c893e1d5ecbd1:

  Merge patch series "Fix J7200 kernel boot when using upstream u-boot" 
(2023-12-19 11:42:03 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging

for you to fetch changes up to 4989628c1d2b6ea19a38aae34b1c08b12141c64b:

  board: compal: paz00: clean up the board (2023-12-19 21:24:30 +0200)


Peter Geis (1):
  mmc: tegra: use max-frequency from device tree if provided

Svyatoslav Ryhel (14):
  drivers: gpio: implement MAX77663 GPIO cell
  drivers: gpio: implement PALMAS GPIO cell
  drivers: gpio-uclass: support PMIC GPIO children
  ARM: tegra: clock: support get and set rate for simple PLL
  ARM: tegra30: clock: implement PLLD2 support
  ARM: tegra114: clock: implement PLLD2 support
  ARM: mach-tegra: rearrange SPL configs
  drivers: pinctrl: create Tegra DM pinctrl driver
  drivers: pinctrl: tegra: incorporate existing code
  board: asus: grouper: switch to DM pinmux
  board: lg: x3-t30: switch to DM pinmux
  board: asus: transformer: switch to DM pinmux
  board: htc: endeavoru: switch to DM pinmux
  board: compal: paz00: clean up the board

 arch/arm/dts/tegra20-paz00.dts |   
 4 +-
 arch/arm/dts/tegra30-asus-grouper-common.dtsi  |  
712 +
 arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts |  
113 
 arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts |  
113 
 arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts |  
149 +
 arch/arm/dts/tegra30-asus-p1801-t.dts  |  
982 +
 arch/arm/dts/tegra30-asus-tf201.dts|   
45 ++
 arch/arm/dts/tegra30-asus-tf300t.dts   |   
45 ++
 arch/arm/dts/tegra30-asus-tf300tg.dts  |  
128 
 arch/arm/dts/tegra30-asus-tf300tl.dts  |  
163 +
 arch/arm/dts/tegra30-asus-tf600t.dts   |  
889 ++
 arch/arm/dts/tegra30-asus-tf700t.dts   |   
53 ++
 arch/arm/dts/tegra30-asus-transformer.dtsi |  
984 +
 arch/arm/dts/tegra30-htc-endeavoru.dts | 
1147 ++
 arch/arm/dts/tegra30-lg-p880.dts   |   
90 +++
 arch/arm/dts/tegra30-lg-p895.dts   |   
93 +++
 arch/arm/dts/tegra30-lg-x3.dtsi|  
845 +
 arch/arm/include/asm/arch-tegra/clk_rst.h  |   
 3 +-
 arch/arm/include/asm/arch-tegra114/clock-tables.h  |   
 2 +-
 arch/arm/include/asm/arch-tegra114/pinmux.h|  
303 +
 arch/arm/include/asm/arch-tegra124/pinmux.h|  
327 ++
 arch/arm/include/asm/arch-tegra20/pinmux.h |  
291 +
 arch/arm/include/asm/arch-tegra210/pinmux.h|  
394 
 arch/arm/include/asm/arch-tegra30/clock-tables.h   |   
 2 +-
 arch/arm/include/asm/arch-tegra30/pinmux.h |  
381 +++
 arch/arm/mach-tegra/Kconfig|   
16 +-
 arch/arm/mach-tegra/Makefile   |   
 1 -
 arch/arm/mach-tegra/board.c|   
 6 +-
 arch/arm/mach-tegra/board2.c   |   
 2 +-
 arch/arm/mach-tegra/clock.c|   
78 ++-
 arch/arm/mach-tegra/tegra114/Makefile  |   
 2 +-
 arch/arm/mach-tegra/tegra114/clock.c   |   
22 +
 arch/arm/mach-tegra/tegra124/Makefile  |   
 2 -
 arch/arm/mach-tegra/tegra124/clock.c   |   
12 +-
 arch/arm/mach-tegra/tegra20/Makefile   |   
 2 +-
 arch/arm/mach-tegra/tegra20/clock.c|   
15 +
 arch/arm/mach-tegra/tegra210/Makefile  |   
 1 -
 arch/arm/mach-tegra/tegra210/clock.c   |   
15 +
 arch/arm/mach-tegra/tegra30/Makefile   |   
 2 +-
 arch/arm/mach-tegra/tegra30/clock.c   

Re: Please pull u-boot-tegra staging

2023-11-30 Thread Tom Rini
On Thu, Nov 30, 2023 at 09:50:36AM +0200, Svyatoslav Ryhel wrote:

> Dear Tom,
> 
> The following changes since commit acae7eb5fe063dcfe2dbdb1e1804cf3e12cc2f3f:
> 
>   i2c: Bugfix in i2c_get_chip_by_phandle() (2023-11-27 18:54:56 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging
> 
> for you to fetch changes up to e22d5799dc86298ad8388ddcb3b759e166c142b7:
> 
>   ARM: dts: tegra30: enable USB PHY node on some devices (2023-11-28 09:17:18 
> +0200)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Please pull u-boot-tegra staging

2023-11-29 Thread Svyatoslav Ryhel
Dear Tom,

The following changes since commit acae7eb5fe063dcfe2dbdb1e1804cf3e12cc2f3f:

  i2c: Bugfix in i2c_get_chip_by_phandle() (2023-11-27 18:54:56 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git staging

for you to fetch changes up to e22d5799dc86298ad8388ddcb3b759e166c142b7:

  ARM: dts: tegra30: enable USB PHY node on some devices (2023-11-28 09:17:18 
+0200)


Svyatoslav Ryhel (6):
  ARM: tegra: call regulators_enable_boot_on on board init
  board: lg-x3: convert LG Optimus 4X and Vu to use DM PMIC
  board: endeavoru: convert HTC One X to use DM PMIC
  board: transformer-t30: convert ASUS Transformers to use DM PMIC
  board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMIC
  ARM: dts: tegra30: enable USB PHY node on some devices

Thierry Reding (1):
  ARM: dts: Reuse I2C3 for NVEC

 arch/arm/dts/tegra20-paz00.dts |  19 
 arch/arm/dts/tegra30-asus-grouper-common.dtsi  |   7 +++
 arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts |   1 +
 arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts |   1 +
 arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts |   1 +
 arch/arm/dts/tegra30-asus-p1801-t.dts  |  17 +++
 arch/arm/dts/tegra30-asus-tf600t.dts   |  15 ++
 arch/arm/dts/tegra30-asus-transformer.dtsi |   9 
 arch/arm/dts/tegra30-htc-endeavoru.dts |   8 
 arch/arm/dts/tegra30-lg-x3.dtsi|   9 
 arch/arm/mach-tegra/board2.c   |   5 ++
 board/asus/grouper/Kconfig |   8 
 board/asus/grouper/Makefile|   4 +-
 board/asus/grouper/configs/grouper_E1565.config|   6 ++-
 board/asus/grouper/configs/grouper_PM269.config|   6 ++-
 board/asus/grouper/configs/tilapia.config  |   6 ++-
 board/asus/grouper/grouper-spl-max.c   |   2 +-
 board/asus/grouper/grouper-spl-ti.c|   2 +-
 board/asus/grouper/grouper.c   | 153 
+--
 board/asus/transformer-t30/Kconfig |  10 
 board/asus/transformer-t30/configs/tf600t.config   |   2 +-
 board/asus/transformer-t30/transformer-t30-spl.c   |   2 +-
 board/asus/transformer-t30/transformer-t30.c   | 120 
+-
 board/htc/endeavoru/endeavoru-spl.c|   2 +-
 board/htc/endeavoru/endeavoru.c|  71 
+--
 board/lg/x3-t30/x3-t30-spl.c   |   2 +-
 board/lg/x3-t30/x3-t30.c   |  93 
+---
 configs/endeavoru_defconfig|   4 ++
 configs/grouper_common_defconfig   |   1 +
 configs/transformer_t30_defconfig  |   5 ++
 configs/x3_t30_defconfig   |   4 ++
 31 files changed, 123 insertions(+), 472 deletions(-)

Branch contains device tree improvents for Paz00 and DM PMIC convertion
of recently merged Tegra boards.

Thanks,
Svyatoslav Ryhel.