From: Kyle McMartin <kyle@hera.kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git patches] parisc: patches for 2.6.29 (or .30)
Date: Fri, 13 Mar 2009 05:50:13 +0000 [thread overview]
Message-ID: <20090313055013.GA15358@hera.kernel.org> (raw)
Hi Linus,
This is entirely build warning cleanups, and fixups from my 2.6.30 tree
that would be nice to see in .29, but no big deal if you think it's
inappropriate at this point, I just hadn't had time to split these
apart any earlier.
regards, Kyle
The following changes since commit 041b62374c7fedc11a8a1eeda2868612d3d1436c:
Linus Torvalds (1):
Linus 2.6.29-rc8
are available in the git repository at:
/pub/scm/linux/kernel/git/kyle/parisc-2.6.29.git master
Grant Grundler (2):
parisc: fix wrong assumption about bus->self
parisc: update MAINTAINERS
Helge Deller (7):
parisc: BUG_ON() cleanup
parisc: fix section mismatch warnings
parisc: fix `struct pt_regs' declared inside parameter list warning
parisc: remove unused local out_putf label
parisc: fix dev_printk() compile warnings for accessing a device struct
parisc: add braces around arguments in assembler macros
parisc: fix 64bit build
James Bottomley (1):
parisc: remove klist iterators
Kay Sievers (1):
parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name()
Kyle McMartin (5):
parisc: fix use of new cpumask api in irq.c
parisc: convert (read|write)bwlq to inlines
parisc: convert cpu_check_affinity to new cpumask api
parisc: define x->x mmio accessors
parisc: update defconfigs
Mike Travis (1):
parisc: update parisc for new irq_desc
MAINTAINERS | 6 +-
arch/parisc/configs/712_defconfig | 429 ++++++++++++++++---------
arch/parisc/configs/a500_defconfig | 490 +++++++++++++++++++---------
arch/parisc/configs/b180_defconfig | 433 ++++++++++++++++--------
arch/parisc/configs/c3000_defconfig | 575 +++++++++++++++++++++-----------
arch/parisc/configs/default_defconfig | 585 ++++++++++++++++++++++-----------
arch/parisc/hpux/fs.c | 1 -
arch/parisc/include/asm/assembly.h | 11 +-
arch/parisc/include/asm/io.h | 51 +++-
arch/parisc/include/asm/irq.h | 2 +-
arch/parisc/include/asm/uaccess.h | 1 +
arch/parisc/kernel/cache.c | 5 +-
arch/parisc/kernel/entry.S | 6 +-
arch/parisc/kernel/firmware.c | 12 +-
arch/parisc/kernel/irq.c | 18 +-
arch/parisc/kernel/pci-dma.c | 22 +-
arch/parisc/mm/init.c | 6 +-
drivers/char/agp/parisc-agp.c | 23 +-
drivers/parisc/dino.c | 13 +-
drivers/parisc/gsc.c | 39 ++-
drivers/parisc/iosapic.c | 16 +-
drivers/parisc/lba_pci.c | 4 +-
drivers/parisc/sba_iommu.c | 61 ++--
drivers/scsi/lasi700.c | 2 +-
drivers/scsi/zalon.c | 2 +-
25 files changed, 1849 insertions(+), 964 deletions(-)
reply other threads:[~2009-03-13 5:50 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=20090313055013.GA15358@hera.kernel.org \
--to=kyle@hera.kernel.org \
--cc=kyle@mcmartin.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=torvalds@linux-foundation.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).