All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alberto Panizzo <maramaopercheseimorto@gmail.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"H Hartley Sweeten" <hartleys@visionengravers.com>,
	linux-input <linux-input@vger.kernel.org>,
	"Sascha linux-arm" <s.hauer@pengutronix.de>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	"Lothar Waßmann" <LW@KARO-electronics.de>
Subject: Re: [PATCH v5] input: MXC: add mxc-keypad driver to support the Keypad Port present in the mxc application processors family.
Date: Fri, 29 Jan 2010 23:02:23 +0100	[thread overview]
Message-ID: <1264802543.2975.17.camel@realization> (raw)
In-Reply-To: <20100129213727.GB21364@pengutronix.de>

On ven, 2010-01-29 at 22:37 +0100, Uwe Kleine-König wrote:
> Hello Alberto,
> 
> On Fri, Jan 29, 2010 at 10:18:46PM +0100, Alberto Panizzo wrote:
> > The MXC family of Application Processors is shipped with a Keypad Port
> would you mind to do s/MXC/IMX/ in your patch?  Currently both are used
> but we (=Sascha and me) will try to deprecate MXC.

For sure! and for what I can say I approve this plan.

> 
> > + * >>Power management need to be implemented<<.
> s/need/needs/ (or alternatively do it :-)  and maybe s/<<\./.<</ ?

hehe, power management is the next part. What I wont is to put the 
device running before the next merge window if it is possible and
then present all my work on mx31_3ds.


> 
> > [...]
> > +
> > +	/* The matrix is stable only if no changes are detected after
> > +	 * MXC_KEYPAD_SCANS_FOR_STABILITY scans */
> unusual format of the comment.
> 
> 	/*
> 	 * ...
> 	 * ...
> 	 */
> 
> is the most found way in the kernel for multi-line comments.

Only a way to compress them..
> 
> > [...]
> > +MODULE_LICENSE("GPL v2");
> There is no space expected in the string passed to MODULE_LICENSE.

Thanks.

Alberto!

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: maramaopercheseimorto@gmail.com (Alberto Panizzo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5] input: MXC: add mxc-keypad driver to support the Keypad Port present in the mxc application processors family.
Date: Fri, 29 Jan 2010 23:02:23 +0100	[thread overview]
Message-ID: <1264802543.2975.17.camel@realization> (raw)
In-Reply-To: <20100129213727.GB21364@pengutronix.de>

On ven, 2010-01-29 at 22:37 +0100, Uwe Kleine-K?nig wrote:
> Hello Alberto,
> 
> On Fri, Jan 29, 2010 at 10:18:46PM +0100, Alberto Panizzo wrote:
> > The MXC family of Application Processors is shipped with a Keypad Port
> would you mind to do s/MXC/IMX/ in your patch?  Currently both are used
> but we (=Sascha and me) will try to deprecate MXC.

For sure! and for what I can say I approve this plan.

> 
> > + * >>Power management need to be implemented<<.
> s/need/needs/ (or alternatively do it :-)  and maybe s/<<\./.<</ ?

hehe, power management is the next part. What I wont is to put the 
device running before the next merge window if it is possible and
then present all my work on mx31_3ds.


> 
> > [...]
> > +
> > +	/* The matrix is stable only if no changes are detected after
> > +	 * MXC_KEYPAD_SCANS_FOR_STABILITY scans */
> unusual format of the comment.
> 
> 	/*
> 	 * ...
> 	 * ...
> 	 */
> 
> is the most found way in the kernel for multi-line comments.

Only a way to compress them..
> 
> > [...]
> > +MODULE_LICENSE("GPL v2");
> There is no space expected in the string passed to MODULE_LICENSE.

Thanks.

Alberto!

  reply	other threads:[~2010-01-29 22:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-29 21:18 [PATCH v5] input: MXC: add mxc-keypad driver to support the Keypad Port present in the mxc application processors family Alberto Panizzo
2010-01-29 21:18 ` Alberto Panizzo
2010-01-29 21:37 ` Uwe Kleine-König
2010-01-29 21:37   ` Uwe Kleine-König
2010-01-29 22:02   ` Alberto Panizzo [this message]
2010-01-29 22:02     ` Alberto Panizzo
2010-01-30 11:27   ` Alberto Panizzo
2010-01-30 11:27     ` Alberto Panizzo
2010-01-30 11:56     ` Uwe Kleine-König
2010-01-30 11:56       ` Uwe Kleine-König
2010-01-29 21:50 ` Dmitry Torokhov
2010-01-29 21:50   ` Dmitry Torokhov
2010-01-29 22:18   ` Alberto Panizzo
2010-01-29 22:18     ` Alberto Panizzo

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=1264802543.2975.17.camel@realization \
    --to=maramaopercheseimorto@gmail.com \
    --cc=LW@KARO-electronics.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hartleys@visionengravers.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.