[PATCH linux dev-4.7 0/8] BT driver sync up
Cédric Le Goater
clg at kaod.org
Thu Nov 10 20:13:21 AEDT 2016
Joel,
On 10/26/2016 08:57 AM, Cédric Le Goater wrote:
> 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.
So please drop these two patches. This is too early.
I will send later an interesting fix from Corey which handles
concurrent reads and writes a little better than we do today.
But after this is all merged.
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%)
>
More information about the openbmc
mailing list