Re: [PATCH v1 3/7] soc: mediatek: reuse read[l,x]_poll_timeout helpers

2018-04-18 Thread Matthias Brugger
On 04/03/2018 09:15 AM, sean.w...@mediatek.com wrote: > From: Sean Wang > > Reuse the common helpers read[l,x]_poll_timeout provided by Linux core > instead of an open-coded handling. The name of the local variable > sram_pdn_ack in scpsys_power_on is renamed to pdn_ack

Re: [PATCH v1 3/7] soc: mediatek: reuse read[l,x]_poll_timeout helpers

2018-04-18 Thread Matthias Brugger
On 04/03/2018 09:15 AM, sean.w...@mediatek.com wrote: > From: Sean Wang > > Reuse the common helpers read[l,x]_poll_timeout provided by Linux core > instead of an open-coded handling. The name of the local variable > sram_pdn_ack in scpsys_power_on is renamed to pdn_ack in order to be >

[PATCH v1 3/7] soc: mediatek: reuse read[l,x]_poll_timeout helpers

2018-04-03 Thread sean.wang
From: Sean Wang Reuse the common helpers read[l,x]_poll_timeout provided by Linux core instead of an open-coded handling. The name of the local variable sram_pdn_ack in scpsys_power_on is renamed to pdn_ack in order to be consistent with the one used in scpsys_power_off.

[PATCH v1 3/7] soc: mediatek: reuse read[l,x]_poll_timeout helpers

2018-04-03 Thread sean.wang
From: Sean Wang Reuse the common helpers read[l,x]_poll_timeout provided by Linux core instead of an open-coded handling. The name of the local variable sram_pdn_ack in scpsys_power_on is renamed to pdn_ack in order to be consistent with the one used in scpsys_power_off. Signed-off-by: Sean