From: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
To: Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Cc: Kamal Dasu <kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
gregory.0xf0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
"Jayachandran C
<jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>;
bcm-kernel-feedback-list"
<bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Subject: Re: [V2 1/2] i2c: brcmstb: Add Broadcom settop SoC i2c controller driver
Date: Wed, 15 Apr 2015 09:50:56 +0200 [thread overview]
Message-ID: <20150415075056.GA1826@katana> (raw)
In-Reply-To: <552D7AF5.7040005-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
Hi Ray,
thanks for the review! I agree to all points except one minor thing:
> >> +#include <linux/device.h>
> >> +#include <linux/kernel.h>
> >> +#include <linux/module.h>
> >> +#include <linux/sched.h>
> >> +#include <linux/i2c.h>
> >> +#include <linux/interrupt.h>
> >> +#include <linux/platform_device.h>
> >> +#include <linux/clk.h>
> >> +#include <linux/io.h>
> >> +#include <linux/clk.h>
> >> +#include <linux/slab.h>
> >> +#include <linux/version.h>
> >> +#include <linux/delay.h>
>
> Wolfram would prefer the includes to be sorted in alphabetic order
Sidenote: And one can see why here: clk.h is included twice.
> >> + adap->owner = THIS_MODULE;
>
> Not needed...
This is needed. It is not needed to set it with the platform_driver
struct, but for the adapter created, this is needed.
Thanks again,
Wolfram
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-04-15 7:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 20:01 [V2 1/2] i2c: brcmstb: Add Broadcom settop SoC i2c controller driver Kamal Dasu
[not found] ` <1428004866-13543-1-git-send-email-kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-02 20:01 ` [V2 2/2] dt-bindings: i2c: Add i2c-brcmstb dt bindings Kamal Dasu
2015-04-14 13:47 ` [V2 1/2] i2c: brcmstb: Add Broadcom settop SoC i2c controller driver Wolfram Sang
2015-04-14 20:39 ` Ray Jui
[not found] ` <552D7AF5.7040005-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-04-15 7:50 ` Wolfram Sang [this message]
2015-04-15 7:51 ` Ray Jui
2015-04-16 15:32 ` Kamal Dasu
2015-04-15 7:21 ` rajeev kumar
[not found] ` <CAA7nrtjWUZOBQiTr0YrZFmLOoAttyJ5gMxb+hR7jnz1HC51Buw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-15 7:53 ` Wolfram Sang
2015-04-16 16:10 ` Kamal Dasu
[not found] ` <CAC=U0a3OXKBSUeRnbsXZ2J7snhRzhGAFctvzjwg=o90w59oNHg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-17 5:52 ` rajeev kumar
[not found] ` <CAA7nrtjyVXkMYTL8AWMMp1peZ0TGMwYtYhRxrTrBH3kyZzi1tw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-17 6:56 ` rajeev kumar
2015-04-17 17:12 ` Florian Fainelli
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=20150415075056.GA1826@katana \
--to=wsa-z923lk4zbo2bacvfa/9k2g@public.gmane.org \
--cc=bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org \
--cc=f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=gregory.0xf0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rjui-dY08KVG/lbpWk0Htik3J/w@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).