All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.7 0/8] BT driver sync up
@ 2016-10-26  6:57 Cédric Le Goater
  2016-10-26  6:57 ` [PATCH linux dev-4.7 1/8] Revert "misc: Add Aspeed BT IPMI host driver" Cédric Le Goater
                   ` (9 more replies)
  0 siblings, 10 replies; 31+ messages in thread
From: Cédric Le Goater @ 2016-10-26  6:57 UTC (permalink / raw)
  To: openbmc

Hello,

Here is a serie syncing the OpenBMC kernel with the BT driver merged
in mainline linux. This kernel needs an updated version of btbridged :

     https://github.com/legoater/btbridge/commits/master

The last two patches add a request expiry list and some configuration
through sysfs. These are for review only as they need to be sent to
mainline first.

Thanks,

C.

Cédric Le Goater (8):
  Revert "misc: Add Aspeed BT IPMI host driver"
  ARM: aspeed: remove previous definitions in default config
  ARM: dts: aspeed: remove previous iBT definitions
  ipmi: add an Aspeed BT IPMI BMC driver
  ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC
  ARM: dts: aspeed: Enable BT IPMI BMC device
  ipmi: maintain a request expiry list
  ipmi: add a sysfs file for configure maximum response time

 .../bindings/char/ipmi/aspeed,ast2400-bt-bmc.txt   |  23 +
 arch/arm/boot/dts/aspeed-g4.dtsi                   |   2 +-
 arch/arm/boot/dts/aspeed-g5.dtsi                   |   2 +-
 arch/arm/configs/aspeed_g4_defconfig               |   2 +-
 arch/arm/configs/aspeed_g5_defconfig               |   2 +-
 drivers/Makefile                                   |   2 +-
 drivers/char/ipmi/Kconfig                          |   8 +
 drivers/char/ipmi/Makefile                         |   1 +
 drivers/char/ipmi/bt-bmc.c                         | 668 +++++++++++++++++++++
 drivers/misc/Kconfig                               |   5 -
 drivers/misc/Makefile                              |   1 -
 drivers/misc/bt-host.c                             | 427 -------------
 include/uapi/linux/Kbuild                          |   2 +-
 include/uapi/linux/{bt-host.h => bt-bmc.h}         |  12 +-
 14 files changed, 712 insertions(+), 445 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/char/ipmi/aspeed,ast2400-bt-bmc.txt
 create mode 100644 drivers/char/ipmi/bt-bmc.c
 delete mode 100644 drivers/misc/bt-host.c
 rename include/uapi/linux/{bt-host.h => bt-bmc.h} (55%)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-10 12:13 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26  6:57 [PATCH linux dev-4.7 0/8] BT driver sync up Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 1/8] Revert "misc: Add Aspeed BT IPMI host driver" Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 2/8] ARM: aspeed: remove previous definitions in default config Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 3/8] ARM: dts: aspeed: remove previous iBT definitions Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 4/8] ipmi: add an Aspeed BT IPMI BMC driver Cédric Le Goater
2016-11-02  0:00   ` Joel Stanley
2016-11-02  7:08     ` Cédric Le Goater
2016-11-03  0:56   ` Cyril Bur
2016-11-03  2:46     ` Joel Stanley
2016-11-03  2:48       ` Cyril Bur
2016-10-26  6:57 ` [PATCH linux dev-4.7 5/8] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 6/8] ARM: dts: aspeed: Enable BT IPMI BMC device Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 7/8] ipmi: maintain a request expiry list Cédric Le Goater
2016-11-03  0:26   ` Cyril Bur
2016-11-03  9:06     ` Cédric Le Goater
2016-11-10  7:53       ` Cédric Le Goater
2016-11-03 18:23     ` Patrick Williams
2016-11-03 18:46       ` Cédric Le Goater
2016-11-04  1:55         ` Patrick Williams
2016-11-04  8:09           ` Cédric Le Goater
2016-11-04 18:22             ` Brendan Higgins
2016-11-07  5:25               ` Cédric Le Goater
2016-11-07 15:02                 ` Patrick Williams
2016-11-07 19:29                   ` Brendan Higgins
2016-11-08  9:58                     ` Cédric Le Goater
2016-10-26  6:57 ` [PATCH linux dev-4.7 8/8] ipmi: add a sysfs file for configure maximum response time Cédric Le Goater
2016-11-03  0:30 ` [PATCH linux dev-4.7 0/8] BT driver sync up Cyril Bur
2016-11-10  9:13 ` Cédric Le Goater
2016-11-10 11:33   ` Joel Stanley
2016-11-10 12:04     ` Cédric Le Goater
2016-11-10 12:11       ` Joel Stanley

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.