From: "Heiko Stübner" <heiko@sntech.de>
To: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Doug Anderson <dianders@chromium.org>,
Kukjin Kim <kgene.kim@samsung.com>,
Olof Johansson <olof@lixom.net>,
Stephen Warren <swarren@wwwdotorg.org>,
Thomas Abraham <thomas.abraham@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Prathyush K <prathyush.k@samsung.com>,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] pinctrl: samsung: fix suspend/resume functionality
Date: Thu, 16 May 2013 23:19:47 +0200 [thread overview]
Message-ID: <201305162319.48168.heiko@sntech.de> (raw)
In-Reply-To: <1944811.006SLH6aYj@flatron>
Am Donnerstag, 16. Mai 2013, 21:19:20 schrieb Tomasz Figa:
[...]
> > +
> > + if (type->fld_width[PINCFG_TYPE_CON_PDN]) {
> > + bank->pm_save.conpdn = readl(reg +
> > + type->reg_offset[PINCFG_TYPE_CON_PDN]);
> > + bank->pm_save.pudpdn = readl(reg +
> > + type->reg_offset[PINCFG_TYPE_PUD_PDN]);
> > + }
>
> I wonder if you couldn't do all the saving here in a single loop over all
> pin control types, like:
>
> unsigned int offsets = bank->type->reg_offsets;
> unsigned int widths = bank->type->fld_width;
>
> for (i = 0; i < PINCFG_TYPE_NUM; ++i)
> if (widths[i])
> bank->pm_save[i] = readl(reg + offsets[i]);
>
> The only thing not handled by this loop is second CON registers in banks
> with two of them. I can't think of any better solution for this other than
> just adding a special case after the loop.
doing this in the loop over the pinctrl types like Tomasz suggests, also
nicely fixes the problem of s3c24xx [0] only having FUNC, DAT and PUD and some
(gpa) not even having the PUD, which was not checked in the original patch.
Heiko
[0] patch is with Kgene currently, so should make it into 3.11
next prev parent reply other threads:[~2013-05-16 21:20 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 17:12 [PATCH 0/2] Fix suspend/resume issues created by pinmux on exynos Doug Anderson
2013-05-16 17:12 ` [PATCH 1/2] pinctrl: samsung: fix suspend/resume functionality Doug Anderson
2013-05-16 19:19 ` Tomasz Figa
2013-05-16 20:32 ` Doug Anderson
2013-05-16 21:27 ` Tomasz Figa
2013-05-16 21:51 ` Doug Anderson
2013-05-16 22:08 ` Tomasz Figa
2013-05-16 22:30 ` Heiko Stübner
2013-05-16 22:56 ` Tomasz Figa
2013-05-16 23:10 ` Doug Anderson
2013-05-16 23:55 ` Doug Anderson
2013-05-16 21:19 ` Heiko Stübner [this message]
2013-05-16 17:12 ` [PATCH 2/2] pinctrl: exynos: fix eint wakeup by using irq_set_wake() Doug Anderson
2013-05-16 19:26 ` Tomasz Figa
2013-05-16 22:25 ` Doug Anderson
2013-05-16 22:37 ` Tomasz Figa
2013-05-16 23:49 ` Doug Anderson
2013-05-16 23:19 ` [PATCH v2] pinctrl: samsung: fix suspend/resume functionality Doug Anderson
2013-05-17 4:33 ` [PATCH v3] " Doug Anderson
2013-05-17 14:38 ` Tomasz Figa
2013-05-20 11:47 ` Linus Walleij
2013-05-20 14:59 ` Doug Anderson
2013-05-20 16:16 ` Kukjin Kim
2013-05-21 6:26 ` Olof Johansson
2013-05-21 11:21 ` Linus Walleij
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=201305162319.48168.heiko@sntech.de \
--to=heiko@sntech.de \
--cc=dianders@chromium.org \
--cc=kgene.kim@samsung.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=prathyush.k@samsung.com \
--cc=swarren@wwwdotorg.org \
--cc=thomas.abraham@linaro.org \
--cc=tomasz.figa@gmail.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