From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Henri Chain <henri.chain@eleves.ec-nantes.fr>
Cc: thomas.petazzoni@free-electrons.com, devel@driverdev.osuosl.org,
gregkh@linuxfoundation.org, noralf@tronnes.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller
Date: Tue, 14 Jul 2015 11:26:07 +0530 [thread overview]
Message-ID: <20150714055607.GA18815@sudip-PC> (raw)
In-Reply-To: <1436837172-8155-1-git-send-email-henri.chain@eleves.ec-nantes.fr>
On Tue, Jul 14, 2015 at 03:26:12AM +0200, Henri Chain wrote:
> This is a driver chip for 240x160 4-bit greyscale LCDs.
> It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been
> tested. (It also has a 6800 or 8080-style parallel interface, but I have
> not included support for it.)
>
> Signed-off-by: Henri Chain <henri.chain@eleves.ec-nantes.fr>
> ---
<snip>
> +}
> +
> +static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
> +{
> + fbtft_par_dbg(DEBUG_SET_ADDR_WIN, par,
> + "%s(xs=%d, ys=%d, xe=%d, ye=%d)\n", __func__, xs, ys, xe, ye);
checkpatch complains:
Alignment should match open parenthesis.
regards
sudip
next prev parent reply other threads:[~2015-07-14 5:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 1:26 [PATCH] Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller Henri Chain
2015-07-14 5:56 ` Sudip Mukherjee [this message]
2015-07-14 12:04 ` Henri Chain
2015-07-14 12:42 ` Sudip Mukherjee
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=20150714055607.GA18815@sudip-PC \
--to=sudipm.mukherjee@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=henri.chain@eleves.ec-nantes.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=noralf@tronnes.org \
--cc=thomas.petazzoni@free-electrons.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.