Let's try this again...
Linus,
Please pull from 'powerpc-next' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git powerpc-next
There are five commits there that Andrew Morton has sent on to
me: three semaphore to mutex conversions, one that changes a
proc_create call to proc_create_data, and one that adds a new
devm_ioremap_prot function and makes devm_ioremap_release (in
lib/devres.c) available to outside callers.
If you think these should wait until 2.6.27, that's OK, just let me
know. I think they are safe to go in 2.6.26.
Thanks,
Paul.
arch/powerpc/lib/Makefile | 1 +
arch/powerpc/lib/devres.c | 42 ++++++++++++++++++++++++++++++
arch/powerpc/platforms/pseries/scanlog.c | 19 +-------------
drivers/macintosh/adb.c | 30 +++++++++++----------
drivers/macintosh/therm_pm72.c | 31 +++++++++++-----------
drivers/macintosh/windfarm_smu_sat.c | 10 ++++---
include/asm-powerpc/io.h | 8 +++++-
include/linux/io.h | 1 +
lib/devres.c | 2 +
9 files changed, 90 insertions(+), 54 deletions(-)
create mode 100644 arch/powerpc/lib/devres.c
Daniel Walker (3):
[POWERPC] macintosh: therm_pm72: driver_lock semaphore to mutex
[POWERPC] macintosh: windfarm_smu_sat: semaphore to mutex
[POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutex
Denis V. Lunev (1):
[POWERPC] Assign PDE->data before gluing PDE into /proc tree
Emil Medve (1):
[POWERPC] devres: Add devm_ioremap_prot()
--
| Yu Zhao | [PATCH 2/16 v6] PCI: define PCI resource names in an 'enum' |
| Greg Kroah-Hartman | [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment |
| Laurent Riffard | Re: 2.6.23-mm1: BUG in reiserfs_delete_xattrs |
| Ben Crowhurst | Kernel Development & Objective-C |
git: | |
| Kyle Rose | [OT] Re: C++ *for Git* |
| cte | linking libgit.a in C++ projects |
| Linus Torvalds | Re: CRLF problems with Git on Win32 |
| Pierre Habouzit | Re: [PATCH] bundle, fast-import: detect write failure |
| Thor Lancelot Simon | Re: sysctl knob to let sugid processes dump core (pr 15994) |
| YAMAMOTO Takashi | Re: Patches for EST and SMP |
| Bill Studenmund | Re: @booted_kernel magic symlink? |
| Adam Hamsik | Re: Thread benchmarks, round 2 |
| Chris | OpenBSD 4.4 installation error: write failed; file system full |
| Samuel Moñux | Cyrus IMAP performance problems [Long] |
| Steve B | Intel Atom and D945GCLF2 |
| James Hartley | scp batch mode? |
