All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
@ 2017-06-12 10:31 Matthias Brugger
  2017-06-19  2:34   ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Matthias Brugger @ 2017-06-12 10:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Please find below my merge request for armv7 device tree changes.

Regards,
Matthias

---

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

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

are available in the git repository at:

   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32

for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:

   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 
10:47:25 +0200)

----------------------------------------------------------------
Add device tree nodes for
mt7623:
- clocks
- power domain
- pmic-wrapper
- pinctrl
- i2c
- spi
- nand
- mmc
- usb
- pwm
- ethernet
- crypto engine
- infared remote control
- audio controller
- ADC
- efuse
- thermal driver
- HW random generator

mt2701:
- NOR flash
- JPEG decoder
- i2c
- audio controller

----------------------------------------------------------------
Garlic Tseng (1):
       arm: dts: mediatek: Add audio driver node for MT2701

Guochun Mao (1):
       arm: dts: mt2701: add nor flash node

John Crispin (9):
       arm: dts: mt7623: add clock controller device nodes
       arm: dts: mt7623: add subsystem clock controller device nodes
       arm: dts: mt7623: add power domain controller device node
       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file

Jun Gao (1):
       arm: dts: Add Mediatek MT2701 i2c device node

Rick Chang (1):
       arm: dts: mt2701: Add node for Mediatek JPEG Decoder

Sean Wang (11):
       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files

Youlin Pei (1):
       ARM: dts: mt2701: Add mtk-cirq node for mt2701

  arch/arm/boot/dts/mt2701-evb.dts | 132 ++++++++++
  arch/arm/boot/dts/mt2701.dtsi    | 179 ++++++++++++-
  arch/arm/boot/dts/mt7623.dtsi    | 546 
++++++++++++++++++++++++++++++++++++++-
  3 files changed, 846 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
  2017-06-12 10:31 [GIT PULL] ARM: Medaitek armv7 DTS for v4.13 Matthias Brugger
@ 2017-06-19  2:34   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-19  2:34 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Youlin Pei, Garlic Tseng, Rick Chang, Jun Gao, arm-soc,
	linux-mediatek, Sean Wang, John Crispin, linux-arm-kernel

On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please find below my merge request for armv7 device tree changes.
> 
> Regards,
> Matthias
> 
> ---
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
> 
> for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
> 
>   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
> +0200)

Thanks, merged. Comment below:

> 
> ----------------------------------------------------------------
> Add device tree nodes for
> mt7623:
> - clocks
> - power domain
> - pmic-wrapper
> - pinctrl
> - i2c
> - spi
> - nand
> - mmc
> - usb
> - pwm
> - ethernet
> - crypto engine
> - infared remote control
> - audio controller
> - ADC
> - efuse
> - thermal driver
> - HW random generator
> 
> mt2701:
> - NOR flash
> - JPEG decoder
> - i2c
> - audio controller
> 
> ----------------------------------------------------------------
> Garlic Tseng (1):
>       arm: dts: mediatek: Add audio driver node for MT2701
> 
> Guochun Mao (1):
>       arm: dts: mt2701: add nor flash node
> 
> John Crispin (9):
>       arm: dts: mt7623: add clock controller device nodes
>       arm: dts: mt7623: add subsystem clock controller device nodes
>       arm: dts: mt7623: add power domain controller device node
>       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
>       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
>       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
> 
> Jun Gao (1):
>       arm: dts: Add Mediatek MT2701 i2c device node
> 
> Rick Chang (1):
>       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
> 
> Sean Wang (11):
>       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files

This excessive patch splitting probably isn't warranted. In the future,
especially for new and major updates like this, a single patch (or one per
author) should do just fine.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
@ 2017-06-19  2:34   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-19  2:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Please find below my merge request for armv7 device tree changes.
> 
> Regards,
> Matthias
> 
> ---
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
> 
> for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
> 
>   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
> +0200)

Thanks, merged. Comment below:

