mbox series

[PATCHv2,0/6] clk: ti: reset handling support fixes

Message ID 20190828065929.32150-1-t-kristo@ti.com
Headers show
Series clk: ti: reset handling support fixes | expand

Message

Tero Kristo Aug. 28, 2019, 6:59 a.m. UTC
Hi,

This is v2 of the earlier series [1] targeting remoteproc / reset support for
OMAP SoCs. None of the earlier patches have been retained, mostly everything
is re-written. :)

Couple of notes about the individual patches:

#1: needed so that reset handling code can find clkctrl handles
#2: just to convert the code to look a bit neater with all the bit
    handling logic
#3: new TI SoC only API for checking standby state for clocks, needed
    for remoteproc idle status handling
#4: new TI SoC only API for syncing up status between reset + associated
    clock
#5/#6: add missing IVA clkctrl clock entries for omap5, this has been
    just missed before and is needed as IVA has reset lines

I know its already quite late for 5.4, but in theory these
could be picked up for it also. If not, pushing for 5.5 is fine.

-Tero

[1] https://www.spinics.net/lists/linux-clk/msg40060.html


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

Comments

Stephen Boyd Aug. 29, 2019, 5:43 p.m. UTC | #1
Quoting Tero Kristo (2019-08-27 23:59:23)
> Hi,

> 

> This is v2 of the earlier series [1] targeting remoteproc / reset support for

> OMAP SoCs. None of the earlier patches have been retained, mostly everything

> is re-written. :)

> 

> Couple of notes about the individual patches:

> 

> #1: needed so that reset handling code can find clkctrl handles

> #2: just to convert the code to look a bit neater with all the bit

>     handling logic

> #3: new TI SoC only API for checking standby state for clocks, needed

>     for remoteproc idle status handling

> #4: new TI SoC only API for syncing up status between reset + associated

>     clock

> #5/#6: add missing IVA clkctrl clock entries for omap5, this has been

>     just missed before and is needed as IVA has reset lines

> 

> I know its already quite late for 5.4, but in theory these

> could be picked up for it also. If not, pushing for 5.5 is fine.


Its sort of late. I guess let me throw it into fixes and try to send off
one more PR to Linus early next week.