All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: "David Airlie" <airlied@linux.ie>,
	"Daniel Vetter" <daniel@ffwll.ch>, "Chen-Yu Tsai" <wens@csie.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	"Bhushan Shah" <bshah@mykolab.com>,
	"Vasily Khoruzhick" <anarsoul@gmail.com>, 坚定前行 <powerpan@qq.com>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	linux-amarula <linux-amarula@amarulasolutions.com>,
	linux-sunxi <linux-sunxi@googlegroups.com>
Subject: Re: [PATCH v10 09/11] drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support
Date: Thu, 13 Jun 2019 13:25:52 +0530	[thread overview]
Message-ID: <CAMty3ZC5-y8RJcLjFP_G8i7=9-BuOQWdnxoo66TO4mrrOxqDLg@mail.gmail.com> (raw)
In-Reply-To: <20190603134907.lh5rdpucbrzrsdps@flea>

On Mon, Jun 3, 2019 at 7:19 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> On Mon, May 20, 2019 at 02:33:16PM +0530, Jagan Teki wrote:
> > Allwinner MIPI DSI controllers are supplied with SoC
> > DSI power rails via VCC-DSI pin.
> >
> > Add support for this supply pin by adding voltage
> > regulator handling code to MIPI DSI driver.
> >
> > Tested-by: Merlijn Wajer <merlijn@wizzup.org>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> This creates a lot of warnings at boot time on my board this is
> missing vcc-dsi-supply.

Is it about regulator_put or similar, would you provide the log.

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@amarulasolutions.com>
To: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: "Bhushan Shah" <bshah@mykolab.com>,
	"David Airlie" <airlied@linux.ie>,
	linux-sunxi <linux-sunxi@googlegroups.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	坚定前行 <powerpan@qq.com>, "Chen-Yu Tsai" <wens@csie.org>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	linux-amarula <linux-amarula@amarulasolutions.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v10 09/11] drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support
Date: Thu, 13 Jun 2019 13:25:52 +0530	[thread overview]
Message-ID: <CAMty3ZC5-y8RJcLjFP_G8i7=9-BuOQWdnxoo66TO4mrrOxqDLg@mail.gmail.com> (raw)
In-Reply-To: <20190603134907.lh5rdpucbrzrsdps@flea>

On Mon, Jun 3, 2019 at 7:19 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> On Mon, May 20, 2019 at 02:33:16PM +0530, Jagan Teki wrote:
> > Allwinner MIPI DSI controllers are supplied with SoC
> > DSI power rails via VCC-DSI pin.
> >
> > Add support for this supply pin by adding voltage
> > regulator handling code to MIPI DSI driver.
> >
> > Tested-by: Merlijn Wajer <merlijn@wizzup.org>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> This creates a lot of warnings at boot time on my board this is
> missing vcc-dsi-supply.

Is it about regulator_put or similar, would you provide the log.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Jagan Teki <jagan@amarulasolutions.com>
To: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: "Bhushan Shah" <bshah@mykolab.com>,
	"David Airlie" <airlied@linux.ie>,
	linux-sunxi <linux-sunxi@googlegroups.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	"Vasily Khoruzhick" <anarsoul@gmail.com>, 坚定前行 <powerpan@qq.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	linux-amarula <linux-amarula@amarulasolutions.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v10 09/11] drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support
Date: Thu, 13 Jun 2019 13:25:52 +0530	[thread overview]
Message-ID: <CAMty3ZC5-y8RJcLjFP_G8i7=9-BuOQWdnxoo66TO4mrrOxqDLg@mail.gmail.com> (raw)
In-Reply-To: <20190603134907.lh5rdpucbrzrsdps@flea>

On Mon, Jun 3, 2019 at 7:19 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> On Mon, May 20, 2019 at 02:33:16PM +0530, Jagan Teki wrote:
> > Allwinner MIPI DSI controllers are supplied with SoC
> > DSI power rails via VCC-DSI pin.
> >
> > Add support for this supply pin by adding voltage
> > regulator handling code to MIPI DSI driver.
> >
> > Tested-by: Merlijn Wajer <merlijn@wizzup.org>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> This creates a lot of warnings at boot time on my board this is
> missing vcc-dsi-supply.

