Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665054 > unrolled thread

[GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12

Started byEric Anholt <eric@anholt.net>
First post2017-06-13 19:50 +0200
Last post2017-06-13 21:40 +0200
Articles 8 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12 Eric Anholt <eric@anholt.net> - 2017-06-13 19:50 +0200
    [GIT PULL 3/4] bcm2835-dt-next-2017-06-12 Eric Anholt <eric@anholt.net> - 2017-06-13 19:50 +0200
      Re: [GIT PULL 3/4] bcm2835-dt-next-2017-06-12 Florian Fainelli <f.fainelli@gmail.com> - 2017-06-13 21:50 +0200
    [GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08 Eric Anholt <eric@anholt.net> - 2017-06-13 19:50 +0200
      Re: [GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08 Florian Fainelli <f.fainelli@gmail.com> - 2017-06-13 21:40 +0200
    [GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08 Eric Anholt <eric@anholt.net> - 2017-06-13 19:50 +0200
      Re: [GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08 Florian Fainelli <f.fainelli@gmail.com> - 2017-06-13 21:50 +0200
    Re: [GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12 Florian Fainelli <f.fainelli@gmail.com> - 2017-06-13 21:40 +0200

#1665054 — [GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12

FromEric Anholt <eric@anholt.net>
Date2017-06-13 19:50 +0200
Subject[GIT PULL 1/4] bcm2835-defconfig-next-2017-06-12
Message-ID<tRY6Z-2tP-5@gated-at.bofh.it>
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-06-12

for you to fetch changes up to 3e9aaaf1d814586404dc93461ec955dd90dc8934:

  ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support (2017-06-12 14:07:38 -0700)

----------------------------------------------------------------
This pull request enables USB OTG mode in the Pi 0/1 defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support

 arch/arm/configs/bcm2835_defconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

[toc] | [next] | [standalone]


#1665057 — [GIT PULL 3/4] bcm2835-dt-next-2017-06-12

FromEric Anholt <eric@anholt.net>
Date2017-06-13 19:50 +0200
Subject[GIT PULL 3/4] bcm2835-dt-next-2017-06-12
Message-ID<tRY6Z-2tP-11@gated-at.bofh.it>
In reply to#1665054
The following changes since commit 1f8216e7f78c2e55b07117c77887a314bc36f690:

  Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next (2017-05-13 20:22:59 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12

for you to fetch changes up to 9c53535a15b63218204f2bab2c279b3e64c61c0e:

  ARM: dts: bcm2835-rpi-zero: Enable OTG mode (2017-06-12 13:28:50 -0700)

----------------------------------------------------------------
This pull request brings in installation of the RPi3 DT in 32-bit
mode, the new thermal nodes, switches to the faster sdhost controller
for MMC, and enables USB OTG mode on the Pi 0.

----------------------------------------------------------------
Eric Anholt (1):
      ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)

Gerd Hoffmann (1):
      ARM: dts: bcm283x: switch from &sdhci to &sdhost

Stefan Wahren (4):
      ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
      ARM: dts: bcm283x: Add dtsi for OTG mode
      ARM: dts: bcm283x: Add generic USB PHY
      ARM: dts: bcm2835-rpi-zero: Enable OTG mode

 arch/arm/boot/dts/Makefile                 |  1 +
 arch/arm/boot/dts/bcm2835-rpi-zero.dts     |  2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi         |  2 +-
 arch/arm/boot/dts/bcm2835.dtsi             |  4 ++++
 arch/arm/boot/dts/bcm2836.dtsi             |  4 ++++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      |  1 +
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi | 10 ++++++++++
 arch/arm/boot/dts/bcm283x.dtsi             | 27 +++++++++++++++++++++++++++
 8 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi

[toc] | [prev] | [next] | [standalone]


#1665140 — Re: [GIT PULL 3/4] bcm2835-dt-next-2017-06-12

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-13 21:50 +0200
SubjectRe: [GIT PULL 3/4] bcm2835-dt-next-2017-06-12
Message-ID<tRZZ7-3Du-7@gated-at.bofh.it>
In reply to#1665057
On 06/13/2017 10:43 AM, Eric Anholt wrote:
> The following changes since commit 1f8216e7f78c2e55b07117c77887a314bc36f690:
> 
>   Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next (2017-05-13 20:22:59 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12
> 
> for you to fetch changes up to 9c53535a15b63218204f2bab2c279b3e64c61c0e:
> 
>   ARM: dts: bcm2835-rpi-zero: Enable OTG mode (2017-06-12 13:28:50 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in installation of the RPi3 DT in 32-bit
> mode, the new thermal nodes, switches to the faster sdhost controller
> for MMC, and enables USB OTG mode on the Pi 0.
> 
> ----------------------------------------------------------------
> Eric Anholt (1):
>       ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)
> 
> Gerd Hoffmann (1):
>       ARM: dts: bcm283x: switch from &sdhci to &sdhost
> 
> Stefan Wahren (4):
>       ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
>       ARM: dts: bcm283x: Add dtsi for OTG mode
>       ARM: dts: bcm283x: Add generic USB PHY
>       ARM: dts: bcm2835-rpi-zero: Enable OTG mode

Merged, thanks Eric!
-- 
-- 
Florian

[toc] | [prev] | [next] | [standalone]


#1665058 — [GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08

FromEric Anholt <eric@anholt.net>
Date2017-06-13 19:50 +0200
Subject[GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08
Message-ID<tRY70-2tP-15@gated-at.bofh.it>
In reply to#1665054
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-maintainers-next-2017-06-08

for you to fetch changes up to c5c168b66f5b3cb77bf57d84bf624ce412f0976e:

  MAINTAINERS: Remove Lee Jones from bcm2835. (2017-05-15 14:39:57 -0700)

----------------------------------------------------------------
This pull request drops Lee Jones from bcm2835 maintainership, who has
been inactive for over a year.

----------------------------------------------------------------
Eric Anholt (1):
      MAINTAINERS: Remove Lee Jones from bcm2835.

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

[toc] | [prev] | [next] | [standalone]


#1665136 — Re: [GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-13 21:40 +0200
SubjectRe: [GIT PULL 2/4] bcm2835-maintainers-next-2017-06-08
Message-ID<tRZPs-3A9-37@gated-at.bofh.it>
In reply to#1665058
On 06/13/2017 10:43 AM, Eric Anholt wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-maintainers-next-2017-06-08
> 
> for you to fetch changes up to c5c168b66f5b3cb77bf57d84bf624ce412f0976e:
> 
>   MAINTAINERS: Remove Lee Jones from bcm2835. (2017-05-15 14:39:57 -0700)
> 
> ----------------------------------------------------------------
> This pull request drops Lee Jones from bcm2835 maintainership, who has
> been inactive for over a year.
> 
> ----------------------------------------------------------------
> Eric Anholt (1):
>       MAINTAINERS: Remove Lee Jones from bcm2835.


Merged, thanks Eric!
--
Florian

[toc] | [prev] | [next] | [standalone]


#1665066 — [GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08

FromEric Anholt <eric@anholt.net>
Date2017-06-13 19:50 +0200
Subject[GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08
Message-ID<tRY70-2tP-31@gated-at.bofh.it>
In reply to#1665054
Hi Florian,

Here's the last pull request in this series.  I've based this summary
on the bcm2835-dt-next tag, to clarify what's in this patch series,
but it does require being careful since it involves a cross-merge
between branches.

The following changes since commit a19adf8d86e822eba502486524127595372c85f6:

  ARM: dts: bcm283x: switch from &sdhci to &sdhost (2017-05-16 14:38:41 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-64-next-2017-06-08

for you to fetch changes up to 4ae6f954b96c1fea86c6f21ae8fc413f5fc3444e:

  ARM64: dts: bcm2837: Define CPU thermal coefficients (2017-06-08 12:35:45 -0700)

----------------------------------------------------------------
This pull request brings in the switch to sdhost for MMC on RPi3
(improving storage performance and leaving sdhci for wireless), and
the correct CPU thermal coefficients.

The thermal changes required a merge from bcm2835-dt-next, where the
nodes were added.

----------------------------------------------------------------
Eric Anholt (1):
      Merge tag 'bcm2835-dt-next-2017-06-08' into bcm2835-dt-64-next

Gerd Hoffmann (1):
      arm64: dts: bcm2837: add &sdhci and &sdhost

Stefan Wahren (1):
      ARM64: dts: bcm2837: Define CPU thermal coefficients

 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 17 +++++++++++++++++
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi        |  4 ++++
 2 files changed, 21 insertions(+)

[toc] | [prev] | [next] | [standalone]


#1665142 — Re: [GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-13 21:50 +0200
SubjectRe: [GIT PULL 4/4] bcm2835-dt-64-next-2017-06-08
Message-ID<tRZZ7-3Du-5@gated-at.bofh.it>
In reply to#1665066
On 06/13/2017 10:43 AM, Eric Anholt wrote:
> Hi Florian,
> 
> Here's the last pull request in this series.  I've based this summary
> on the bcm2835-dt-next tag, to clarify what's in this patch series,
> but it does require being careful since it involves a cross-merge
> between branches.

Merged, thanks, I will make sure this is also promoted to my pull
request tag.

Thanks!
-- 
Florian

[toc] | [prev] | [next] | [standalone]


#1665130

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-13 21:40 +0200
Message-ID<tRZPs-3A9-23@gated-at.bofh.it>
In reply to#1665054
On 06/13/2017 10:43 AM, Eric Anholt wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-06-12
> 
> for you to fetch changes up to 3e9aaaf1d814586404dc93461ec955dd90dc8934:
> 
>   ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support (2017-06-12 14:07:38 -0700)
> 
> ----------------------------------------------------------------
> This pull request enables USB OTG mode in the Pi 0/1 defconfig.
> 
> ----------------------------------------------------------------
> Stefan Wahren (1):
>       ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support

Merged, thanks Eric!

> 
>  arch/arm/configs/bcm2835_defconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 


-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web