[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130301192212.GA379@the-dreams.de>
Date: Fri, 1 Mar 2013 20:22:13 +0100
From: Wolfram Sang <wsa@...-dreams.de>
To: Doug Anderson <dianders@...omium.org>
Cc: linux-i2c@...r.kernel.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Kukjin Kim <kgene.kim@...sung.com>,
Olof Johansson <olof@...om.net>,
Thomas Abraham <thomas.abraham@...aro.org>,
Padmavathi Venna <padma.v@...sung.com>,
Ben Dooks <ben-linux@...ff.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
Haojian Zhuang <haojian.zhuang@...il.com>,
Arnd Bergmann <arnd@...db.de>,
Sylwester Nawrocki <sylvester.nawrocki@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 1/2] i2c-core: dt: Pick i2c bus number from i2c alias
if present
On Fri, Mar 01, 2013 at 08:57:31AM -0800, Doug Anderson wrote:
> This allows you to get the equivalent functionality of
> i2c_add_numbered_adapter() with all data in the device tree and no
> special case code in your driver. This is a common device tree
> technique.
>
> For quick reference, the FDT syntax for using an alias to provide an
> ID looks like:
> aliases {
> i2c0 = &i2c_0;
> i2c1 = &i2c_1;
> };
>
> Signed-off-by: Doug Anderson <dianders@...omium.org>
Thanks, applied. I'll try to get it into 3.9.
> + /* Handled by wrappers */
> + if (WARN_ON(adap->nr == -1))
> + return -EINVAL;
I removed this check, though. We know our callers, all static.
Thanks,
Wolfram
--
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