mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: Sedji Gaouaou <sedji.gaouaou@atmel.com>
Cc: Andrew Victor <avictor.za@gmail.com>,
	linux-arm-kernel@lists.arm.linux.org.uk,
	VILCHEZ Patrice <Patrice.VILCHEZ@atmel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC
Date: Thu, 3 Jul 2008 14:32:44 +0100	[thread overview]
Message-ID: <20080703133244.GB17201@flint.arm.linux.org.uk> (raw)
In-Reply-To: <4852324C.9000604@atmel.com>

On Fri, Jun 13, 2008 at 10:39:40AM +0200, Sedji Gaouaou wrote:
> Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
> 
> At91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
> We created a new board for this device but based the chip support directly
> on 9260 files with little updates.
> Here is the chip page on Atmel website :
> http://atmel.com/dyn/products/product_card.asp?part_id=4337

I'm not sure what's going on, but the patch submitted to the patch system
is different from the one in this message.  The patch in your message
applies to my 'at91' branch just fine.  The one in the patch system
doesn't.

Plus, the description in the patch system is way too long in terms of
line length.  Please wrap before column 72 unless you're quoting
program output.

> +/*
> + * MCI (SD/MMC)
> + */
> +static struct at91_mmc_data __initdata ek_mmc_data = {
> +	.slot_b		= 1,
> +	.wire4		= 1,
> +//	.det_pin	= ... not connected
> +//	.wp_pin		= ... not connected
> +//	.vcc_pin	= ... not connected

Please make these a proper comment, preferably inside the comment before
the structure.  C++ comments are frowned upon in the kernel's source.

  parent reply	other threads:[~2008-07-03 13:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13  8:39 Sedji Gaouaou
2008-06-26  8:52 ` Sedji Gaouaou
2008-06-26 19:51   ` Andrew Victor
2008-07-03 13:32 ` Russell King - ARM Linux [this message]
2008-07-03 14:19   ` Sedji Gaouaou
2008-07-03 16:55     ` Russell King - ARM Linux
2008-07-04  8:54       ` Sedji Gaouaou

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=20080703133244.GB17201@flint.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=Patrice.VILCHEZ@atmel.com \
    --cc=avictor.za@gmail.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sedji.gaouaou@atmel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome