linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: aspeed: add support for the BT IPMI host device
@ 2016-08-31 17:24 Cédric Le Goater
  2016-08-31 17:24 ` [PATCH 1/3] misc: Add Aspeed BT IPMI host driver Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Cédric Le Goater @ 2016-08-31 17:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This serie adds support for the BT IPMI host device on Aspeed SoCs
ast2400 and ast2500. 

Cheers,

C.

Alistair Popple (1):
  misc: Add Aspeed BT IPMI host driver

C?dric Le Goater (2):
  ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_HOST
  ARM: dts: aspeed: Enable BT IPMI host device

 .../devicetree/bindings/misc/aspeed,bt-host.txt    |  19 +
 arch/arm/boot/dts/aspeed-g4.dtsi                   |   6 +
 arch/arm/boot/dts/aspeed-g5.dtsi                   |   6 +
 arch/arm/configs/aspeed_g4_defconfig               |   1 +
 arch/arm/configs/aspeed_g5_defconfig               |   1 +
 drivers/misc/Kconfig                               |   5 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/bt-host.c                             | 433 +++++++++++++++++++++
 include/uapi/linux/Kbuild                          |   1 +
 include/uapi/linux/bt-host.h                       |  18 +
 10 files changed, 491 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/aspeed,bt-host.txt
 create mode 100644 drivers/misc/bt-host.c
 create mode 100644 include/uapi/linux/bt-host.h

-- 
2.7.4

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

end of thread, other threads:[~2016-09-15 12:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 17:24 [PATCH 0/3] ARM: aspeed: add support for the BT IPMI host device Cédric Le Goater
2016-08-31 17:24 ` [PATCH 1/3] misc: Add Aspeed BT IPMI host driver Cédric Le Goater
2016-08-31 19:57   ` Arnd Bergmann
2016-09-02 13:22     ` Cédric Le Goater
2016-09-12 18:55       ` Corey Minyard
2016-09-12 19:15         ` Arnd Bergmann
2016-09-12 20:33           ` Corey Minyard
2016-09-12 21:23             ` Cédric Le Goater
2016-09-12 22:06               ` Corey Minyard
2016-09-15  6:51             ` Cédric Le Goater
2016-09-15 12:23               ` Corey Minyard
2016-08-31 17:24 ` [PATCH 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_HOST Cédric Le Goater
2016-08-31 17:24 ` [PATCH 3/3] ARM: dts: aspeed: Enable BT IPMI host device Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).