[PATCH linux dev-4.7 0/4] SuperIO and Host Interface Controllers

Andrew Jeffery andrew at aj.id.au
Thu Nov 10 12:35:52 AEDT 2016


Hello,

This series adds some sysfs drivers exposing parts of the LPC controller. The
patches are pretty bare-bones in that they provide zero sanity checking and
leave decisions entirely to userspace. They're also slightly tedious, so I
expect (hope) their current form will be short-lived.

Cheers,

Andrew

Andrew Jeffery (4):
  misc: Expose Aspeed SuperIO scratch registers (SCRxSIO)
  misc: Add partial Aspeed LPC Host Interface Control (HIC) driver
  arm: aspeed: dt: Add SuperIO scratch register nodes
  arm: aspeed: dt: Add LPC Host Interface Controller nodes

 arch/arm/boot/dts/aspeed-g4.dtsi |  10 ++
 arch/arm/boot/dts/aspeed-g5.dtsi |  10 ++
 drivers/misc/Kconfig             |  14 +++
 drivers/misc/Makefile            |   2 +
 drivers/misc/aspeed-hic.c        | 198 +++++++++++++++++++++++++++++++++++++++
 drivers/misc/aspeed-scrsio.c     | 141 ++++++++++++++++++++++++++++
 6 files changed, 375 insertions(+)
 create mode 100644 drivers/misc/aspeed-hic.c
 create mode 100644 drivers/misc/aspeed-scrsio.c

-- 
2.9.3



More information about the openbmc mailing list