Searched hist:"06856269 d43ab3ce6609c90a6e42bcd9564eaa02" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-owl.c | diff 06856269d43ab3ce6609c90a6e42bcd9564eaa02 Tue Sep 08 23:10:01 CDT 2020 Barry Song <song.bao.hua@hisilicon.com> i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
The code has been in a irq-disabled context since it is hard IRQ. There is no necessity to do it again.
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Reviewed-by: Akash Asthana <akashast@codeaurora.org> Reviewed-by: Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
|
H A D | i2c-qcom-geni.c | diff 06856269d43ab3ce6609c90a6e42bcd9564eaa02 Tue Sep 08 23:10:01 CDT 2020 Barry Song <song.bao.hua@hisilicon.com> i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
The code has been in a irq-disabled context since it is hard IRQ. There is no necessity to do it again.
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Reviewed-by: Akash Asthana <akashast@codeaurora.org> Reviewed-by: Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
|
H A D | i2c-mv64xxx.c | diff 06856269d43ab3ce6609c90a6e42bcd9564eaa02 Tue Sep 08 23:10:01 CDT 2020 Barry Song <song.bao.hua@hisilicon.com> i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
The code has been in a irq-disabled context since it is hard IRQ. There is no necessity to do it again.
Signed-off-by: Barry Song <song.bao.hua@hisilicon.com> Reviewed-by: Akash Asthana <akashast@codeaurora.org> Reviewed-by: Mukesh Kumar Savaliya <msavaliy@codeaurora.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
|