lkml.org 
[lkml]   [2014]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 2/4] pinctrl: Add NVIDIA Tegra XUSB pad controller support
On Wed, Jun 11, 2014 at 01:23:59PM -0700, Andrew Bresticker wrote:
> On Tue, Jun 10, 2014 at 4:11 AM, Thierry Reding <thierry.reding@gmail.com> wrote:
[...]
> > +static int tegra_xusb_padctl_pinconf_group_set(struct pinctrl_dev *pinctrl,
> > + unsigned int group,
> > + unsigned long *configs,
> > + unsigned int num_configs)
> > +{
> > + struct tegra_xusb_padctl *padctl = pinctrl_dev_get_drvdata(pinctrl);
> > + const struct tegra_xusb_padctl_lane *lane;
> > + enum tegra_xusb_padctl_param param;
> > + unsigned int i;
> > + u32 value;
> > +
> > + lane = &padctl->soc->lanes[group];
> > +
> > + for (i = 0; i < num_configs; i++) {
> > + param = TEGRA_XUSB_PADCTL_UNPACK_PARAM(configs[i]);
> > + value = TEGRA_XUSB_PADCTL_UNPACK_VALUE(configs[i]);
> > +
> > + switch (param) {
> > + case TEGRA_XUSB_PADCTL_IDDQ:
> > + value = padctl_readl(padctl, lane->offset);
>
> This overwrites the configuration value - probably want to use a
> separate variable for the register value.

Good catch, thanks.

Thierry
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-06-12 10:21    [W:0.099 / U:0.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site