From: Simon Budig <simon.budig@kernelconcepts.de>
To: agust@denx.de
Cc: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com,
Ilya Yanok <yanok@emcraft.com>
Subject: Re: [PATCH v2] Touchscreen driver for FT5x06 based EDT displays
Date: Thu, 15 Dec 2011 14:41:59 +0100 [thread overview]
Message-ID: <4EE9F927.7070609@kernelconcepts.de> (raw)
In-Reply-To: <20111215131727.83266xhan7tbcl8g@webmail.mnet-online.de>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12/15/2011 01:17 PM, agust@denx.de wrote:
> My understanding is that CodingStyle insists on tabs for
> indentation and tabs are always 8 characters wide. Additional
> indentation for alignment of function arguments is done by
> spaces, i.e.:
>
> <tab>function(arg1,
> <tab><tab> arg2);
Hrm, in my perception arg2 should be on the same indentation level as
function(, since it is within the same block.
Anyway, I'll ignore the whitespace complaints of checkpatch.pl for now.
I am then down to three warnings about >80 character lines, which are
not easy to fix.
However, when trying my patch against the latest mainline it complains
about an implicit declaration of function irq_to_gpio().
I understand that irq_to_gpio() is a potentially nasty thing to do and
that there has been some cleanup. But I am unsure how to fix this:
Currently I use the .irq field of the i2c_board_info struct to define
the irq to respond to. I expect this to be a gpio irq and hence use
irq_to_gpio to configure the resp. gpio as input.
If I am not supposed to use irq_to_gpio, then how do I solve this?
* expect the board file to set up the resp. GPIO direction?
or
* use an entry in my platform data (next to the reset pin) for the gpio
number and then try to map this to an irq number?
or did I miss the best solution?
Thanks,
Simon
- --
Simon Budig kernel concepts GmbH
simon.budig@kernelconcepts.de Sieghuetter Hauptweg 48
+49-271-771091-17 D-57072 Siegen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7p+SYACgkQO2O/RXesiHB0FwCdEyxPVx+yQx8lVmP7cXdWwk14
KhwAn2uR935Ev8Ej1Q2GdEcV95RwA+lc
=GsVE
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-12-15 13:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-29 15:52 [PATCH v2] Touchscreen driver for FT5x06 based EDT displays Simon Budig
2011-09-29 15:52 ` Simon Budig
2011-12-02 13:51 ` Anatolij Gustschin
2011-12-15 11:00 ` Simon Budig
2011-12-15 12:17 ` agust
2011-12-15 13:41 ` Simon Budig [this message]
2011-12-16 11:51 ` Anatolij Gustschin
2011-12-20 22:47 ` Ilya Yanok
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=4EE9F927.7070609@kernelconcepts.de \
--to=simon.budig@kernelconcepts.de \
--cc=agust@denx.de \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=yanok@emcraft.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.