[PATCH 0/23] [Karmic] Dove: Latest batch of bug fixes and feature enhancements from Marvell.
Brad Figg
brad.figg at canonical.com
Thu Aug 27 23:20:40 UTC 2009
Please pull from:
git://kernel.ubuntu.com/bradf/ubuntu-karmic mvl-dove
Everything after:
32f9231fa28fc908cda8aa2085343be5108787a5 UBUNTU: [Config] Dove configuration, Wireless LAN, Graphics, AUFS
Brad Figg (2):
UBUNTU: [Config] Dove configuration, DOVEFB_DISPLAY_MODE=y
UBUNTU: SAUCE: Correct undefined dove_pm_register which prevented Z0
flavour from building.
Green Wan (7):
turn on edid debug message for integration convenience.
move definitions for software integration.
add 1920x1080 mode
add new dispaly mode, such as extended mode, dualview, clone mode
add new dispaly mode, such as extended mode, dualview, clone mode
add new dispaly mode, such as extended mode, dualview, clone mode
set lcd external clock to a fixed speed, 1000MHz.
Raymond Huang (1):
fix a bug for thumb-2 user program in VFP support code
Saeed Bishara (10):
mmc: change the argument of the first MMC SEND_OP_COND command
mmc: keep resending the MMC SEND_OP_COND command
mmc: don't fail when the CSD struct version is 3
dove: fix the PCIe power management support
pca953x: add power management support
dove: use vfp_pm function for vfp state save & restore
dove: power management support for iwmmx coprocessor
dove: power management cleanup and compilation error fixes when power
management disabled
dove: fix compilation warnings
dove: fix compilation error when enabling power management
Shadi Ammouri (3):
Change surround volume switch to surround / headphone.
Update dove_defconfig to include IPv6 support
Fix network driver resume API when the interface is down
arch/arm/common/pxa-dma.c | 2 +
arch/arm/configs/dove_defconfig | 25 ++-
arch/arm/mach-dove/clcd.c | 15 ++
arch/arm/mach-dove/common.c | 3 +-
arch/arm/mach-dove/cpuidle.c | 2 +-
arch/arm/mach-dove/dove-db-setup.c | 2 +-
arch/arm/mach-dove/dove-db-z0-setup.c | 2 +-
arch/arm/mach-dove/dove-rd-setup.c | 2 +-
arch/arm/mach-dove/include/mach/pm.h | 11 +-
arch/arm/mach-dove/mv_hal_support/mvRules.mk | 2 -
arch/arm/mach-dove/pcie.c | 25 ++-
arch/arm/mach-dove/pm.c | 22 ++-
arch/arm/mach-dove/pm.h | 17 --
arch/arm/mm/dma-mapping.c | 4 +-
arch/arm/vfp/vfphw.S | 25 ---
arch/arm/vfp/vfpmodule.c | 52 ++---
debian.mvl-dove/config/config.common.ubuntu | 1 +
drivers/gpio/pca953x.c | 48 +++++
drivers/mmc/core/core.c | 4 +
drivers/mmc/core/mmc.c | 2 +-
drivers/mmc/core/mmc_ops.c | 5 +
drivers/mmc/host/sdhci-mv.c | 6 +-
drivers/net/mv643xx_eth.c | 12 ++
drivers/video/fbmon.c | 4 +-
drivers/video/marvell/Kconfig | 8 +
drivers/video/marvell/Makefile | 1 +
drivers/video/marvell/dovefb_base.c | 32 +++-
drivers/video/marvell/dovefb_display.c | 273 ++++++++++++++++++++++++++
drivers/video/marvell/dovefb_gfx.c | 123 +++++++++---
drivers/video/marvell/dovefb_ovly.c | 59 +++++-
include/video/dovedcon.h | 21 ++-
include/video/dovefb_display.h | 56 ++++++
sound/soc/codecs/ad1980.c | 6 +-
33 files changed, 702 insertions(+), 170 deletions(-)
delete mode 100755 arch/arm/mach-dove/pm.h
create mode 100644 drivers/video/marvell/dovefb_display.c
create mode 100644 include/video/dovefb_display.h
More information about the kernel-team
mailing list