All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/4] Add LCLK control into Aspeed LPC sub drivers
@ 2021-11-01 23:37 ` jae.hyun.yoo
  0 siblings, 0 replies; 66+ messages in thread
From: jae.hyun.yoo @ 2021-11-01 23:37 UTC (permalink / raw)
  To: Rob Herring, Corey Minyard, Joel Stanley, Andrew Jeffery,
	Cedric Le Goater, Haiyue Wang, Jae Hyun Yoo
  Cc: devicetree, linux-arm-kernel, linux-aspeed, openipmi-developer

From: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>

Hello all,

This series is for appliying below fix to all Aspped LPC sub drivers.
https://lore.kernel.org/all/20201208091748.1920-1-wangzhiqiang.bj@bytedance.com/

An LPC sub driver can be enabled without using the lpc-ctrl driver or it
can be registered ahead of lpc-ctrl depends on each system configuration and
this difference introduces that LPC can be enabled without heart beating of
LCLK so it causes improper handling on host interrupts when the host sends
interrupts in that time frame. Then kernel eventually forcibly disables the
interrupt with dumping stack and printing a 'nobody cared this irq' message
out.

To prevent this issue, all LPC sub drivers should enable LCLK individually
so this patch adds clock control logic into the remaining Aspeed LPC sub
drivers.

Please review this series.

Thanks,
Jae

Jae Hyun Yoo (4):
  ARM: dts: aspeed: add LCLK setting into LPC IBT node
  ipmi: bt: add clock control logic
  ARM: dts: aspeed: add LCLK setting into LPC KCS nodes
  ipmi: kcs_bmc_aspeed: add clock control logic

 arch/arm/boot/dts/aspeed-g4.dtsi   |  1 +
 arch/arm/boot/dts/aspeed-g5.dtsi   |  5 +++++
 arch/arm/boot/dts/aspeed-g6.dtsi   |  5 +++++
 drivers/char/ipmi/bt-bmc.c         | 24 ++++++++++++++++++++++-
 drivers/char/ipmi/kcs_bmc_aspeed.c | 31 ++++++++++++++++++++++++++----
 5 files changed, 61 insertions(+), 5 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2021-11-04 16:11 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 23:37 [PATCH -next 0/4] Add LCLK control into Aspeed LPC sub drivers jae.hyun.yoo
2021-11-01 23:37 ` jae.hyun.yoo
2021-11-01 23:36 ` Joel Stanley
2021-11-01 23:36   ` Joel Stanley
2021-11-02 12:22   ` Corey Minyard
2021-11-02 12:22     ` Corey Minyard
2021-11-02 16:38     ` Jae Hyun Yoo
2021-11-02 16:38       ` Jae Hyun Yoo
2021-11-03  0:04   ` Zev Weiss
2021-11-03  0:04     ` Zev Weiss
2021-11-03  0:17     ` Jae Hyun Yoo
2021-11-03  0:17       ` Jae Hyun Yoo
2021-11-03  0:30       ` Zev Weiss
2021-11-03  0:30         ` Zev Weiss
2021-11-03  0:54         ` Jae Hyun Yoo
2021-11-03  0:54           ` Jae Hyun Yoo
2021-11-03  1:09           ` Zev Weiss
2021-11-03  1:09             ` Zev Weiss
2021-11-03 15:56             ` Jae Hyun Yoo
2021-11-03 15:56               ` Jae Hyun Yoo
2021-11-04  1:48               ` Zev Weiss
2021-11-04  1:48                 ` Zev Weiss
2021-11-04 16:09                 ` Jae Hyun Yoo
2021-11-04 16:09                   ` Jae Hyun Yoo
2021-11-01 23:37 ` [PATCH -next 1/4] ARM: dts: aspeed: add LCLK setting into LPC IBT node jae.hyun.yoo
2021-11-01 23:37   ` jae.hyun.yoo
2021-11-01 23:33   ` Joel Stanley
2021-11-01 23:33     ` Joel Stanley
2021-11-01 23:48     ` Jae Hyun Yoo
2021-11-01 23:48       ` Jae Hyun Yoo
2021-11-01 23:52       ` Joel Stanley
2021-11-01 23:52         ` Joel Stanley
2021-11-01 23:59         ` Jae Hyun Yoo
2021-11-01 23:59           ` Jae Hyun Yoo
2021-11-02 22:21   ` Andrew Jeffery
2021-11-02 22:21     ` Andrew Jeffery
2021-11-01 23:37 ` [PATCH -next 2/4] ipmi: bt: add clock control logic jae.hyun.yoo
2021-11-01 23:37   ` jae.hyun.yoo
2021-11-01 23:32   ` Joel Stanley
2021-11-01 23:32     ` Joel Stanley
2021-11-02  9:35   ` Cédric Le Goater
2021-11-02  9:35     ` Cédric Le Goater
2021-11-02 16:36     ` Jae Hyun Yoo
2021-11-02 16:36       ` Jae Hyun Yoo
2021-11-02 22:14   ` Andrew Jeffery
2021-11-02 22:14     ` Andrew Jeffery
2021-11-01 23:37 ` [PATCH -next 3/4] ARM: dts: aspeed: add LCLK setting into LPC KCS nodes jae.hyun.yoo
2021-11-01 23:37   ` jae.hyun.yoo
2021-11-01 23:34   ` Joel Stanley
2021-11-01 23:34     ` Joel Stanley
2021-11-02 22:22   ` Andrew Jeffery
2021-11-02 22:22     ` Andrew Jeffery
2021-11-03 16:15     ` Jae Hyun Yoo
2021-11-03 16:15       ` Jae Hyun Yoo
2021-11-01 23:37 ` [PATCH -next 4/4] ipmi: kcs_bmc_aspeed: add clock control logic jae.hyun.yoo
2021-11-01 23:37   ` jae.hyun.yoo
2021-11-01 23:33   ` Joel Stanley
2021-11-01 23:33     ` Joel Stanley
2021-11-02  3:15   ` ChiaWei Wang
2021-11-02  3:15     ` ChiaWei Wang
2021-11-02  3:28     ` Joel Stanley
2021-11-02  3:28       ` Joel Stanley
2021-11-02 16:35       ` Jae Hyun Yoo
2021-11-02 16:35         ` Jae Hyun Yoo
2021-11-03  1:55         ` ChiaWei Wang
2021-11-03  1:55           ` ChiaWei Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.