mbox

[GIT,PULL] Amlogic DT changes for v4.8

Message ID 7h60tcdbox.fsf@baylibre.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt

Message

Kevin Hilman June 13, 2016, 9:24 p.m. UTC
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt

for you to fetch changes up to bf205ad75a17a878aa0c350d1ce376adaeb69fea:

  ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms (2016-06-01 10:57:42 -0700)

----------------------------------------------------------------
Amlogic DT changes for v4.8
- add pinctrl driver and pins for several devices
- add reset driver

----------------------------------------------------------------
Carlo Caione (3):
      ARM64: dts: amlogic: Add hiu and periphs buses
      documentation: Add compatibles for Amlogic Meson GXBB pin controllers
      ARM64: dts: amlogic: Enable pin controller on GXBB-based platforms

Kevin Hilman (3):
      ARM64: dts: amlogic: add pins for EMMC, SD
      ARM64: dts: amlogic: gxbb: pinctrl: add/update UART
      ARM64: dts: amlogic: gxbb: add ethernet

Neil Armstrong (2):
      ARM64: dts: amlogic: Enable Reset Controller on GXBB-based platforms
      ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms

 Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt |   2 ++
 arch/arm/boot/dts/meson8b.dtsi                              |   7 ++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts         |  20 ++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi            |   9 ++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi        |   3 ++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                 | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 199 insertions(+), 1 deletion(-)

Comments

Olof Johansson June 14, 2016, 5:32 p.m. UTC | #1
On Mon, Jun 13, 2016 at 02:24:30PM -0700, Kevin Hilman wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt
> 
> for you to fetch changes up to bf205ad75a17a878aa0c350d1ce376adaeb69fea:
> 
>   ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms (2016-06-01 10:57:42 -0700)
> 
> ----------------------------------------------------------------
> Amlogic DT changes for v4.8
> - add pinctrl driver and pins for several devices
> - add reset driver

Hi,

We have traditionally kept 32- and 64-bit DT updates separate. Would you mind
respinning with the 32-bit change in a separate branch or as a standalone
patch?



-Olof
Kevin Hilman June 14, 2016, 6:41 p.m. UTC | #2
Olof Johansson <olof@lixom.net> writes:

> On Mon, Jun 13, 2016 at 02:24:30PM -0700, Kevin Hilman wrote:
>> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
>> 
>>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
>> 
>> are available in the git repository at:
>> 
>>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt
>> 
>> for you to fetch changes up to bf205ad75a17a878aa0c350d1ce376adaeb69fea:
>> 
>>   ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms (2016-06-01 10:57:42 -0700)
>> 
>> ----------------------------------------------------------------
>> Amlogic DT changes for v4.8
>> - add pinctrl driver and pins for several devices
>> - add reset driver
>
> Hi,
>
> We have traditionally kept 32- and 64-bit DT updates separate. Would you mind
> respinning with the 32-bit change in a separate branch or as a standalone
> patch?

Oops, I forgot I had a 32-bit patch in there.  I'll respin.

Kevin