From: "Yakovlev, Georgy" <Georgy.Yakovlev@sony.com>
To: "lee@kernel.org" <lee@kernel.org>,
"sanastasio@raptorengineering.com"
<sanastasio@raptorengineering.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"tpearson@raptorengineering.com" <tpearson@raptorengineering.com>
Subject: Re: [PATCH v2 2/2] mfd: sie-cronos-cpld: Add driver for Sony Cronos CPLD
Date: Thu, 7 Dec 2023 18:16:40 +0000 [thread overview]
Message-ID: <5de86b5611a30adbd026bdfa6b19e2c6420ea73c.camel@sony.com> (raw)
In-Reply-To: <20231207152041.GF8867@google.com>
On Thu, 2023-12-07 at 15:20 +0000, Lee Jones wrote:
> On Tue, 28 Nov 2023, Shawn Anastasio wrote:
>
> > From: Timothy Pearson <tpearson@raptorengineering.com>
> >
> > The Sony Cronos Platform Controller CPLD is a multi-purpose
> > platform
> > controller that provides both a watchdog timer and an LED
> > controller for
> > the Sony Interactive Entertainment Cronos x86 server platform. As
> > both
> > functions are provided by the same CPLD, a multi-function device is
> > exposed as the parent of both functions.
> >
> > Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
> > Signed-off-by: Shawn Anastasio <sanastasio@raptorengineering.com>
> > ---
> > Changes in v2:
> > - Change SIE to Sony (SIE's parent company) to be more consistent
> > with how other subsidiaries are treated in the kernel
> > - Fix build issue under !CONFIG_OF discovered by kernel test
> > robot
>
> Does this driver work without Device Tree?
>
> Why can't you just drop the of_match_ptr()?
>
> > by guarding definition of `cronos_cpld_dt_ids` as is done in
> > other
> > drivers.
> >
> > MAINTAINERS | 7 +
> > drivers/mfd/Kconfig | 11 +
> > drivers/mfd/Makefile | 1 +
> > drivers/mfd/sony-cronos-cpld.c | 591
> > ++++++++++++++++++++++
> > include/linux/mfd/sony/cronos/core.h | 17 +
> > include/linux/mfd/sony/cronos/registers.h | 59 +++
> > 6 files changed, 686 insertions(+)
> > create mode 100644 drivers/mfd/sony-cronos-cpld.c
> > create mode 100644 include/linux/mfd/sony/cronos/core.h
> > create mode 100644 include/linux/mfd/sony/cronos/registers.h
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6c4cce45a09d..623681826820 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -19932,6 +19932,13 @@ S: Maintained
> > F: drivers/ssb/
> > F: include/linux/ssb/
> >
> > +SONY CRONOS CPLD DRIVER
> > +M: Georgy Yakovlev <Georgy.Yakovlev@sony.com>
>
> Are they aware of this?
>
> They do not appear to be in the submission path.
Hello,
I'm aware, just watching and learning.
>
> > +S: Maintained
<rest snipped>
prev parent reply other threads:[~2023-12-07 18:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 21:00 [PATCH v2 0/2] Add driver for SIE Cronos control CPLD Shawn Anastasio
2023-11-28 21:00 ` [PATCH v2 1/2] dt-bindings: mfd: Add sony,cronos-cpld Shawn Anastasio
2023-11-29 9:23 ` Krzysztof Kozlowski
2023-11-30 23:03 ` Shawn Anastasio
2023-12-01 8:04 ` Krzysztof Kozlowski
2023-11-28 21:00 ` [PATCH v2 2/2] mfd: sie-cronos-cpld: Add driver for Sony Cronos CPLD Shawn Anastasio
2023-12-07 15:20 ` Lee Jones
2023-12-07 18:16 ` Yakovlev, Georgy [this message]
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=5de86b5611a30adbd026bdfa6b19e2c6420ea73c.camel@sony.com \
--to=georgy.yakovlev@sony.com \
--cc=devicetree@vger.kernel.org \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sanastasio@raptorengineering.com \
--cc=tpearson@raptorengineering.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®