From: Barry Song <21cnbao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Wolfram Sang <ninja-8EAEigeeuNG034pCzgS/Qg7AFbiQbgqx@public.gmane.org>
Cc: khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org,
ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org,
w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
workgroup.linux-kQvG35nSl+M@public.gmane.org,
Zhiwu Song <Zhiwu.Song-kQvG35nSl+M@public.gmane.org>,
Xiangzhen Ye <Xiangzhen.Ye-kQvG35nSl+M@public.gmane.org>,
Yuping Luo <Yuping.Luo-kQvG35nSl+M@public.gmane.org>,
Barry Song <Baohua.Song-kQvG35nSl+M@public.gmane.org>
Subject: Re: [PATCH v5] I2C: add CSR SiRFprimaII on-chip I2C controllers driver
Date: Mon, 6 Feb 2012 10:20:36 +0800 [thread overview]
Message-ID: <CAGsJ_4zNjkLOs_A8H1-yteDTZodFGjh=3k9x0P-hmBb1w2q4vg@mail.gmail.com> (raw)
In-Reply-To: <CAGsJ_4yHn1M3s6CPezaW_jwOcsX6NuaZRHcNWX0qnSfhx30AHQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
>>> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
>>> index 3101dd5..a3c43fc 100644
>>> --- a/drivers/i2c/busses/Kconfig
>>> +++ b/drivers/i2c/busses/Kconfig
>>> @@ -618,6 +618,16 @@ config I2C_SH_MOBILE
>>> This driver can also be built as a module. If so, the module
>>> will be called i2c-sh_mobile.
>>>
>>> +config I2C_SIRF
>>> + tristate "CSR SiRFprimaII I2C interface"
>>> + depends on ARCH_PRIMA2
>>> + help
>>> + If you say yes to this option, support will be included for the
>>> + CSR SiRFprimaII I2C interface.
>>> +
>>> + This driver can also be built as a module. If so, the module
>>> + will be called i2c-sirf.
>>> +
>>
>> Sorting is broken, same with Makefile.
>
> sorry. i don't get this. I2C_SIRF have be placed in "I2C system bus
> drivers (mostly embedded / system-on-chip)" submenu and placed between
> "I2C_SH_MOBILE" and "I2C_SIMTEC".
> what is the problem?
>
Oh.... i was making some stupid mistake. i thought R is earlier than
M. in fact, it is L->M->N->O->P->Q->R, so move I2C_SIRF behind
"I2C_SIMTEC".
-barry
next prev parent reply other threads:[~2012-02-06 2:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-29 14:17 [PATCH v5] I2C: add CSR SiRFprimaII on-chip I2C controllers driver Barry Song
[not found] ` <1327846668-3053-1-git-send-email-21cnbao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-02-05 22:37 ` Wolfram Sang
[not found] ` <20120205223757.GA10680-8EAEigeeuNG034pCzgS/Qg7AFbiQbgqx@public.gmane.org>
2012-02-06 2:14 ` Barry Song
[not found] ` <CAGsJ_4yHn1M3s6CPezaW_jwOcsX6NuaZRHcNWX0qnSfhx30AHQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-06 2:20 ` Barry Song [this message]
2012-02-06 22:47 ` Wolfram Sang
[not found] ` <20120206224714.GB25703-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-02-07 8:47 ` Barry Song
[not found] ` <CAGsJ_4yJOg8XNfD=tgwPU_57BroBOBGvA428tG6_eUnYX2v8OQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-02-07 15:11 ` Wolfram Sang
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='CAGsJ_4zNjkLOs_A8H1-yteDTZodFGjh=3k9x0P-hmBb1w2q4vg@mail.gmail.com' \
--to=21cnbao-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=Baohua.Song-kQvG35nSl+M@public.gmane.org \
--cc=Xiangzhen.Ye-kQvG35nSl+M@public.gmane.org \
--cc=Yuping.Luo-kQvG35nSl+M@public.gmane.org \
--cc=Zhiwu.Song-kQvG35nSl+M@public.gmane.org \
--cc=ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org \
--cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ninja-8EAEigeeuNG034pCzgS/Qg7AFbiQbgqx@public.gmane.org \
--cc=w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=workgroup.linux-kQvG35nSl+M@public.gmane.org \
/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;
as well as URLs for NNTP newsgroup(s).