Is it about regulator_put or similar, would you provide the log.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2019-06-13 16:33 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20  9:03 [PATCH v10 00/11] drm/sun4i: dsi: Fixes/updates (A33 reworked!) Jagan Teki
2019-05-20  9:03 ` Jagan Teki
2019-05-20  9:03 ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 01/11] drm/sun4i: dsi: Fix TCON DRQ set bits Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-23 20:34   ` Maxime Ripard
2019-05-23 20:34     ` Maxime Ripard
2019-05-23 20:34     ` Maxime Ripard
2019-05-24 10:18     ` Jagan Teki
2019-05-24 10:18       ` Jagan Teki
2019-05-24 10:18       ` Jagan Teki
2019-05-29 14:54       ` Maxime Ripard
2019-05-29 14:54         ` Maxime Ripard
2019-05-29 18:14         ` Jagan Teki
2019-05-29 18:14           ` Jagan Teki
2019-06-04 10:00           ` Maxime Ripard
2019-06-04 10:00             ` Maxime Ripard
2019-06-05  7:47             ` Jagan Teki
2019-06-05  7:47               ` Jagan Teki
2019-06-05  7:47               ` Jagan Teki
2019-06-13 12:56               ` Maxime Ripard
2019-06-13 12:56                 ` Maxime Ripard
2019-06-13 12:56                 ` Maxime Ripard
2019-06-14  6:33                 ` Jagan Teki
2019-06-14  6:33                   ` Jagan Teki
2019-06-14  6:33                   ` Jagan Teki
2019-06-14 14:45                   ` Maxime Ripard
2019-06-14 14:45                     ` Maxime Ripard
2019-06-14 14:45                     ` Maxime Ripard
2019-06-18 10:51                     ` Jagan Teki
2019-06-18 10:51                       ` Jagan Teki
2019-06-18 11:43                       ` [linux-sunxi] " Chen-Yu Tsai
2019-06-18 11:43                         ` Chen-Yu Tsai
2019-06-18 11:43                         ` [linux-sunxi] " Chen-Yu Tsai
2019-06-18 12:11                         ` Jagan Teki
2019-06-18 12:11                           ` Jagan Teki
2019-06-18 14:45                           ` Chen-Yu Tsai
2019-06-18 14:45                             ` Chen-Yu Tsai
2019-06-20 18:51                             ` Jagan Teki
2019-06-20 18:51                               ` Jagan Teki
2019-06-20 18:51                               ` Jagan Teki
2019-06-21  3:13                               ` Chen-Yu Tsai
2019-06-21  3:13                                 ` Chen-Yu Tsai
2019-06-21  3:13                                 ` [linux-sunxi] " Chen-Yu Tsai
2019-05-20  9:03 ` [PATCH v10 02/11] drm/sun4i: dsi: Update start value in video start delay Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-23 20:37   ` Maxime Ripard
2019-05-23 20:37     ` Maxime Ripard
2019-05-24 10:25     ` Jagan Teki
2019-05-24 10:25       ` Jagan Teki
2019-05-30 10:42       ` Maxime Ripard
2019-05-30 10:42         ` Maxime Ripard
2019-05-30 10:42         ` Maxime Ripard
2019-06-13  8:04         ` Jagan Teki
2019-06-13  8:04           ` Jagan Teki
2019-06-13  8:04           ` Jagan Teki
2019-06-14 14:28           ` Maxime Ripard
2019-06-14 14:28             ` Maxime Ripard
2019-06-14 14:28             ` Maxime Ripard
2019-06-18 11:02             ` Jagan Teki
2019-06-18 11:02               ` Jagan Teki
2019-06-24  9:34   ` Chen-Yu Tsai
2019-06-24  9:34     ` Chen-Yu Tsai
2019-06-24  9:34     ` Chen-Yu Tsai
2019-05-20  9:03 ` [PATCH v10 03/11] drm/sun4i: dsi: Fix video start delay computation Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-23 20:38   ` Maxime Ripard
2019-05-23 20:38     ` Maxime Ripard
2019-05-23 20:38     ` Maxime Ripard
2019-05-24 10:26     ` Jagan Teki
2019-05-24 10:26       ` Jagan Teki
2019-06-21  8:35       ` [linux-sunxi] " Chen-Yu Tsai
2019-06-21  8:35         ` Chen-Yu Tsai
2019-06-21  8:35         ` [linux-sunxi] " Chen-Yu Tsai
2019-06-24  8:52         ` Jagan Teki
2019-06-24  8:52           ` Jagan Teki
2019-06-24  8:52           ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 04/11] drm/sun4i: tcon: Compute DCLK dividers based on format, lanes Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-23 20:48   ` Maxime Ripard
2019-05-23 20:48     ` Maxime Ripard
2019-05-23 20:48     ` Maxime Ripard
2019-05-24 10:07     ` Jagan Teki
2019-05-24 10:07       ` Jagan Teki
2019-06-04 14:30       ` Maxime Ripard
2019-06-04 14:30         ` Maxime Ripard
2019-06-04 14:30         ` Maxime Ripard
2019-06-05  7:41         ` [linux-sunxi] " Jagan Teki
2019-06-05  7:41           ` Jagan Teki
2019-06-05  7:41           ` Jagan Teki
2019-06-13 13:16           ` Maxime Ripard
2019-06-13 13:16             ` Maxime Ripard
2019-06-13 13:16             ` [linux-sunxi] " Maxime Ripard
2019-06-14 12:03             ` Jagan Teki
2019-06-14 12:03               ` Jagan Teki
2019-06-24 13:04               ` Maxime Ripard
2019-06-24 13:04                 ` Maxime Ripard
2019-06-24 13:04                 ` [linux-sunxi] " Maxime Ripard
2019-06-24 16:02                 ` Jagan Teki
2019-06-24 16:02                   ` Jagan Teki
2019-06-24 16:02                   ` [linux-sunxi] " Jagan Teki
2019-06-25 14:37                   ` Maxime Ripard
2019-06-25 14:37                     ` Maxime Ripard
2019-06-25 14:37                     ` [linux-sunxi] " Maxime Ripard
2019-07-01 19:00                     ` Jagan Teki
2019-07-01 19:00                       ` Jagan Teki
2019-07-02 15:29                       ` Maxime Ripard
2019-07-02 15:29                         ` Maxime Ripard
2019-07-02 15:29                         ` [linux-sunxi] " Maxime Ripard
2019-07-02 15:40                         ` Jagan Teki
2019-07-02 15:40                           ` Jagan Teki
2019-07-03 11:51                           ` Maxime Ripard
2019-07-03 11:51                             ` Maxime Ripard
2019-07-03 11:51                             ` Maxime Ripard
2019-05-20  9:03 ` [PATCH v10 05/11] drm/sun4i: tcon: Export get tcon0 routine Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 06/11] drm/sun4i: dsi: Probe tcon0 during dsi_bind Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 07/11] drm/sun4i: dsi: Get tcon0_div at runtime Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 08/11] dt-bindings: sun6i-dsi: Add VCC-DSI supply property Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03 ` [PATCH v10 09/11] drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-06-03 13:49   ` Maxime Ripard
2019-06-03 13:49     ` Maxime Ripard
2019-06-03 13:49     ` Maxime Ripard
2019-06-13  7:55     ` Jagan Teki [this message]
2019-06-13  7:55       ` Jagan Teki
2019-06-13  7:55       ` Jagan Teki
2019-06-13 13:14       ` Maxime Ripard
2019-06-13 13:14         ` Maxime Ripard
2019-06-13 13:14         ` Maxime Ripard
2019-05-20  9:03 ` [DO NOT MERGE] [PATCH v10 10/11] drm/panel: Add Bananapi S070WV20-CT16 ICN6211 MIPI-DSI to RGB bridge Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03 ` [DO NOT MERGE] [PATCH v10 11/11] ARM: dts: sun8i: bananapi-m2m: Enable Bananapi S070WV20-CT16 DSI panel Jagan Teki
2019-05-20  9:03   ` Jagan Teki
2019-05-20  9:03   ` Jagan Teki

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='CAMty3ZC5-y8RJcLjFP_G8i7=9-BuOQWdnxoo66TO4mrrOxqDLg@mail.gmail.com' \
    --to=jagan@amarulasolutions.com \
    --cc=airlied@linux.ie \
    --cc=anarsoul@gmail.com \
    --cc=bshah@mykolab.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=maxime.ripard@bootlin.com \
    --cc=michael@amarulasolutions.com \
    --cc=powerpan@qq.com \
    --cc=wens@csie.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.