mbox

[GIT,PULL] i.MX fixes for 4.13

Message ID 20170717045648.GD3172@dragon
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13

Message

Shawn Guo July 17, 2017, 4:56 a.m. UTC
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13

for you to fetch changes up to 05969566e6d64113a861adc6c17cbba685c640b3:

  ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location (2017-07-16 09:43:04 +0800)

----------------------------------------------------------------
i.MX fixes for 4.13:
 - A fix for imx7d-sdb board to move pinctrl_spi4 pins from low power
   iomux controller to normal iomuxc node, as the pins belong to normal
   iomuxc rather than low power one.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location

 arch/arm/boot/dts/imx7d-sdb.dts | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

Shawn Guo Aug. 5, 2017, 1:12 p.m. UTC | #1
On Mon, Jul 17, 2017 at 12:56:50PM +0800, Shawn Guo wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> 
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13
> 
> for you to fetch changes up to 05969566e6d64113a861adc6c17cbba685c640b3:
> 
>   ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location (2017-07-16 09:43:04 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 4.13:
>  - A fix for imx7d-sdb board to move pinctrl_spi4 pins from low power
>    iomux controller to normal iomuxc node, as the pins belong to normal
>    iomuxc rather than low power one.
> 
> ----------------------------------------------------------------
> Fabio Estevam (1):
>       ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location
> 
>  arch/arm/boot/dts/imx7d-sdb.dts | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Hi Arnd, Olof,

This pull request gets lost?

Shawn
Arnd Bergmann Aug. 15, 2017, 3:34 p.m. UTC | #2
On Sat, Aug 5, 2017 at 3:12 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> On Mon, Jul 17, 2017 at 12:56:50PM +0800, Shawn Guo wrote:
>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>
>>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.13
>>
>> for you to fetch changes up to 05969566e6d64113a861adc6c17cbba685c640b3:
>>
>>   ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location (2017-07-16 09:43:04 +0800)
>>
>> ----------------------------------------------------------------
>> i.MX fixes for 4.13:
>>  - A fix for imx7d-sdb board to move pinctrl_spi4 pins from low power
>>    iomux controller to normal iomuxc node, as the pins belong to normal
>>    iomuxc rather than low power one.
>>
>> ----------------------------------------------------------------
>> Fabio Estevam (1):
>>       ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location
>>
>>  arch/arm/boot/dts/imx7d-sdb.dts | 16 ++++++++--------
>>  1 file changed, 8 insertions(+), 8 deletions(-)
>
> Hi Arnd, Olof,
>
> This pull request gets lost?

Yes, sorry for the mistake and the delay. Pulled now.

        Arnd