All of lore.kernel.org
 help / color / mirror / Atom feed
From: Attila Kinali <attila-HB9FjVmMKa7tRgLqZ5aouw@public.gmane.org>
To: Marek Vasut <marex-ynQEQJNshbs@public.gmane.org>
Cc: Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
	Fabio,
	Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Wolfgang Denk <wd-ynQEQJNshbs@public.gmane.org>,
	Detlev Zundel <dzu-ynQEQJNshbs@public.gmane.org>,
	Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
	Stefano Babic <sbabic-ynQEQJNshbs@public.gmane.org>,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Chris Ball <cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org>,
	Dong Aisheng <b29396-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
	Linux ARM kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH 05/10] mmc: spi: Pull out the SSP clock configuration function
Date: Wed, 18 Jul 2012 08:07:55 +0200	[thread overview]
Message-ID: <20120718080755.cf7d4ac2e423278ce12843e6@kinali.ch> (raw)
In-Reply-To: <201207172348.34919.marex-ynQEQJNshbs@public.gmane.org>

Good morning Marek,

On Tue, 17 Jul 2012 23:48:34 +0200
Marek Vasut <marex-ynQEQJNshbs@public.gmane.org> wrote:

> > There is a EXPORT_SYMBOL_GPL(mxs_ssp_set_clk_rate); missing here.
> 
> What for?

To be able to compile mxs-mmc as a module

			Attila Kinali

-- 
Why does it take years to find the answers to
the questions one should have asked long ago?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

WARNING: multiple messages have this Message-ID (diff)
From: attila@kinali.ch (Attila Kinali)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/10] mmc: spi: Pull out the SSP clock configuration function
Date: Wed, 18 Jul 2012 08:07:55 +0200	[thread overview]
Message-ID: <20120718080755.cf7d4ac2e423278ce12843e6@kinali.ch> (raw)
In-Reply-To: <201207172348.34919.marex@denx.de>

Good morning Marek,

On Tue, 17 Jul 2012 23:48:34 +0200
Marek Vasut <marex@denx.de> wrote:

> > There is a EXPORT_SYMBOL_GPL(mxs_ssp_set_clk_rate); missing here.
> 
> What for?

To be able to compile mxs-mmc as a module

			Attila Kinali

-- 
Why does it take years to find the answers to
the questions one should have asked long ago?

  parent reply	other threads:[~2012-07-18  6:07 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-16 12:09 [PATCH 00/10] MXS SPI driver Marek Vasut
     [not found] ` <1342440597-8395-1-git-send-email-marex-ynQEQJNshbs@public.gmane.org>
2012-07-16 12:09   ` [PATCH 01/10] mmc: spi: Move SSP register definitions into separate file Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 02/10] mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 03/10] mmc: spi: Add necessary bits into mxs-spi.h Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 04/10] mmc: spi: Pull out parts shared between MMC and SPI Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 05/10] mmc: spi: Pull out the SSP clock configuration function Marek Vasut
2012-07-16 12:09     ` Marek Vasut
     [not found]     ` <1342440597-8395-6-git-send-email-marex-ynQEQJNshbs@public.gmane.org>
2012-07-17 13:39       ` Attila Kinali
2012-07-17 13:39         ` Attila Kinali
     [not found]         ` <20120717153901.5530a246a7a5fecfef03b373-HB9FjVmMKa7tRgLqZ5aouw@public.gmane.org>
2012-07-17 21:48           ` Marek Vasut
2012-07-17 21:48             ` Marek Vasut
     [not found]             ` <201207172348.34919.marex-ynQEQJNshbs@public.gmane.org>
2012-07-18  6:07               ` Attila Kinali [this message]
2012-07-18  6:07                 ` Attila Kinali
     [not found]                 ` <20120718080755.cf7d4ac2e423278ce12843e6-HB9FjVmMKa7tRgLqZ5aouw@public.gmane.org>
2012-07-18  8:40                   ` Marek Vasut
2012-07-18  8:40                     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 06/10] spi: Add SPI driver for mx233/mx28 Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 07/10] mmc: spi: Pull out common DMA parts from MXS MMC Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 08/10] spi: Add DMA support into SPI driver Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 09/10] spi: Add SSP/SPI device tree documentation Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-16 12:09   ` [PATCH 10/10] ARM: mx28: Add SPI pinmux into imx28.dtsi Marek Vasut
2012-07-16 12:09     ` Marek Vasut
2012-07-17 15:31   ` [PATCH 00/10] MXS SPI driver Mark Brown
     [not found]     ` <20120717153110.GC3107-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2012-07-17 22:09       ` Marek Vasut
     [not found]         ` <201207180009.54189.marex-ynQEQJNshbs@public.gmane.org>
2012-07-18 11:10           ` Mark Brown
     [not found]             ` <20120718111049.GA9923-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2012-07-18 13:37               ` Marek Vasut
2012-08-03 15:26 [PATCH 00/10 V3] " Marek Vasut
     [not found] ` <1344007575-11448-1-git-send-email-marex-ynQEQJNshbs@public.gmane.org>
2012-08-03 15:26   ` [PATCH 05/10] mmc: spi: Pull out the SSP clock configuration function Marek Vasut
2012-08-03 15:26     ` Marek Vasut

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=20120718080755.cf7d4ac2e423278ce12843e6@kinali.ch \
    --to=attila-hb9fjvmmka7trglqz5aouw@public.gmane.org \
    --cc=b29396-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
    --cc=cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org \
    --cc=dzu-ynQEQJNshbs@public.gmane.org \
    --cc=fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=marex-ynQEQJNshbs@public.gmane.org \
    --cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
    --cc=sbabic-ynQEQJNshbs@public.gmane.org \
    --cc=shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=wd-ynQEQJNshbs@public.gmane.org \
    /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.