All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Fabio Estevam <festevam@gmail.com>
Cc: Shawn Guo <shawn.guo@linaro.org>,
	Fabio Estevam <fabio.estevam@freescale.com>,
	snijsure@grid-net.com, rob.herring@calxeda.com,
	Grant Likely <grant.likely@secretlab.ca>,
	kernel@pengutronix.de, linux-serial@vger.kernel.org,
	matt@grid-net.com, linux-arm-kernel@lists.infradead.org,
	Alan Cox <alan@linux.intel.com>
Subject: Re: [PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
Date: Fri, 15 Jun 2012 18:16:55 +0200	[thread overview]
Message-ID: <201206151816.55567.marex@denx.de> (raw)
In-Reply-To: <CAOMZO5BB5G5gvbcqDa2uB3hR-_o7XpcgXR9Ha+Xd7ZLpCqaOVw@mail.gmail.com>

Dear Fabio Estevam,

> On Fri, Jun 15, 2012 at 1:06 PM, Shawn Guo <shawn.guo@linaro.org> wrote:
> >> +MODULE_DEVICE_TABLE(platform, mxs_auart_devtype);
> > 
> > ...
> > 
> >> +             .id_table = mxs_auart_devtype,
> > 
> > I do not think we need these.
> 
> WIthout this, the non-dt kernel does not probe correctly.

But we don't support non-DT kernel anymore.

Best regards,
Marek Vasut

WARNING: multiple messages have this Message-ID (diff)
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
Date: Fri, 15 Jun 2012 18:16:55 +0200	[thread overview]
Message-ID: <201206151816.55567.marex@denx.de> (raw)
In-Reply-To: <CAOMZO5BB5G5gvbcqDa2uB3hR-_o7XpcgXR9Ha+Xd7ZLpCqaOVw@mail.gmail.com>

Dear Fabio Estevam,

> On Fri, Jun 15, 2012 at 1:06 PM, Shawn Guo <shawn.guo@linaro.org> wrote:
> >> +MODULE_DEVICE_TABLE(platform, mxs_auart_devtype);
> > 
> > ...
> > 
> >> +             .id_table = mxs_auart_devtype,
> > 
> > I do not think we need these.
> 
> WIthout this, the non-dt kernel does not probe correctly.

But we don't support non-DT kernel anymore.

Best regards,
Marek Vasut

  reply	other threads:[~2012-06-15 16:16 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 15:35 [PATCH v3 1/2] ARM: dts: mx28evk: Add auart0 and auart3 support Fabio Estevam
2012-06-15 15:35 ` [PATCH v3 2/2] serial: mxs-auart: Allow device tree probing Fabio Estevam
2012-06-15 15:35   ` Fabio Estevam
2012-06-15 15:48   ` Marek Vasut
2012-06-15 15:48     ` Marek Vasut
2012-06-15 16:06   ` Shawn Guo
2012-06-15 16:06     ` Shawn Guo
2012-06-15 16:11     ` Fabio Estevam
2012-06-15 16:11       ` Fabio Estevam
2012-06-15 16:16       ` Marek Vasut [this message]
2012-06-15 16:16         ` Marek Vasut
2012-06-15 16:18         ` Fabio Estevam
2012-06-15 16:18           ` Fabio Estevam
2012-06-15 17:00           ` Marek Vasut
2012-06-15 17:00             ` Marek Vasut
2012-06-16  2:01             ` Shawn Guo
2012-06-16  2:01               ` Shawn Guo
2012-06-16  1:59       ` Shawn Guo
2012-06-16  1:59         ` Shawn Guo
2012-06-15 15:48 ` [PATCH v3 1/2] ARM: dts: mx28evk: Add auart0 and auart3 support Marek Vasut
2012-06-15 16:03 ` Shawn Guo
2012-06-18 13:06 ` [PATCH v4 2/2] serial: mxs-auart: Allow device tree probing Fabio Estevam
2012-06-18 13:06   ` Fabio Estevam
2012-06-18 13:33   ` Shawn Guo
2012-06-18 13:33     ` Shawn Guo
2012-06-18 13:36     ` Marek Vasut
2012-06-18 13:36       ` Marek Vasut
2012-06-18 15:25     ` Greg Kroah-Hartman
2012-06-18 15:25       ` Greg Kroah-Hartman
2012-06-18 20:42   ` Subodh Nijsure
2012-06-18 20:42     ` Subodh Nijsure
2012-06-18 20:50     ` Fabio Estevam
2012-06-18 20:50       ` Fabio Estevam
2012-07-13 10:33     ` Marc Kleine-Budde
2012-07-13 10:33       ` Marc Kleine-Budde
2012-07-13 10:35       ` Marc Kleine-Budde
2012-07-13 10:35         ` Marc Kleine-Budde

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=201206151816.55567.marex@denx.de \
    --to=marex@denx.de \
    --cc=alan@linux.intel.com \
    --cc=fabio.estevam@freescale.com \
    --cc=festevam@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=matt@grid-net.com \
    --cc=rob.herring@calxeda.com \
    --cc=shawn.guo@linaro.org \
    --cc=snijsure@grid-net.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.