[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150120173130.22722.14385@quantum>
Date: Tue, 20 Jan 2015 09:31:30 -0800
From: Mike Turquette <mturquette@...aro.org>
To: Lee Jones <lee.jones@...aro.org>,
"Raymond Tan" <raymond.tan@...el.com>
Cc: "Samuel Ortiz" <sameo@...ux.intel.com>,
linux-kernel@...r.kernel.org, "Alvin Chen" <alvin.chen@...el.com>,
"Andriy Shevchenko" <andriy.shevchenko@...el.com>
Subject: Re: [PATCH v3 1/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO
MFD Driver
Quoting Lee Jones (2015-01-20 04:47:46)
> On Thu, 11 Dec 2014, Raymond Tan wrote:
> > + CLK_IS_ROOT, INTEL_QUARK_I2C_CLK_HZ);
> > +
> > + quark_mfd->i2c_clk_lookup = i2c_clk_lookup;
> > + quark_mfd->i2c_clk = i2c_clk;
> > +
> > + retval = clk_register_clkdevs(i2c_clk, i2c_clk_lookup,
> > + INTEL_QUARK_I2C_NCLK);
> > + if (retval)
> > + dev_err(&pdev->dev, "Fixed clk register failed: %d\n", retval);
> > +
> > + return retval;
> > +}
>
> I wouldn't mind a clk Ack on this. Did you Cc Mike already?
Yes he did and I just supplied it in a parallel thread.
Regards,
Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists