Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
* 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msm: HTC Dream: mmc compilation fixes video: Allow selecting MSM framebuffer in Kconfig Add arm msm maintainer entry msm: Add memory map for HTC Dream msm: add minimal board file for HTC Dream device msm: make debugging UART (for DEBUG_LL) configurable
Este cometimento está contido em:
@@ -38,10 +38,9 @@
|
||||
#include <asm/div64.h>
|
||||
#include <asm/sizes.h>
|
||||
|
||||
#include <asm/mach/mmc.h>
|
||||
#include <mach/mmc.h>
|
||||
#include <mach/msm_iomap.h>
|
||||
#include <mach/dma.h>
|
||||
#include <mach/htc_pwrsink.h>
|
||||
|
||||
#include "msm_sdcc.h"
|
||||
|
||||
@@ -775,13 +774,11 @@ msmsdcc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
|
||||
|
||||
switch (ios->power_mode) {
|
||||
case MMC_POWER_OFF:
|
||||
htc_pwrsink_set(PWRSINK_SDCARD, 0);
|
||||
break;
|
||||
case MMC_POWER_UP:
|
||||
pwr |= MCI_PWR_UP;
|
||||
break;
|
||||
case MMC_POWER_ON:
|
||||
htc_pwrsink_set(PWRSINK_SDCARD, 100);
|
||||
pwr |= MCI_PWR_ON;
|
||||
break;
|
||||
}
|
||||
|
@@ -2131,7 +2131,7 @@ config FB_PRE_INIT_FB
|
||||
the bootloader.
|
||||
|
||||
config FB_MSM
|
||||
tristate
|
||||
tristate "MSM Framebuffer support"
|
||||
depends on FB && ARCH_MSM
|
||||
select FB_CFB_FILLRECT
|
||||
select FB_CFB_COPYAREA
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador