13 Aug, 2010

1 commit


10 Aug, 2010

3 commits


04 Aug, 2010

1 commit


31 Jul, 2010

1 commit


16 Jul, 2010

1 commit


18 Jun, 2010

3 commits


17 Jun, 2010

2 commits


16 Jun, 2010

1 commit


08 Jun, 2010

1 commit

  • At some point this was exposed (not sure how),

    linux-2.6/arch/arm/mach-msm/dma.c:92: error: field 'complete' has incomplete type
    linux-2.6/arch/arm/mach-msm/dma.c: In function 'dmov_exec_cmdptr_complete_func':
    linux-2.6/arch/arm/mach-msm/dma.c:108: error: implicit declaration of function 'complete'
    linux-2.6/arch/arm/mach-msm/dma.c: In function 'msm_dmov_exec_cmd':
    linux-2.6/arch/arm/mach-msm/dma.c:120: error: implicit declaration of function 'init_completion'
    linux-2.6/arch/arm/mach-msm/dma.c:123: error: implicit declaration of function 'wait_for_completion'

    and the fix is just to add the header.

    Signed-off-by: Daniel Walker

    Daniel Walker
     

26 May, 2010

1 commit

  • * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (103 commits)
    ARM: 6141/1: Add audio support part in arch/arm/mach-w90x900
    ARM: 5939/1: ARM: Add option CMDLINE_FORCE to force usage of the in-kernel cmdline
    ARM: 6140/1: silence a bogus sparse warning in unwind.c
    ARM: mach-at91: duplicated include
    ARM: arch/arm/nwfpe/fpsr.h: Checkpatch cleanup
    ARM: arch/arm/mach-shark/pci.c: Checkpatch cleanup
    ARM: arch/arm/nwfpe/ChangeLog: Checkpatch cleanup
    ARM: arch/arm/mach-sa1100/leds.c: Checkpatch cleanup
    ARM: arch/arm/mach-h720x/common.h: Checkpatch cleanup
    ARM: arch/arm/mach-footbridge/ebsa285-pci.c: Checkpatch cleanup
    ARM: arch/arm/mach-clps711x/Makefile.boot: Checkpatch cleanup
    ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanup
    ARM: SPEAR6xx: remove duplicated #include
    ARM: s3c6400_defconfig: Add NAND driver
    ARM: s3c6400_defconfig: enable sound as modules
    ARM: s3c6400_defconfig: enable power management
    ARM: s5pv210_defconfig: Update s5pv210_defconfig to v2.6.34
    ARM: s5pc110_defconfig: Update s5pc110_defconfig to v2.6.34
    ARM: s5p6442_defconfig: Update s5p6442_defconfig to v2.6.34
    ARM: s5p6440_defconfig: Update s5p6440_defconfig to v2.6.34
    ...

    Linus Torvalds
     

23 May, 2010

1 commit


22 May, 2010

1 commit

  • * 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm:
    drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support
    mmc: msm_sdcc: Fix issue where clocks could be disabled mid transaction
    mmc: msm_sdcc: Fix the dma exec function to use the proper delays
    mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fire
    mmc: msm_sdcc: Enable busclk idle timer for power savings
    mmc: msm_sdcc: Don't disable interrupts while suspending
    mmc: msm_sdcc: Fix issue where we might not end a sucessfull request
    mmc: msm_sdcc: Featurize busclock power save and disable it by default
    mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabled
    mmc: msm_sdcc: Reduce command timeouts and improve reliability.
    mmc: msm_sdcc: Schedule clock disable after probe
    mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delays
    mmc: msm_sdcc: Driver clocking/irq improvements
    msm: Add 'execute' datamover callback
    mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT register
    mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling clocks

    Linus Torvalds
     

14 May, 2010

23 commits