mbox series

[0/3] bus: ti-sysc: fix reset sequencing

Message ID 20191007122931.18668-1-t-kristo@ti.com
Headers show
Series bus: ti-sysc: fix reset sequencing | expand

Message

Tero Kristo Oct. 7, 2019, 12:29 p.m. UTC
Hi,

These three patches make sure that IOMMU/remoteprocs work across
all devices with the latest OMAP PRM series for reset support [1].
The last dangling issues were caused by the removal of the hardlink
between the reset + clock drivers.

-Tero

[1] https://patchwork.kernel.org/cover/11142871/


--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Tony Lindgren Oct. 7, 2019, 4:38 p.m. UTC | #1
* Tero Kristo <t-kristo@ti.com> [191007 12:30]:
> Hi,

> 

> These three patches make sure that IOMMU/remoteprocs work across

> all devices with the latest OMAP PRM series for reset support [1].

> The last dangling issues were caused by the removal of the hardlink

> between the reset + clock drivers.


OK. I presume these are safe to wait for v5.5 since we don't
have the rstctrl driver yet?

Regards,

Tony


> [1] https://patchwork.kernel.org/cover/11142871/

> 

> 

> --

> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Tero Kristo Oct. 7, 2019, 7 p.m. UTC | #2
On 07/10/2019 19:38, Tony Lindgren wrote:
> * Tero Kristo <t-kristo@ti.com> [191007 12:30]:

>> Hi,

>>

>> These three patches make sure that IOMMU/remoteprocs work across

>> all devices with the latest OMAP PRM series for reset support [1].

>> The last dangling issues were caused by the removal of the hardlink

>> between the reset + clock drivers.

> 

> OK. I presume these are safe to wait for v5.5 since we don't

> have the rstctrl driver yet?


Yeah, they are safe to wait.

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Tony Lindgren Oct. 8, 2019, 2:09 p.m. UTC | #3
* Tero Kristo <t-kristo@ti.com> [191007 19:00]:
> On 07/10/2019 19:38, Tony Lindgren wrote:

> > * Tero Kristo <t-kristo@ti.com> [191007 12:30]:

> > > Hi,

> > > 

> > > These three patches make sure that IOMMU/remoteprocs work across

> > > all devices with the latest OMAP PRM series for reset support [1].

> > > The last dangling issues were caused by the removal of the hardlink

> > > between the reset + clock drivers.

> > 

> > OK. I presume these are safe to wait for v5.5 since we don't

> > have the rstctrl driver yet?

> 

> Yeah, they are safe to wait.


OK applying into omap-for-v5.5/ti-sysc thanks.

Tony