2011-03-30 05:09:06

by Mike Frysinger

[permalink] [raw]
Subject: [PATCH 0/3] Blackfin fixes for 2.6.39-rc1

A build fix for a recent merge, an update for defconfigs which broke due
to common Kconfig change, and a minor module loader tweak. These latter
two have been hanging around for a while, but I forgot about them.

Joe Perches (1):
Blackfin: use more standard pr_fmt in the module loader

Mike Frysinger (2):
Blackfin: defconfigs: update after misc devices defaulted to N
Blackfin: bitops: fix include order after little endian inclusion

arch/blackfin/configs/BF527-AD7160-EVAL_defconfig | 1 -
arch/blackfin/configs/BF538-EZKIT_defconfig | 1 -
arch/blackfin/configs/BF561-ACVILON_defconfig | 1 -
arch/blackfin/configs/BlackStamp_defconfig | 1 +
arch/blackfin/configs/CM-BF527_defconfig | 1 -
arch/blackfin/configs/CM-BF533_defconfig | 1 -
arch/blackfin/configs/CM-BF548_defconfig | 1 -
arch/blackfin/configs/DNP5370_defconfig | 1 -
arch/blackfin/configs/H8606_defconfig | 1 +
arch/blackfin/configs/SRV1_defconfig | 1 +
arch/blackfin/include/asm/bitops.h | 4 +-
arch/blackfin/kernel/module.c | 45 ++++++++------------
12 files changed, 24 insertions(+), 35 deletions(-)

--
1.7.4.1


2011-03-30 05:11:05

by Mike Frysinger

[permalink] [raw]
Subject: Pull request blackfin.git (for-linus branch)

The following changes since commit 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d:

Linux 2.6.39-rc1 (2011-03-29 12:09:47 -0700)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin.git for-linus

Joe Perches (1):
Blackfin: use more standard pr_fmt in the module loader

Mike Frysinger (2):
Blackfin: defconfigs: update after misc devices defaulted to N
Blackfin: bitops: fix include order after little endian inclusion

arch/blackfin/configs/BF527-AD7160-EVAL_defconfig | 1 -
arch/blackfin/configs/BF538-EZKIT_defconfig | 1 -
arch/blackfin/configs/BF561-ACVILON_defconfig | 1 -
arch/blackfin/configs/BlackStamp_defconfig | 1 +
arch/blackfin/configs/CM-BF527_defconfig | 1 -
arch/blackfin/configs/CM-BF533_defconfig | 1 -
arch/blackfin/configs/CM-BF548_defconfig | 1 -
arch/blackfin/configs/DNP5370_defconfig | 1 -
arch/blackfin/configs/H8606_defconfig | 1 +
arch/blackfin/configs/SRV1_defconfig | 1 +
arch/blackfin/include/asm/bitops.h | 4 +-
arch/blackfin/kernel/module.c | 45 ++++++++------------
12 files changed, 24 insertions(+), 35 deletions(-)