Re: [PATCH v1 6/9] soc: mediatek: add bus protection extend API

2017-08-17 Thread Matthias Brugger
On 08/15/2017 08:42 AM, weiyi...@mediatek.com wrote: From: Weiyi Lu MT2712 add "set/clear" bus control register to each control register set instead of providing only one "enable" control register, we could avoid the read-modify-write racing by using extend API with such new design. Also ther

[PATCH v1 6/9] soc: mediatek: add bus protection extend API

2017-08-14 Thread weiyi.lu
From: Weiyi Lu MT2712 add "set/clear" bus control register to each control register set instead of providing only one "enable" control register, we could avoid the read-modify-write racing by using extend API with such new design. Also there exists the second bus control register set, we could no