All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipmi: bt: Add ast2600 compatible string
@ 2021-09-03  1:53 ` Joel Stanley
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2021-09-03  1:53 UTC (permalink / raw)
  To: Corey Minyard
  Cc: openipmi-developer, Rob Herring, devicetree, linux-arm-kernel,
	Andrew Jeffery

The AST2600 has the same register set as the previous generation SoCs.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
 drivers/char/ipmi/bt-bmc.c                                       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
index 028268fd99ee..c9902fd4b38b 100644
--- a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
+++ b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
@@ -9,6 +9,7 @@ Required properties:
 - compatible : should be one of
 	"aspeed,ast2400-ibt-bmc"
 	"aspeed,ast2500-ibt-bmc"
+	"aspeed,ast2600-ibt-bmc"
 - reg: physical address and size of the registers
 
 Optional properties:
diff --git a/drivers/char/ipmi/bt-bmc.c b/drivers/char/ipmi/bt-bmc.c
index 6e3d247b55d1..d16516be9ac9 100644
--- a/drivers/char/ipmi/bt-bmc.c
+++ b/drivers/char/ipmi/bt-bmc.c
@@ -508,6 +508,7 @@ static int bt_bmc_remove(struct platform_device *pdev)
 static const struct of_device_id bt_bmc_match[] = {
 	{ .compatible = "aspeed,ast2400-ibt-bmc" },
 	{ .compatible = "aspeed,ast2500-ibt-bmc" },
+	{ .compatible = "aspeed,ast2600-ibt-bmc" },
 	{ },
 };
 
-- 
2.33.0


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

* [PATCH] ipmi: bt: Add ast2600 compatible string
@ 2021-09-03  1:53 ` Joel Stanley
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2021-09-03  1:53 UTC (permalink / raw)
  To: Corey Minyard
  Cc: openipmi-developer, Rob Herring, devicetree, linux-arm-kernel,
	Andrew Jeffery

The AST2600 has the same register set as the previous generation SoCs.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
 drivers/char/ipmi/bt-bmc.c                                       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
index 028268fd99ee..c9902fd4b38b 100644
--- a/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
+++ b/Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
@@ -9,6 +9,7 @@ Required properties:
 - compatible : should be one of
 	"aspeed,ast2400-ibt-bmc"
 	"aspeed,ast2500-ibt-bmc"
+	"aspeed,ast2600-ibt-bmc"
 - reg: physical address and size of the registers
 
 Optional properties:
diff --git a/drivers/char/ipmi/bt-bmc.c b/drivers/char/ipmi/bt-bmc.c
index 6e3d247b55d1..d16516be9ac9 100644
--- a/drivers/char/ipmi/bt-bmc.c
+++ b/drivers/char/ipmi/bt-bmc.c
@@ -508,6 +508,7 @@ static int bt_bmc_remove(struct platform_device *pdev)
 static const struct of_device_id bt_bmc_match[] = {
 	{ .compatible = "aspeed,ast2400-ibt-bmc" },
 	{ .compatible = "aspeed,ast2500-ibt-bmc" },
+	{ .compatible = "aspeed,ast2600-ibt-bmc" },
 	{ },
 };
 
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
  2021-09-03  1:53 ` Joel Stanley
@ 2021-09-07 19:09   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-09-07 19:09 UTC (permalink / raw)
  To: Joel Stanley
  Cc: openipmi-developer, Rob Herring, Andrew Jeffery,
	linux-arm-kernel, Corey Minyard, devicetree

On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> The AST2600 has the same register set as the previous generation SoCs.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
>  drivers/char/ipmi/bt-bmc.c                                       | 1 +
>  2 files changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
@ 2021-09-07 19:09   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-09-07 19:09 UTC (permalink / raw)
  To: Joel Stanley
  Cc: openipmi-developer, Rob Herring, Andrew Jeffery,
	linux-arm-kernel, Corey Minyard, devicetree

On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> The AST2600 has the same register set as the previous generation SoCs.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
>  drivers/char/ipmi/bt-bmc.c                                       | 1 +
>  2 files changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
  2021-09-07 19:09   ` Rob Herring
