mbox

[GIT,PULL] Broadcom SoC changes for 4.1

Message ID 1428692730-18529-1-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/broadcom/stblinux tags/arm-soc/for-4.1/soc

Message

Florian Fainelli April 10, 2015, 7:05 p.m. UTC
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  http://github.com/broadcom/stblinux tags/arm-soc/for-4.1/soc

for you to fetch changes up to 3213e674ca42c95b84ed040eab3d5722f41412ae:

  ARM: cygnus: fix const declaration bcm_cygnus_dt_compat (2015-03-24 15:13:23 -0700)

----------------------------------------------------------------
Trivial change to fix a const declaration for the Cygnus SoC

----------------------------------------------------------------
Stefan Agner (1):
      ARM: cygnus: fix const declaration bcm_cygnus_dt_compat

 arch/arm/mach-bcm/bcm_cygnus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafał Miłecki April 10, 2015, 7:23 p.m. UTC | #1
On 10 April 2015 at 21:05, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Stefan Agner (1):
>       ARM: cygnus: fix const declaration bcm_cygnus_dt_compat

I wouldn't mind you sending
[PATCH soc] ARM: BCM5301X: Ignore another (BCM4709 specific) fault code
as well :)
Arnd Bergmann April 13, 2015, 10:47 p.m. UTC | #2
On Friday 10 April 2015, Florian Fainelli wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   http://github.com/broadcom/stblinux tags/arm-soc/for-4.1/soc
> 
> for you to fetch changes up to 3213e674ca42c95b84ed040eab3d5722f41412ae:
> 
>   ARM: cygnus: fix const declaration bcm_cygnus_dt_compat (2015-03-24 15:13:23 -0700)
> 
> ----------------------------------------------------------------
> Trivial change to fix a const declaration for the Cygnus SoC
> 
> ----------------------------------------------------------------
> Stefan Agner (1):
>       ARM: cygnus: fix const declaration bcm_cygnus_dt_compat
> 
>  arch/arm/mach-bcm/bcm_cygnus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Pulled into next/soc, thanks!

	Arnd