mbox series

[GIT,PULL] samsung: drivers: secoond pull for v6.3

Message ID 20230205144657.951749-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit e26f8413cc925b765f8ce55b1ef600fe09191252
Headers show
Series [GIT,PULL] samsung: drivers: secoond pull for v6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.3-2

Message

Krzysztof Kozlowski Feb. 5, 2023, 2:46 p.m. UTC
Hi,

On top of previous pull request.

The phy patches were acked by phy maintainer and are necessary to fix warning
in my next/soc branch (already pulled).  That was an ordering issue.

Best regards,
Krzysztof


The following changes since commit 5e487164afbcd917225fb701e8956f388f43b601:

  MAINTAINERS: arm64: tesla: correct pattern for directory (2023-01-15 12:17:44 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.3-2

for you to fetch changes up to 7ecd4e5f5de23022d1a1c92058949ddf1a2113ff:

  phy: samsung,mipi-video-phy: deprecate syscon phandle (2023-02-03 20:21:26 +0100)

----------------------------------------------------------------
Samsung SoC driver changes for v6.3

Deprecate syscon phandle to the PMU node in MIPI and DP video phy
drivers in favor of putting the device nodes directly under the PMU
nodes.  This better reflects device hierarchy and allows later to solve
dtc W=1 and dtbs_check warnings.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle
      dt-bindings: phy: samsung,mipi-video-phy: deprecate syscon phandle
      phy: samsung,dp-video-phy: deprecate syscon phandle
      phy: samsung,mipi-video-phy: deprecate syscon phandle

 .../devicetree/bindings/phy/samsung,dp-video-phy.yaml         |  5 ++---
 .../devicetree/bindings/phy/samsung,mipi-video-phy.yaml       | 11 +++++------
 drivers/phy/samsung/phy-exynos-dp-video.c                     |  7 +++++--
 drivers/phy/samsung/phy-exynos-mipi-video.c                   |  7 +++++--
 4 files changed, 17 insertions(+), 13 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 6, 2023, 11:20 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Sun,  5 Feb 2023 15:46:57 +0100 you wrote:
> Hi,
> 
> On top of previous pull request.
> 
> The phy patches were acked by phy maintainer and are necessary to fix warning
> in my next/soc branch (already pulled).  That was an ordering issue.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] samsung: drivers: secoond pull for v6.3
    https://git.kernel.org/soc/soc/c/e26f8413cc92

You are awesome, thank you!