From: Cyril Bur <cyrilbur@gmail.com>
To: "Cédric Le Goater" <clg@kaod.org>, openbmc@lists.ozlabs.org
Subject: Re: [PATCH linux dev-4.7 0/8] BT driver sync up
Date: Thu, 03 Nov 2016 11:30:11 +1100 [thread overview]
Message-ID: <1478133011.728.5.camel@gmail.com> (raw)
In-Reply-To: <1477465067-19034-1-git-send-email-clg@kaod.org>
On Wed, 2016-10-26 at 08:57 +0200, 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.
>
Tested this series with patched btbridge on palmetto, host comes up
with no problems.
> 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%)
>
next prev parent reply other threads:[~2016-11-03 0:30 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Cyril Bur [this message]
2016-11-10 9:13 ` [PATCH linux dev-4.7 0/8] BT driver sync up 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478133011.728.5.camel@gmail.com \
--to=cyrilbur@gmail.com \
--cc=clg@kaod.org \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.