2016-11-15 10:38:44

by Patrice CHOTARD

[permalink] [raw]
Subject: [GIT PULL] STi DT fix for v4.9-rcs

Hi Arnd, Olof, Kevin

Please consider this set for inclusion into the v4.9-rc.

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v4.9-rc

for you to fetch changes up to 5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855:

ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition (2016-11-15 11:29:25 +0100)

----------------------------------------------------------------

STi DT fix:

Fix typo cs-gpio to cs-gpios

----------------------------------------------------------------
Loic Pallardy (1):
ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition

arch/arm/boot/dts/stih410-b2260.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2016-11-18 00:47:38

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] STi DT fix for v4.9-rcs

On Tue, Nov 15, 2016 at 11:38:03AM +0100, Patrice Chotard wrote:
> Hi Arnd, Olof, Kevin
>
> Please consider this set for inclusion into the v4.9-rc.
>
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
>
> Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v4.9-rc
>
> for you to fetch changes up to 5bf7b6e86f29f064979d7b3e6dd21c5dd1feb855:
>
> ARM: dts: STiH410-b2260: Fix typo in spi0 chipselect definition (2016-11-15 11:29:25 +0100)
>
> ----------------------------------------------------------------
>
> STi DT fix:
>
> Fix typo cs-gpio to cs-gpios
>

Hi Patrice,

Merged. Tiny nit for the future: It's nice to see a few words of why a
change is needed/what's broken. In this case it's pretty obvious from
the code (SPI is broken without it) but it's good habit to motivate
fixes branches in particular.


-Olof