@ 2021-10-07  6:37     ` Joel Stanley
  -1 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2021-10-07  6:37 UTC (permalink / raw)
  To: Rob Herring, Corey Minyard
  Cc: openipmi-developer, Andrew Jeffery, Linux ARM, devicetree

On Tue, 7 Sept 2021 at 19:09, Rob Herring <robh@kernel.org> wrote:
>
> On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> > The AST2600 has the same register set as the previous generation SoCs.
> >
> > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > ---
> >  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
> >  drivers/char/ipmi/bt-bmc.c                                       | 1 +
> >  2 files changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

Corey, can you please merge this one?

Cheers,

Joel

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
@ 2021-10-07  6:37     ` Joel Stanley
  0 siblings, 0 replies; 8+ messages in thread
From: Joel Stanley @ 2021-10-07  6:37 UTC (permalink / raw)
  To: Rob Herring, Corey Minyard
  Cc: openipmi-developer, Andrew Jeffery, Linux ARM, devicetree

On Tue, 7 Sept 2021 at 19:09, Rob Herring <robh@kernel.org> wrote:
>
> On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> > The AST2600 has the same register set as the previous generation SoCs.
> >
> > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > ---
> >  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
> >  drivers/char/ipmi/bt-bmc.c                                       | 1 +
> >  2 files changed, 2 insertions(+)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

Corey, can you please merge this one?

Cheers,

Joel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
  2021-10-07  6:37     ` Joel Stanley
@ 2021-10-07 19:03       ` Corey Minyard
  -1 siblings, 0 replies; 8+ messages in thread
From: Corey Minyard @ 2021-10-07 19:03 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Rob Herring, openipmi-developer, Andrew Jeffery, Linux ARM, devicetree

On Thu, Oct 07, 2021 at 06:37:00AM +0000, Joel Stanley wrote:
> On Tue, 7 Sept 2021 at 19:09, Rob Herring <robh@kernel.org> wrote:
> >
> > On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> > > The AST2600 has the same register set as the previous generation SoCs.
> > >
> > > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > > ---
> > >  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
> > >  drivers/char/ipmi/bt-bmc.c                                       | 1 +
> > >  2 files changed, 2 insertions(+)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> Corey, can you please merge this one?

Ok, it's in my linux-next branch.

Thanks,

-corey

> 
> Cheers,
> 
> Joel

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

* Re: [PATCH] ipmi: bt: Add ast2600 compatible string
@ 2021-10-07 19:03       ` Corey Minyard
  0 siblings, 0 replies; 8+ messages in thread
From: Corey Minyard @ 2021-10-07 19:03 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Rob Herring, openipmi-developer, Andrew Jeffery, Linux ARM, devicetree

On Thu, Oct 07, 2021 at 06:37:00AM +0000, Joel Stanley wrote:
> On Tue, 7 Sept 2021 at 19:09, Rob Herring <robh@kernel.org> wrote:
> >
> > On Fri, 03 Sep 2021 11:23:14 +0930, Joel Stanley wrote:
> > > The AST2600 has the same register set as the previous generation SoCs.
> > >
> > > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > > ---
> > >  .../devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt          | 1 +
> > >  drivers/char/ipmi/bt-bmc.c                                       | 1 +
> > >  2 files changed, 2 insertions(+)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> Corey, can you please merge this one?

Ok, it's in my linux-next branch.

Thanks,

-corey

> 
> Cheers,
> 
> Joel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-07 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  1:53 [PATCH] ipmi: bt: Add ast2600 compatible string Joel Stanley
2021-09-03  1:53 ` Joel Stanley
2021-09-07 19:09 ` Rob Herring
2021-09-07 19:09   ` Rob Herring
2021-10-07  6:37   ` Joel Stanley
2021-10-07  6:37     ` Joel Stanley
2021-10-07 19:03     ` Corey Minyard
2021-10-07 19:03       ` Corey Minyard

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.