All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Eric Anholt <eric@anholt.net>, Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Stefan Wahren <stefan.wahren@i2se.com>,
	bcm-kernel-feedback-list@broadcom.com
Subject: Re: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04
Date: Fri, 8 Mar 2019 10:05:09 -0800	[thread overview]
Message-ID: <f07ce14b-53be-623e-deeb-d968745c31b4@gmail.com> (raw)
In-Reply-To: <20190305000218.15180-2-eric@anholt.net>

On 3/4/19 4:02 PM, Eric Anholt wrote:
> The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91:
> 
>   ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. (2019-02-01 10:34:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-04
> 
> for you to fetch changes up to 4deabfae643d8852c643664d9088a647abfaa5d0:
> 
>   soc: bcm: bcm2835-pm: Fix error paths of initialization. (2019-03-04 15:33:14 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in two fixes for the new native bcm2835 power
> domains driver.
> 
> ----------------------------------------------------------------

Looks like Stefan found an arm64 build configuration that failed linking
with the driver, do you want to add an additional fix to this pull
request that addresses that?

> Eric Anholt (2):
>       soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.
>       soc: bcm: bcm2835-pm: Fix error paths of initialization.
> 
>  drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------
>  1 file changed, 42 insertions(+), 7 deletions(-)
> 


-- 
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Eric Anholt <eric@anholt.net>, Florian Fainelli <f.fainelli@gmail.com>
Cc: Stefan Wahren <stefan.wahren@i2se.com>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04
Date: Fri, 8 Mar 2019 10:05:09 -0800	[thread overview]
Message-ID: <f07ce14b-53be-623e-deeb-d968745c31b4@gmail.com> (raw)
In-Reply-To: <20190305000218.15180-2-eric@anholt.net>

On 3/4/19 4:02 PM, Eric Anholt wrote:
> The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91:
> 
>   ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. (2019-02-01 10:34:32 +0100)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-drivers-next-2019-03-04
> 
> for you to fetch changes up to 4deabfae643d8852c643664d9088a647abfaa5d0:
> 
>   soc: bcm: bcm2835-pm: Fix error paths of initialization. (2019-03-04 15:33:14 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in two fixes for the new native bcm2835 power
> domains driver.
> 
> ----------------------------------------------------------------

Looks like Stefan found an arm64 build configuration that failed linking
with the driver, do you want to add an additional fix to this pull
request that addresses that?

> Eric Anholt (2):
>       soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.
>       soc: bcm: bcm2835-pm: Fix error paths of initialization.
> 
>  drivers/soc/bcm/bcm2835-power.c | 49 +++++++++++++++++++++++++++++++++++------
>  1 file changed, 42 insertions(+), 7 deletions(-)
> 


-- 
Florian

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

  reply	other threads:[~2019-03-08 18:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05  0:02 [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Eric Anholt
2019-03-05  0:02 ` Eric Anholt
2019-03-05  0:02 ` [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04 Eric Anholt
2019-03-05  0:02   ` Eric Anholt
2019-03-08 18:05   ` Florian Fainelli [this message]
2019-03-08 18:05     ` Florian Fainelli
2019-03-08 21:07     ` Eric Anholt
2019-03-08 21:07       ` Eric Anholt
2019-03-09 22:01 ` [GIT PULL 1/2] bcm2835-dt-next-2019-03-04 Florian Fainelli
2019-03-09 22:01   ` Florian Fainelli

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=f07ce14b-53be-623e-deeb-d968745c31b4@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=eric@anholt.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=stefan.wahren@i2se.com \
    /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.