u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Cc: Balamanikandan Gunasundar
	<balamanikandan.gunasundar@microchip.com>,
	u-boot@lists.denx.de, sandeep.sheriker@microchip.com,
	eugen.hristev@microchip.com, dario.binacchi@amarulasolutions.com,
	mihai.sain@microchip.com, sergiu.moga@microchip.com,
	claudiu.beznea@microchip.com, hs@denx.de,
	tudor.ambarus@microchip.com, sjg@chromium.org, ascull@google.com,
	kettenis@openbsd.org, jh80.chung@samsung.com, peng.fan@nxp.com,
	ye.li@nxp.com, hari.prasathge@microchip.com
Subject: Re: [PATCH v2 5/9] mfd: syscon: atmel-smc: Add driver for atmel SMC
Date: Fri, 30 Sep 2022 10:00:52 -0400	[thread overview]
Message-ID: <20220930140052.GS3044094@bill-the-cat> (raw)
In-Reply-To: <CAOf5uwnXREtWDoeXnDwPqercrO_BfykE+uT4+4eRL2MousjctA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

On Fri, Sep 30, 2022 at 01:02:44PM +0200, Michael Nazzareno Trimarchi wrote:
> Hi Tom
> 
> On Wed, Aug 31, 2022 at 2:53 PM Michael Nazzareno Trimarchi
> <michael@amarulasolutions.com> wrote:
> >
> > Hi
> >
> > On Mon, Aug 29, 2022 at 8:20 AM Balamanikandan Gunasundar
> > <balamanikandan.gunasundar@microchip.com> wrote:
> > >
> > > Add driver for atmel Static Memory Controller. Add helper functions to
> > > configure SMC. This file is inherited from the work done by Boris
> > > Brezillon for Linux
> > >
> >
> > This does not look like a driver.Those are helper functions. Now I
> > have no objections
> > to put it here but it will be the first one under mfd.
> >
> > I think linux commit message subject give more an idea on what exactly it is
> >
> > mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation
> >
> 
> Apart dts things in those patches, It's nice to know if adding mfd in
> uboot it's fine for you. At the moment
> this new file has only helper and it's not a driver. It's in same
> place in linux kernel

Yes, I think this makes sense.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2022-09-30 14:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29  6:19 [PATCH v2 0/9] Add DM support for atmel NAND driver Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 1/9] nand: atmel: Add DM based " Balamanikandan Gunasundar
2022-09-05  8:55   ` Eugen.Hristev
2022-08-29  6:19 ` [PATCH v2 2/9] nand: atmel: Add pmecc driver Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 3/9] mfd: syscon: Add atmel-matrix registers definition Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 4/9] memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 5/9] mfd: syscon: atmel-smc: Add driver for atmel SMC Balamanikandan Gunasundar
2022-08-31 12:53   ` Michael Nazzareno Trimarchi
2022-09-30 11:02     ` Michael Nazzareno Trimarchi
2022-09-30 14:00       ` Tom Rini [this message]
2022-08-29  6:19 ` [PATCH v2 6/9] configs: at91: sam9x60ek: Enable DM based nand driver Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 7/9] ARM: dts: at91: sam9x60: Add nodes for EBI and NAND Balamanikandan Gunasundar
2022-08-29  6:19 ` [PATCH v2 8/9] ARM: dts: at91: sam9x60ek: Enable NAND support Balamanikandan Gunasundar
2022-08-31 13:14   ` Michael Nazzareno Trimarchi
2022-08-31 13:31     ` Eugen.Hristev
2022-08-31 14:19       ` Michael Nazzareno Trimarchi
2022-09-01  5:57         ` Eugen.Hristev
2022-09-20  8:41           ` Dario Binacchi
2022-08-29  6:19 ` [PATCH v2 9/9] board: sam9x60ek: remove nand init from board file Balamanikandan Gunasundar
2022-08-29  6:41 ` [PATCH v2 0/9] Add DM support for atmel NAND driver Michael Nazzareno Trimarchi
2022-08-30  2:30   ` Simon Glass
2022-08-31  6:34     ` Eugen.Hristev
2022-08-31  6:37       ` Michael Nazzareno Trimarchi
2022-08-31 13:46       ` Simon Glass

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=20220930140052.GS3044094@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=ascull@google.com \
    --cc=balamanikandan.gunasundar@microchip.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=eugen.hristev@microchip.com \
    --cc=hari.prasathge@microchip.com \
    --cc=hs@denx.de \
    --cc=jh80.chung@samsung.com \
    --cc=kettenis@openbsd.org \
    --cc=michael@amarulasolutions.com \
    --cc=mihai.sain@microchip.com \
    --cc=peng.fan@nxp.com \
    --cc=sandeep.sheriker@microchip.com \
    --cc=sergiu.moga@microchip.com \
    --cc=sjg@chromium.org \
    --cc=tudor.ambarus@microchip.com \
    --cc=u-boot@lists.denx.de \
    --cc=ye.li@nxp.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;
as well as URLs for NNTP newsgroup(s).