All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Jia Hongtao-B38951 <B38951@freescale.com>
Cc: Wood Scott-B07421 <B07421@freescale.com>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	Li Yang-R58472 <r58472@freescale.com>
Subject: Re: [PATCH V4] powerpc/MPIC: Add get_version API both for internal and external use
Date: Tue, 9 Apr 2013 22:20:08 -0500	[thread overview]
Message-ID: <1365564008.29365.3@snotra> (raw)
In-Reply-To: <412C8208B4A0464FA894C5F0C278CD5D01C355B5@039-SN1MPN1-003.039d.mgd.msft.net> (from B38951@freescale.com on Tue Apr  9 22:14:06 2013)

On 04/09/2013 10:14:06 PM, Jia Hongtao-B38951 wrote:
>=20
>=20
> > -----Original Message-----
> > From: Wood Scott-B07421
> > Sent: Wednesday, April 10, 2013 11:12 AM
> > To: Jia Hongtao-B38951
> > Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org;
> > galak@kernel.crashing.org; Li Yang-R58472
> > Subject: Re: [PATCH V4] powerpc/MPIC: Add get_version API both for
> > internal and external use
> >
> > On 04/09/2013 10:10:37 PM, Jia Hongtao-B38951 wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Wood Scott-B07421
> > > > Sent: Wednesday, April 10, 2013 11:08 AM
> > > > To: Jia Hongtao-B38951
> > > > Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org;
> > > > galak@kernel.crashing.org; Li Yang-R58472
> > > > Subject: Re: [PATCH V4] powerpc/MPIC: Add get_version API both =20
> for
> > > > internal and external use
> > > >
> > > > On 04/09/2013 10:04:44 PM, Jia Hongtao-B38951 wrote:
> > > > > Since all the functions including mpic_alloc() and =20
> mpic_init() do
> > > the
> > > > > check for MPIC_FSL before using fsl_mpic_get_version() I'd =20
> like
> > > to add
> > > > > check just for fsl_mpic_primary_get_version().
> > > > >
> > > > > It will be like this:
> > > > > u32 fsl_mpic_primary_get_version(void)
> > > > > {
> > > > >         struct mpic *mpic =3D mpic_primary;
> > > > >
> > > > >         if (mpic && (mpic->flags & MPIC_FSL))
> > > > >                 return fsl_mpic_get_version(mpic);
> > > > >
> > > > >         return 0;
> > > > > }
> > > > >
> > > > > Could we reach an agreement here?
> > > >
> > > > Is there any particular reason?  It would be more robust and =20
> more
> > > > consistent if the check were done in fsl_mpic_get_version().
> > > >
> > > > -Scott
> > >
> > > I found out that all the functions using fsl_mpic_get_version() =20
> have
> > > already done the check. Adding the check in fsl_mpic_get_version()
> > > will cause duplicate check there. This is my consideration.
> >
> > Does that duplicate check cause any harm?
> >
> > -Scott
>=20
> No harm at all just not necessary.

Not *necessary*, but makes it more robust and more consistent.

> I wonder if I could add check in fsl_mpic_get_version() and remove =20
> all the
> check from functions in which using fsl_mpic_get_version()?

One of the two places that calls it is the place that maps thiscpuregs =20
in the first place, so no. :-)

The check in mpic_init() for the number of timers could perhaps have =20
the check removed if we're comfortable equating a version of zero with =20
a non-FSL MPIC.  This really isn't something that's worth worrying =20
about, though.

-Scott=

  reply	other threads:[~2013-04-10  3:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  2:01 [PATCH V4] powerpc/MPIC: Add get_version API both for internal and external use Jia Hongtao
2013-04-10  2:22 ` Jia Hongtao-B38951
2013-04-10  2:32 ` Scott Wood
2013-04-10  2:35   ` Jia Hongtao-B38951
2013-04-10  3:04   ` Jia Hongtao-B38951
2013-04-10  3:07     ` Scott Wood
2013-04-10  3:10       ` Jia Hongtao-B38951
2013-04-10  3:12         ` Scott Wood
2013-04-10  3:14           ` Jia Hongtao-B38951
2013-04-10  3:20             ` Scott Wood [this message]
2013-04-10  3:26               ` Jia Hongtao-B38951

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=1365564008.29365.3@snotra \
    --to=scottwood@freescale.com \
    --cc=B07421@freescale.com \
    --cc=B38951@freescale.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=r58472@freescale.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 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.