Re: [PATCH v7 08/12] soc: mediatek: cmdq: change the type of input parameter

2019-05-20 Thread CK Hu
Hi, Bibby: On Tue, 2019-05-21 at 09:11 +0800, Bibby Hsieh wrote: > According to the cmdq hardware design, the subsys is u8, > the offset is u16 and the event id is u16. > This patch changes the type of subsys, offset and event id > to the correct type. Reviewed-by: CK Hu > > Signed-off-by: Bib

[PATCH v7 08/12] soc: mediatek: cmdq: change the type of input parameter

2019-05-20 Thread Bibby Hsieh
According to the cmdq hardware design, the subsys is u8, the offset is u16 and the event id is u16. This patch changes the type of subsys, offset and event id to the correct type. Signed-off-by: Bibby Hsieh --- drivers/soc/mediatek/mtk-cmdq-helper.c | 10 +- include/linux/soc/mediatek/mt