> 
> ----------------------------------------------------------------
> Add device tree nodes for
> mt7623:
> - clocks
> - power domain
> - pmic-wrapper
> - pinctrl
> - i2c
> - spi
> - nand
> - mmc
> - usb
> - pwm
> - ethernet
> - crypto engine
> - infared remote control
> - audio controller
> - ADC
> - efuse
> - thermal driver
> - HW random generator
> 
> mt2701:
> - NOR flash
> - JPEG decoder
> - i2c
> - audio controller
> 
> ----------------------------------------------------------------
> Garlic Tseng (1):
>       arm: dts: mediatek: Add audio driver node for MT2701
> 
> Guochun Mao (1):
>       arm: dts: mt2701: add nor flash node
> 
> John Crispin (9):
>       arm: dts: mt7623: add clock controller device nodes
>       arm: dts: mt7623: add subsystem clock controller device nodes
>       arm: dts: mt7623: add power domain controller device node
>       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
>       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
>       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
> 
> Jun Gao (1):
>       arm: dts: Add Mediatek MT2701 i2c device node
> 
> Rick Chang (1):
>       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
> 
> Sean Wang (11):
>       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
>       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files

This excessive patch splitting probably isn't warranted. In the future,
especially for new and major updates like this, a single patch (or one per
author) should do just fine.


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
  2017-06-19  2:34   ` Olof Johansson
@ 2017-06-20  2:00     ` Sean Wang
  -1 siblings, 0 replies; 7+ messages in thread
From: Sean Wang @ 2017-06-20  2:00 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Youlin Pei, Jun Gao, Rick Chang, Garlic Tseng, arm-soc,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, John Crispin,
	Matthias Brugger,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Sun, 2017-06-18 at 19:34 -0700, Olof Johansson wrote:
> On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
> > Hi Arnd and Olof,
> > 
> > Please find below my merge request for armv7 device tree changes.
> > 
> > Regards,
> > Matthias
> > 
> > ---
> > 
> > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> > 
> >   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
> > 
> > for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
> > 
> >   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
> > +0200)
> 
> Thanks, merged. Comment below:
> 
> > 
> > ----------------------------------------------------------------
> > Add device tree nodes for
> > mt7623:
> > - clocks
> > - power domain
> > - pmic-wrapper
> > - pinctrl
> > - i2c
> > - spi
> > - nand
> > - mmc
> > - usb
> > - pwm
> > - ethernet
> > - crypto engine
> > - infared remote control
> > - audio controller
> > - ADC
> > - efuse
> > - thermal driver
> > - HW random generator
> > 
> > mt2701:
> > - NOR flash
> > - JPEG decoder
> > - i2c
> > - audio controller
> > 
> > ----------------------------------------------------------------
> > Garlic Tseng (1):
> >       arm: dts: mediatek: Add audio driver node for MT2701
> > 
> > Guochun Mao (1):
> >       arm: dts: mt2701: add nor flash node
> > 
> > John Crispin (9):
> >       arm: dts: mt7623: add clock controller device nodes
> >       arm: dts: mt7623: add subsystem clock controller device nodes
> >       arm: dts: mt7623: add power domain controller device node
> >       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
> >       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
> >       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
> > 
> > Jun Gao (1):
> >       arm: dts: Add Mediatek MT2701 i2c device node
> > 
> > Rick Chang (1):
> >       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
> > 
> > Sean Wang (11):
> >       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files
> 
> This excessive patch splitting probably isn't warranted. In the future,
> especially for new and major updates like this, a single patch (or one per
> author) should do just fine.
> 

Hi Olof,

Got it. I will make a single patch for new SoC supported.

	Sean
