mbox series

[0/3] Extend peci feature

Message ID 20201016062602.20014-1-billy_tsai@aspeedtech.com (mailing list archive)
Headers show
Series Extend peci feature | expand

Message

Billy Tsai Oct. 16, 2020, 6:25 a.m. UTC
This patch series extend the peci to support 64byte mode and simplify
the setting of peci operation rate. 

Billy Tsai (3):
  peci: aspeed: make the driver support 64byte mode
  peci: aspeed: Auto calculate the adapter divisor
  dt-bindings: Change the meaning of clock-frequency

 .../devicetree/bindings/peci/peci-aspeed.yaml |  56 +++----
 arch/arm/boot/dts/aspeed-g6.dtsi              |   4 +-
 drivers/peci/busses/peci-aspeed.c             | 158 ++++++++++++------
 3 files changed, 136 insertions(+), 82 deletions(-)