ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: Vitaly Chikunov <vt@altlinux.org>
To: ALT Linux kernel packages development <devel-kernel@lists.altlinux.org>
Subject: Re: [d-kernel] [PATCH 00/12] *** Enable v3d on Raspberry Pi 4 for kernel 5.10 std-def ***
Date: Tue, 22 Mar 2022 19:24:20 +0300
Message-ID: <20220322162420.gqftxd4uodhgpklw@altlinux.org> (raw)
In-Reply-To: <cover.1647954375.git.antohami@altlinux.org>

On Tue, Mar 22, 2022 at 10:36:03PM +0700, antohami@basealt.ru wrote:
> From: Anton Midyukov <antohami@altlinux.org>
> 
> *** These commits from https://github.com/vianpl/linux/tree/v3d-enable-v3 ***
> 
> Nicolas Saenz Julienne (12):
>   dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema
>   dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names
>   dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711
>   ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node
>   ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node
>   mfd: bcm2835-pm: Use 'reg-names' to get resources
>   mfd: bcm2835-pm: Add support for BCM2711
>   soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB
>   soc: bcm: bcm2835-power: Bypass power_on/off() calls
>   drm/v3d: Get rid of pm code
>   drm/v3d: Add support for bcm2711
>   ARM: dts: bcm2711: Enable V3D

Патчи не прикладываются - как это понимать?

  kernel-image (std-def/sisyphus)$ git am ./20220322_antohami__enable_v3d_on_raspberry_pi_4_for_kernel_5_10_std_def.mbx
  Applying: dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema
  .git/rebase-apply/patch:139: space before tab in indent.
		   <&clocks BCM2835_CLOCK_PERI_IMAGE>,
  .git/rebase-apply/patch:140: space before tab in indent.
		   <&clocks BCM2835_CLOCK_H264>,
  .git/rebase-apply/patch:141: space before tab in indent.
		   <&clocks BCM2835_CLOCK_ISP>;
  warning: 3 lines add whitespace errors.
  Applying: dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names
  Applying: dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711
  Applying: ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node
  Applying: ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node
  Applying: mfd: bcm2835-pm: Use 'reg-names' to get resources
  Applying: mfd: bcm2835-pm: Add support for BCM2711
  Applying: soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB
  Applying: soc: bcm: bcm2835-power: Bypass power_on/off() calls
  Applying: drm/v3d: Get rid of pm code
  error: patch failed: drivers/gpu/drm/v3d/v3d_gem.c:370
  error: drivers/gpu/drm/v3d/v3d_gem.c: patch does not apply
  Patch failed at 0010 drm/v3d: Get rid of pm code
  hint: Use 'git am --show-current-patch=diff' to see the failed patch
  When you have resolved this problem, run "git am --continue".
  If you prefer to skip this patch, run "git am --skip" instead.
  To restore the original branch and stop patching, run "git am --abort".


> 
>  .../bindings/soc/bcm/brcm,bcm2835-pm.txt      | 46 ----------
>  .../bindings/soc/bcm/brcm,bcm2835-pm.yaml     | 87 +++++++++++++++++++
>  arch/arm/boot/dts/bcm2711.dtsi                | 15 +++-
>  arch/arm/boot/dts/bcm2835-common.dtsi         |  1 +
>  drivers/gpu/drm/v3d/Kconfig                   |  2 +-
>  drivers/gpu/drm/v3d/v3d_debugfs.c             | 18 +---
>  drivers/gpu/drm/v3d/v3d_drv.c                 | 12 +--
>  drivers/gpu/drm/v3d/v3d_gem.c                 |  9 --
>  drivers/mfd/bcm2835-pm.c                      | 80 ++++++++++++-----
>  drivers/soc/bcm/bcm2835-power.c               | 74 ++++++++++------
>  include/linux/mfd/bcm2835-pm.h                |  1 +
>  11 files changed, 214 insertions(+), 131 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.txt
>  create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml
> 
> -- 
> 2.33.0
> 
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel


  parent reply	other threads:[~2022-03-22 16:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 15:36 antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 01/12] dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 02/12] dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 03/12] dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 04/12] ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 05/12] ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 06/12] mfd: bcm2835-pm: Use 'reg-names' to get resources antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 07/12] mfd: bcm2835-pm: Add support for BCM2711 antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 08/12] soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 09/12] soc: bcm: bcm2835-power: Bypass power_on/off() calls antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 10/12] drm/v3d: Get rid of pm code antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 11/12] drm/v3d: Add support for bcm2711 antohami
2022-03-22 15:36 ` [d-kernel] [PATCH 12/12] ARM: dts: bcm2711: Enable V3D antohami
2022-03-22 16:24 ` Vitaly Chikunov [this message]
2022-03-22 16:39   ` [d-kernel] [PATCH 00/12] *** Enable v3d on Raspberry Pi 4 for kernel 5.10 std-def *** Антон Мидюков
2022-03-22 17:14     ` Vitaly Chikunov
2022-03-22 17:17       ` Антон Мидюков
2022-03-22 17:25         ` Vitaly Chikunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220322162420.gqftxd4uodhgpklw@altlinux.org \
    --to=vt@altlinux.org \
    --cc=devel-kernel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git