From: Deepak Saxena <dsaxena@plexity.net>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org, rmk@arm.linux.org.uk
Subject: [PATCH 2.6-BK] [ARM] Trivial ARM fixes for 2.6.8
Date: Thu, 29 Jul 2004 12:14:47 -0700 [thread overview]
Message-ID: <20040729191447.GA10367@plexity.net> (raw)
Andrew, Linus
Russell King is out vacationing for the next 2 weeks so I can't
push any ARM updates through him and I have have some trivial
fixes that I'd like to get upstream into 2.6.8. If you're OK
with pulling them directly from me, please do a
bk pull bk://dsaxena.bkbits.net/linux-2.6-for-rmk
This will update the following files:
arch/arm/mach-ixp4xx/common-pci.c | 2 ++
arch/arm/mach-ixp4xx/coyote-setup.c | 8 ++++++--
arch/arm/mach-ixp4xx/ixdp425-setup.c | 10 +++++++---
arch/arm/mach-ixp4xx/prpmc1100-setup.c | 8 ++++++--
include/asm-arm/bitops.h | 2 +-
5 files changed, 22 insertions(+), 8 deletions(-)
through these ChangeSets:
<dsaxena@plexity.net> (04/07/16 1.1784.14.4)
[ARM] Fix _find_next_bit_be prototype to use 'const' qualifier
_find_next_bit_be() does not have a 'const' qualifier for the first
argument, so we get the following warning for a very large number
of files:
In file included from include/linux/sched.h:15,
from include/linux/module.h:10,
from drivers/mtd/maps/ixp2000.c:24:
include/linux/cpumask.h: In function `__next_cpu':
include/linux/cpumask.h:216: warning: passing arg 1 of `_find_next_bit_be'
discards qualifiers from pointer target type
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
<dsaxena@plexity.net> (04/07/15 1.1784.14.3)
[ARM] Export ixp42xx_pci_read/write so PCI driver modules load
Originally found by Thomas Winkler <winkler@iti.tu-graz.ac.at>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
<dsaxena@plexity.net> (04/07/07 1.1784.14.1)
[ARM] IXP4xx: platform_add_device() to platform_add_devices() conversion
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Tnx!
~Deepak
--
Deepak Saxena - dsaxena at plexity dot net - http://www.plexity.net/
"Unlike me, many of you have accepted the situation of your imprisonment and
will die here like rotten cabbages." - Number 6
reply other threads:[~2004-07-29 19:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040729191447.GA10367@plexity.net \
--to=dsaxena@plexity.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk@arm.linux.org.uk \
--cc=torvalds@osdl.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.