> 
> -Olof
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
@ 2017-06-20  2:00     ` Sean Wang
  0 siblings, 0 replies; 7+ messages in thread
From: Sean Wang @ 2017-06-20  2:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, 2017-06-18 at 19:34 -0700, Olof Johansson wrote:
> On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
> > Hi Arnd and Olof,
> > 
> > Please find below my merge request for armv7 device tree changes.
> > 
> > Regards,
> > Matthias
> > 
> > ---
> > 
> > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> > 
> >   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
> > 
> > for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
> > 
> >   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
> > +0200)
> 
> Thanks, merged. Comment below:
> 
> > 
> > ----------------------------------------------------------------
> > Add device tree nodes for
> > mt7623:
> > - clocks
> > - power domain
> > - pmic-wrapper
> > - pinctrl
> > - i2c
> > - spi
> > - nand
> > - mmc
> > - usb
> > - pwm
> > - ethernet
> > - crypto engine
> > - infared remote control
> > - audio controller
> > - ADC
> > - efuse
> > - thermal driver
> > - HW random generator
> > 
> > mt2701:
> > - NOR flash
> > - JPEG decoder
> > - i2c
> > - audio controller
> > 
> > ----------------------------------------------------------------
> > Garlic Tseng (1):
> >       arm: dts: mediatek: Add audio driver node for MT2701
> > 
> > Guochun Mao (1):
> >       arm: dts: mt2701: add nor flash node
> > 
> > John Crispin (9):
> >       arm: dts: mt7623: add clock controller device nodes
> >       arm: dts: mt7623: add subsystem clock controller device nodes
> >       arm: dts: mt7623: add power domain controller device node
> >       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
> >       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
> >       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
> > 
> > Jun Gao (1):
> >       arm: dts: Add Mediatek MT2701 i2c device node
> > 
> > Rick Chang (1):
> >       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
> > 
> > Sean Wang (11):
> >       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
> >       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files
> 
> This excessive patch splitting probably isn't warranted. In the future,
> especially for new and major updates like this, a single patch (or one per
> author) should do just fine.
> 

Hi Olof,

Got it. I will make a single patch for new SoC supported.

	Sean
> 
> -Olof
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
  2017-06-20  2:00     ` Sean Wang
