linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2
@ 2020-07-31 10:50 Michal Simek
  2020-09-29 11:11 ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2020-07-31 10:50 UTC (permalink / raw)
  To: arm-soc, SoC Team; +Cc: linux-arm-kernel

Hi,

please pull this one patch to your tree.

Thanks,
Michal

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.9-v2

for you to fetch changes up to a6f2f0fdc73aacc6e10ae48ae78634dba26702d4:

  soc: xilinx: Fix error code in zynqmp_pm_probe() (2020-06-18 10:07:17
+0200)

----------------------------------------------------------------
arm64: soc: ZynqMP SoC changes for v5.9-v2

- Fix error code in zynqmp_power driver

----------------------------------------------------------------
Dan Carpenter (1):
      soc: xilinx: Fix error code in zynqmp_pm_probe()

 drivers/soc/xilinx/zynqmp_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2
  2020-07-31 10:50 [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2 Michal Simek
@ 2020-09-29 11:11 ` Michal Simek
  2020-10-03 19:14   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2020-09-29 11:11 UTC (permalink / raw)
  To: Michal Simek, arm-soc, SoC Team; +Cc: linux-arm-kernel

Hi,

On 31. 07. 20 12:50, Michal Simek wrote:
> Hi,
> 
> please pull this one patch to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
> 
>   Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.9-v2
> 
> for you to fetch changes up to a6f2f0fdc73aacc6e10ae48ae78634dba26702d4:
> 
>   soc: xilinx: Fix error code in zynqmp_pm_probe() (2020-06-18 10:07:17
> +0200)
> 
> ----------------------------------------------------------------
> arm64: soc: ZynqMP SoC changes for v5.9-v2
> 
> - Fix error code in zynqmp_power driver
> 
> ----------------------------------------------------------------
> Dan Carpenter (1):
>       soc: xilinx: Fix error code in zynqmp_pm_probe()
> 
>  drivers/soc/xilinx/zynqmp_power.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

I see that this patch didn't go to 5.9 version. Can you please merge it
for 5.10? Or do you want me to send new pull request?

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2
  2020-09-29 11:11 ` Michal Simek
@ 2020-10-03 19:14   ` Olof Johansson
  2020-10-05 12:11     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2020-10-03 19:14 UTC (permalink / raw)
  To: Michal Simek; +Cc: SoC Team, arm-soc, Michal Simek, linux-arm-kernel

On Tue, Sep 29, 2020 at 01:11:55PM +0200, Michal Simek wrote:
> Hi,
> 
> On 31. 07. 20 12:50, Michal Simek wrote:
> > Hi,
> > 
> > please pull this one patch to your tree.
> > 
> > Thanks,
> > Michal
> > 
> > The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
> > 
> >   Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.9-v2
> > 
> > for you to fetch changes up to a6f2f0fdc73aacc6e10ae48ae78634dba26702d4:
> > 
> >   soc: xilinx: Fix error code in zynqmp_pm_probe() (2020-06-18 10:07:17
> > +0200)
> > 
> > ----------------------------------------------------------------
> > arm64: soc: ZynqMP SoC changes for v5.9-v2
> > 
> > - Fix error code in zynqmp_power driver
> > 
> > ----------------------------------------------------------------
> > Dan Carpenter (1):
> >       soc: xilinx: Fix error code in zynqmp_pm_probe()
> > 
> >  drivers/soc/xilinx/zynqmp_power.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> > 
> 
> I see that this patch didn't go to 5.9 version. Can you please merge it
> for 5.10? Or do you want me to send new pull request?

Apologies, not sure why I overlooked it. Queued now.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2
  2020-10-03 19:14   ` Olof Johansson
@ 2020-10-05 12:11     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2020-10-05 12:11 UTC (permalink / raw)
  To: Olof Johansson; +Cc: SoC Team, arm-soc, Michal Simek, linux-arm-kernel



On 03. 10. 20 21:14, Olof Johansson wrote:
> On Tue, Sep 29, 2020 at 01:11:55PM +0200, Michal Simek wrote:
>> Hi,
>>
>> On 31. 07. 20 12:50, Michal Simek wrote:
>>> Hi,
>>>
>>> please pull this one patch to your tree.
>>>
>>> Thanks,
>>> Michal
>>>
>>> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
>>>
>>>   Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>>   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-v5.9-v2
>>>
>>> for you to fetch changes up to a6f2f0fdc73aacc6e10ae48ae78634dba26702d4:
>>>
>>>   soc: xilinx: Fix error code in zynqmp_pm_probe() (2020-06-18 10:07:17
>>> +0200)
>>>
>>> ----------------------------------------------------------------
>>> arm64: soc: ZynqMP SoC changes for v5.9-v2
>>>
>>> - Fix error code in zynqmp_power driver
>>>
>>> ----------------------------------------------------------------
>>> Dan Carpenter (1):
>>>       soc: xilinx: Fix error code in zynqmp_pm_probe()
>>>
>>>  drivers/soc/xilinx/zynqmp_power.c | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> _______________________________________________
>>> linux-arm-kernel mailing list
>>> linux-arm-kernel@lists.infradead.org
>>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>>>
>>
>> I see that this patch didn't go to 5.9 version. Can you please merge it
>> for 5.10? Or do you want me to send new pull request?
> 
> Apologies, not sure why I overlooked it. Queued now.

No worries. I should also track it more closer.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-10-05 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 10:50 [GIT PULL] ARM: soc: Xilinx SOC changes for v5.9-v2 Michal Simek
2020-09-29 11:11 ` Michal Simek
2020-10-03 19:14   ` Olof Johansson
2020-10-05 12:11     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).