Re: [PULL] Please pull qcom/qcom-next

2024-03-01 Thread Tom Rini
On Fri, Mar 01, 2024 at 03:45:21PM +, Caleb Connolly wrote:

> Hi Tom,
> 
> I know Sumits dt-rebasing series just landed, so the timing isn't fantastic 
> with
> this series importing a bunch of DT stuff from Linux. However we've had two 
> new
> contributors this week adding new Qualcomm boards - I'd really like to get
> this rework in so those folks aren't blocked on it and we can get out of this
> limbo state.
> 
> I'll follow this up with a switch to OF_UPSTREAM asap!
> 
> Thanks and regards,
> // Caleb
> 
> The following changes since commit 5b825032957c2613ef2f8f639e949ae02cb5bdff:
> 
>   Merge patch series "An effort to bring DT bindings compliance within 
> U-Boot" (2024-02-29 22:24:23 -0500)
> 
> are available in the Git repository at:
> 
>   g...@source.denx.de:/u-boot/custodians/u-boot-snapdragon.git HEAD
> 
> for you to fetch changes up to cbf3152f6afff25c25aa69ae06488671ca0aa765:
> 
>   clk/qcom: apq8016: allow apq8016_clk_init_uart() to be called externally 
> (2024-03-01 15:08:59 +)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PULL] Please pull qcom/qcom-next

2024-03-01 Thread Caleb Connolly
Hi Tom,

I know Sumits dt-rebasing series just landed, so the timing isn't fantastic with
this series importing a bunch of DT stuff from Linux. However we've had two new
contributors this week adding new Qualcomm boards - I'd really like to get
this rework in so those folks aren't blocked on it and we can get out of this
limbo state.

I'll follow this up with a switch to OF_UPSTREAM asap!

Thanks and regards,
// Caleb

The following changes since commit 5b825032957c2613ef2f8f639e949ae02cb5bdff:

  Merge patch series "An effort to bring DT bindings compliance within U-Boot" 
(2024-02-29 22:24:23 -0500)

are available in the Git repository at:

  g...@source.denx.de:/u-boot/custodians/u-boot-snapdragon.git HEAD

for you to fetch changes up to cbf3152f6afff25c25aa69ae06488671ca0aa765:

  clk/qcom: apq8016: allow apq8016_clk_init_uart() to be called externally 
(2024-03-01 15:08:59 +)


Caleb Connolly (40):
  arm: init: export prev_bl_fdt_addr
  usb: dwc3-generic: support external vbus regulator
  mmc: msm_sdhci: use modern clock handling
  dt-bindings: drop msm_sdhci binding
  clk/qcom: use upstream compatible properties
  clock/qcom: qcs404: fix clk_set_rate
  serial: msm: add debug UART
  serial: msm: fix clock handling and pinctrl
  gpio: qcom_pmic: 1-based GPIOs
  gpio: qcom_pmic: add a quirk to skip GPIO configuration
  gpio: qcom_pmic: add pinctrl driver
  sandbox: dts: fix qcom pmic gpio
  pinctrl: qcom: stub support for special GPIOs
  pinctrl: qcom: fix DT compatibility
  pinctrl: qcom: apq8016: init pre-reloaction
  board: dragonboard410c: add chainloaded config fragment
  board: dragonboard410c: upstream DT compat
  board: dragonboard410c: import board code from mach-snapdragon
  board: dragonboard820c: use LINUX_KERNEL_IMAGE_HEADER
  mach-snapdragon: generalise board support
  mach-snapdragon: dynamic load addresses
  mach-snapdragon: generate fdtfile automatically
  mach-snapdragon: carve out no-map regions
  board: qcs404-evb: drop board code
  doc: board/qualcomm: document generic targets
  doc: board/qualcomm: link to APQ8016 TRM
  dt-bindings: import headers for SDM845
  dts: sdm845: import supporting dtsi files
  dts: sdm845: replace with upstream DTS
  dt-bindings: import headers for MSM8916
  dts: msm8916: import PMIC dtsi files
  dts: msm8916: replace with upstream DTS
  dt-bindings: import headers for MSM8996
  dts: msm8996: import PMIC dtsi files
  dts: dragonboard820c: use correct bindings for clocks
  dts: msm8996: replace with upstream DTS
  dt-bindings: import headers for qcs404
  dts: qcs404-evb: replace with upstream DT
  MAINTAINERS: Qualcomm: add some missing paths
  clk/qcom: apq8016: allow apq8016_clk_init_uart() to be called externally

 MAINTAINERS|   12 +-
 arch/arm/Kconfig   |4 +
 arch/arm/dts/Makefile  |9 +-
 arch/arm/dts/apq8016-sbc-u-boot.dtsi   |   20 +
 arch/arm/dts/apq8016-sbc.dts   |  729 +++
 arch/arm/dts/apq8096-db820c-u-boot.dtsi|   14 +
 arch/arm/dts/apq8096-db820c.dts| 1137 
 arch/arm/dts/dragonboard410c-uboot.dtsi|   44 -
 arch/arm/dts/dragonboard410c.dts   |  209 -
 arch/arm/dts/dragonboard820c-uboot.dtsi|   32 -
 arch/arm/dts/dragonboard820c.dts   |  151 -
 arch/arm/dts/dragonboard845c-uboot.dtsi|   26 -
 arch/arm/dts/dragonboard845c.dts   |   48 -
 arch/arm/dts/msm8916-pm8916.dtsi   |  157 +
 arch/arm/dts/msm8916.dtsi  | 2702 +
 arch/arm/dts/msm8996.dtsi  | 3884 +
 arch/arm/dts/pm8916.dtsi   |  178 +
 arch/arm/dts/pm8994.dtsi   |  152 +
 arch/arm/dts/pm8998.dtsi   |  130 +
 arch/arm/dts/pmi8994.dtsi  |   65 +
 arch/arm/dts/pmi8998.dtsi  |   98 +
 arch/arm/dts/pms405.dtsi   |  149 +
 arch/arm/dts/qcs404-evb-4000-u-boot.dtsi   |   48 +
 arch/arm/dts/qcs404-evb-4000.dts   |   96 +
 arch/arm/dts/qcs404-evb-uboot.dtsi |   30 -
 arch/arm/dts/qcs404-evb.dts|  390 --
 arch/arm/dts/qcs404-evb.dtsi   |  389 ++
 arch/arm/dts/qcs404.dtsi   | 1829 ++
 arch/arm/dts/sdm845-db845c.dts | 1190 
 .../arm/dts/sdm845-samsung-starqltechn-u-boot.dtsi |   16 +
 arch/arm/dts/sdm845-samsung-starqltechn.dts|  460 ++
 arch/arm/dts/sdm845-wcd9340.dtsi   |   86 +
 arch/arm/dts/sdm845.dtsi   | 5801