Re: [PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-20 Thread Wolfram Sang
On Mon, Jul 02, 2018 at 02:40:11PM -0700, Jae Hyun Yoo wrote: > This patch adjusts spinlock scope to make it wrap the whole irq > handler using a single lock/unlock which covers both master and > slave handlers. > > Signed-off-by: Jae Hyun Yoo Applied to for-next, thanks! Not related to these p

Re: [PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-13 Thread Jae Hyun Yoo
On 7/13/2018 1:33 PM, Wolfram Sang wrote: BTW, to whom should I ask applying this patch? Should I send v2 after adding your reviewed-by tag? Not needed, thanks. I use 'patchwork' and this tool collects all the tags for me. If I see a patch reviewed by a driver maintainer, I'll pick it up in t

Re: [PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-13 Thread Wolfram Sang
> BTW, to whom should I ask applying this patch? Should I send v2 after > adding your reviewed-by tag? Not needed, thanks. I use 'patchwork' and this tool collects all the tags for me. If I see a patch reviewed by a driver maintainer, I'll pick it up in the next queue. signature.asc Descriptio

Re: [PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-13 Thread Jae Hyun Yoo
On 7/12/2018 1:41 AM, Brendan Higgins wrote: On Mon, Jul 2, 2018 at 2:40 PM Jae Hyun Yoo wrote: This patch adjusts spinlock scope to make it wrap the whole irq handler using a single lock/unlock which covers both master and slave handlers. Signed-off-by: Jae Hyun Yoo --- drivers/i2c/busses

Re: [PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-12 Thread Brendan Higgins
On Mon, Jul 2, 2018 at 2:40 PM Jae Hyun Yoo wrote: > > This patch adjusts spinlock scope to make it wrap the whole irq > handler using a single lock/unlock which covers both master and > slave handlers. > > Signed-off-by: Jae Hyun Yoo > --- > drivers/i2c/busses/i2c-aspeed.c | 16 ++--

[PATCH] i2c: aspeed: Adjust spinlock scope in the irq handler

2018-07-02 Thread Jae Hyun Yoo
This patch adjusts spinlock scope to make it wrap the whole irq handler using a single lock/unlock which covers both master and slave handlers. Signed-off-by: Jae Hyun Yoo --- drivers/i2c/busses/i2c-aspeed.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dr