@ 2017-06-20  2:03       ` Olof Johansson
  -1 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-20  2:03 UTC (permalink / raw)
  To: Sean Wang
  Cc: Youlin Pei, Jun Gao, Rick Chang, Garlic Tseng, arm-soc,
	moderated list:ARM/Mediatek SoC...,
	John Crispin, Matthias Brugger,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Mon, Jun 19, 2017 at 7:00 PM, Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote:
> On Sun, 2017-06-18 at 19:34 -0700, Olof Johansson wrote:
>> On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
>> > Hi Arnd and Olof,
>> >
>> > Please find below my merge request for armv7 device tree changes.
>> >
>> > Regards,
>> > Matthias
>> >
>> > ---
>> >
>> > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>> >
>> >   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>> >
>> > are available in the git repository at:
>> >
>> >   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
>> >
>> > for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
>> >
>> >   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
>> > +0200)
>>
>> Thanks, merged. Comment below:
>>
>> >
>> > ----------------------------------------------------------------
>> > Add device tree nodes for
>> > mt7623:
>> > - clocks
>> > - power domain
>> > - pmic-wrapper
>> > - pinctrl
>> > - i2c
>> > - spi
>> > - nand
>> > - mmc
>> > - usb
>> > - pwm
>> > - ethernet
>> > - crypto engine
>> > - infared remote control
>> > - audio controller
>> > - ADC
>> > - efuse
>> > - thermal driver
>> > - HW random generator
>> >
>> > mt2701:
>> > - NOR flash
>> > - JPEG decoder
>> > - i2c
>> > - audio controller
>> >
>> > ----------------------------------------------------------------
>> > Garlic Tseng (1):
>> >       arm: dts: mediatek: Add audio driver node for MT2701
>> >
>> > Guochun Mao (1):
>> >       arm: dts: mt2701: add nor flash node
>> >
>> > John Crispin (9):
>> >       arm: dts: mt7623: add clock controller device nodes
>> >       arm: dts: mt7623: add subsystem clock controller device nodes
>> >       arm: dts: mt7623: add power domain controller device node
>> >       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
>> >       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
>> >       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
>> >
>> > Jun Gao (1):
>> >       arm: dts: Add Mediatek MT2701 i2c device node
>> >
>> > Rick Chang (1):
>> >       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
>> >
>> > Sean Wang (11):
>> >       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files
>>
>> This excessive patch splitting probably isn't warranted. In the future,
>> especially for new and major updates like this, a single patch (or one per
>> author) should do just fine.
>>
>
> Hi Olof,
>
> Got it. I will make a single patch for new SoC supported.

Of course, use your judgement if there's something special or new
(especially complex bindings) that you want to highlight in a separate
patch, but for the basic setup just adding the basic nodes, doing that
in one file is usually the way we do it.

Thanks!


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL] ARM: Medaitek armv7 DTS for v4.13
@ 2017-06-20  2:03       ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-20  2:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 19, 2017 at 7:00 PM, Sean Wang <sean.wang@mediatek.com> wrote:
> On Sun, 2017-06-18 at 19:34 -0700, Olof Johansson wrote:
>> On Mon, Jun 12, 2017 at 12:31:47PM +0200, Matthias Brugger wrote:
>> > Hi Arnd and Olof,
>> >
>> > Please find below my merge request for armv7 device tree changes.
>> >
>> > Regards,
>> > Matthias
>> >
>> > ---
>> >
>> > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>> >
>> >   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>> >
>> > are available in the git repository at:
>> >
>> >   https://github.com/mbgg/linux-mediatek.git tags/v4.12-next-dts32
>> >
>> > for you to fetch changes up to aac5e972d4c7bc728df605f5427d9c2458c34ea9:
>> >
>> >   arm: dts: mediatek: Add audio driver node for MT2701 (2017-06-07 10:47:25
>> > +0200)
>>
>> Thanks, merged. Comment below:
>>
>> >
>> > ----------------------------------------------------------------
>> > Add device tree nodes for
>> > mt7623:
>> > - clocks
>> > - power domain
>> > - pmic-wrapper
>> > - pinctrl
>> > - i2c
>> > - spi
>> > - nand
>> > - mmc
>> > - usb
>> > - pwm
>> > - ethernet
>> > - crypto engine
>> > - infared remote control
>> > - audio controller
>> > - ADC
>> > - efuse
>> > - thermal driver
>> > - HW random generator
>> >
>> > mt2701:
>> > - NOR flash
>> > - JPEG decoder
>> > - i2c
>> > - audio controller
>> >
>> > ----------------------------------------------------------------
>> > Garlic Tseng (1):
>> >       arm: dts: mediatek: Add audio driver node for MT2701
>> >
>> > Guochun Mao (1):
>> >       arm: dts: mt2701: add nor flash node
>> >
>> > John Crispin (9):
>> >       arm: dts: mt7623: add clock controller device nodes
>> >       arm: dts: mt7623: add subsystem clock controller device nodes
>> >       arm: dts: mt7623: add power domain controller device node
>> >       arm: dts: mt7623: add pinctrl nodes to the mt7623 dtsi file
>> >       arm: dts: mt7623: add pmic wrapper nodes to the mt7623 dtsi file
>> >       arm: dts: mt7623: add i2c nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add nand nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add mmc nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add usb nodes to the mt7623.dtsi file
>> >
>> > Jun Gao (1):
>> >       arm: dts: Add Mediatek MT2701 i2c device node
>> >
>> > Rick Chang (1):
>> >       arm: dts: mt2701: Add node for Mediatek JPEG Decoder
>> >
>> > Sean Wang (11):
>> >       arm: dts: mt7623: add spi nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add pwm nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add ethernet nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add crypto engine nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add ir nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add afe nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add auxadc nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add thermal nodes to the mt7623.dtsi file
>> >       arm: dts: mt7623: add Sean as one of authors for mt7623.dtsi files
>>
>> This excessive patch splitting probably isn't warranted. In the future,
>> especially for new and major updates like this, a single patch (or one per
>> author) should do just fine.
>>
>
> Hi Olof,
>
> Got it. I will make a single patch for new SoC supported.

Of course, use your judgement if there's something special or new
(especially complex bindings) that you want to highlight in a separate
patch, but for the basic setup just adding the basic nodes, doing that
in one file is usually the way we do it.

Thanks!


-Olof

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-20  2:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 10:31 [GIT PULL] ARM: Medaitek armv7 DTS for v4.13 Matthias Brugger
2017-06-19  2:34 ` Olof Johansson
2017-06-19  2:34   ` Olof Johansson
2017-06-20  2:00   ` Sean Wang
2017-06-20  2:00     ` Sean Wang
2017-06-20  2:03     ` Olof Johansson
2017-06-20  2:03       ` Olof Johansson

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.