All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] STi DT fix for v4.9-rcs
@ 2016-11-15 10:38 ` Patrice Chotard
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Chotard @ 2016-11-15 10:38 UTC (permalink / raw)
  To: Arnd Bergmann, Kevin Hilman, Olof Johansson, arm,
	open list:ARM/STI ARCHITECTURE, linux-arm-kernel, linux-kernel
  Cc: Lee Jones, Peter Griffin, Patrice Chotard, Loic PALLARDY

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(-)

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

* [GIT PULL] STi DT fix for v4.9-rcs
@ 2016-11-15 10:38 ` Patrice Chotard
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Chotard @ 2016-11-15 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

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

* Re: [GIT PULL] STi DT fix for v4.9-rcs
  2016-11-15 10:38 ` Patrice Chotard
@ 2016-11-18  0:43   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-11-18  0:43 UTC (permalink / raw)
  To: Patrice Chotard
  Cc: Arnd Bergmann, Kevin Hilman, arm, open list:ARM/STI ARCHITECTURE,
	linux-arm-kernel, linux-kernel, Lee Jones, Peter Griffin,
	Loic PALLARDY

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

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

* [GIT PULL] STi DT fix for v4.9-rcs
@ 2016-11-18  0:43   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-11-18  0:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2016-11-18  0:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 10:38 [GIT PULL] STi DT fix for v4.9-rcs Patrice Chotard
2016-11-15 10:38 ` Patrice Chotard
2016-11-18  0:43 ` Olof Johansson
2016-11-18  0:43   ` 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.