mbox series

[linux,dev-5.15,v1,0/7] drivers: add NPCM8XX support to ADC, KCS and FIU drivers

Message ID 20220801144914.126075-1-tmaimon77@gmail.com
Headers show
Series drivers: add NPCM8XX support to ADC, KCS and FIU drivers | expand

Message

Tomer Maimon Aug. 1, 2022, 2:49 p.m. UTC
This patch set adds Arbel NPCM8XX support to ADC, KCS and FIU drivers. 

This patchset was tested on the Arbel NPCM8XX evaluation board that running 
Arbel OpenBMC.

This patchset is based on the Arbel NPCM8XX BMC 5.19 kernel patchsets
https://lore.kernel.org/lkml/20220713132640.215916-1-tmaimon77@gmail.com/T/
https://lore.kernel.org/lkml/CAP6Zq1haOErfj2HZkqKwXZKr3+QvWP2VYK6QQOH5cjHYJ2rV0w@mail.gmail.com/T/
https://www.spinics.net/lists/linux-spi/msg33893.html

Tomer Maimon (7):
  dt-bindings: iio: adc: npcm: Add npcm845 compatible string
  iio: adc: npcm: Add NPCM8XX support
  dt-bindings: ipmi: Add npcm845 compatible
  char: ipmi: modify NPCM KCS configuration
  spi: npcm-fiu: Modify direct read dummy configuration
  dt-binding: spi: Add npcm845 compatible to npcm-fiu document
  spi: npcm-fiu: Add NPCM8XX support

 .../bindings/iio/adc/nuvoton,npcm750-adc.yaml |   7 +-
 .../bindings/ipmi/npcm7xx-kcs-bmc.txt         |   5 +-
 .../bindings/spi/nuvoton,npcm-fiu.txt         |  13 +-
 drivers/char/ipmi/Kconfig                     |   2 +-
 drivers/iio/adc/npcm_adc.c                    | 147 +++++++++++-------
 drivers/spi/spi-npcm-fiu.c                    |  36 ++++-
 6 files changed, 138 insertions(+), 72 deletions(-)