From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h
Date: Sun, 21 Nov 2010 06:47:20 +0200 [thread overview]
Message-ID: <20101121044720.GA6088@tarshish> (raw)
In-Reply-To: <4CE6B27D.2000909@bvs-tech.com>
Hi Alexis,
On Fri, Nov 19, 2010 at 06:23:09PM +0100, Alexis RODET wrote:
> > It would, however, be nice if _someone_ out there could produce a patch
> Here is the patch and here is the command line used for doing this:
You need to CC the MTD maintainer and mailing list (David Woodhouse
<dwmw2@infradead.org>, and linux-mtd at lists.infradead.org respectively), and
maybe also the SPI subsystem maintainers (David Brownell
<dbrownell@users.sourceforge.net>, Grant Likely <grant.likely@secretlab.ca>,
spi-devel-general at lists.sourceforge.net).
baruch
> find . \( -name .git -prune -false -o -path \
> ./include/linux/spi/flash.h \ -o \( -name \*.c -execdir grep -q \
> '#include <linux/spi/flash.h>' \{\} \; \) \) -execdir sed -i -e \
> 's/struct flash_platform_data/struct spi_flash_platform_data/' \
> \{\} \+ -execdir git add \{\} \+ -print
>
> I didn't test all compilations as I don't have blackfin compiler installed.
> I compiled successfully for x86 with allyesconfig and for Freescale mx27
> with allmodconfig minus some incompatible drivers.
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2010-11-21 4:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 15:40 Devel error: redefinition of 'struct flash_platform_data' Alexis RODET
2010-11-17 16:05 ` Russell King - ARM Linux
2010-11-19 17:23 ` [PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h Alexis RODET
2010-11-21 4:47 ` Baruch Siach [this message]
2010-11-22 9:58 ` Alexis RODET
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=20101121044720.GA6088@tarshish \
--to=baruch@tkos.co.il \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).