1. 14 Jun, 2009 11 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc · 2625b10d
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: (25 commits)
        atmel-mci: add MCI2 register definitions
        atmel-mci: Integrate AT91 specific definition in header file
        tmio_mmc: allow compilation for ASIC3
        mmc_block: do not DMA to stack
        sdhci: Print ADMA status and pointer on debug
        tmio_mmc: fix clock setup
        tmio_mmc: map SD control registers after enabling the MFD cell
        tmio_mmc: correct probe return value for num_resources != 3
        tmio_mmc: don't use set_irq_type
        tmio_mmc: add bus_shift support
        MFD,mmc: tmio_mmc: make HCLK configurable
        mmc_spi: don't use EINVAL for possible transmission errors
        cb710: more cleanup for the DEBUG case.
        sdhci: platform driver for SDHCI
        mxcmmc: remove frequency workaround
        cb710: handle DEBUG define in Makefile
        cb710: add missing parenthesis
        cb710: fix printk format string
        mmc: Driver for CB710/720 memory card reader (MMC part)
        pxamci: add regulator support.
        ...
      2625b10d
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial · 489f7ab6
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (31 commits)
        trivial: remove the trivial patch monkey's name from SubmittingPatches
        trivial: Fix a typo in comment of addrconf_dad_start()
        trivial: usb: fix missing space typo in doc
        trivial: pci hotplug: adding __init/__exit macros to sgi_hotplug
        trivial: Remove the hyphen from git commands
        trivial: fix ETIMEOUT -> ETIMEDOUT typos
        trivial: Kconfig: .ko is normally not included in module names
        trivial: SubmittingPatches: fix typo
        trivial: Documentation/dell_rbu.txt: fix typos
        trivial: Fix Pavel's address in MAINTAINERS
        trivial: ftrace:fix description of trace directory
        trivial: unnecessary (void*) cast removal in sound/oss/msnd.c
        trivial: input/misc: Fix typo in Kconfig
        trivial: fix grammo in bus_for_each_dev() kerneldoc
        trivial: rbtree.txt: fix rb_entry() parameters in sample code
        trivial: spelling fix in ppc code comments
        trivial: fix typo in bio_alloc kernel doc
        trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt
        trivial: Miscellaneous documentation typo fixes
        trivial: fix typo milisecond/millisecond for documentation and source comments.
        ...
      489f7ab6
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · b322b781
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
        HID: fix inverted wheel for bluetooth version of apple mighty mouse
        HID: no more reinitializtion is needed in post_reset
        HID: hidraw -- fix comment about accepted devices
        HID: Multitouch support for the N-Trig touchscreen
        HID: add new multitouch and digitizer contants
        HID: autocentering support for Logitech Force 3D Pro
        HID: fix hid-ff drivers so that devices work even without ff support
        HID: force feedback support for SmartJoy PLUS PS2/USB adapter
        HID: Wacom Graphire Bluetooth driver
        HID: autocentering support for Logitech G25 Racing Wheel
      b322b781
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · f44c2c9e
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5545/2: add flush_kernel_dcache_page() for ARM
      f44c2c9e
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 2cf4d451
      Linus Torvalds authored
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (417 commits)
        MAINTAINERS: EB110ATX is not ebsa110
        MAINTAINERS: update Eric Miao's email address and status
        fb: add support of LCD display controller on pxa168/910 (base layer)
        [ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYSCON_PWRCN
        [ARM] pxa/sharpsl_pm: zaurus needs generic pxa suspend/resume routines
        [ARM] 5544/1: Trust PrimeCell resource sizes
        [ARM] pxa/sharpsl_pm: cleanup of gpio-related code.
        [ARM] pxa/sharpsl_pm: drop set_irq_type calls
        [ARM] pxa/sharpsl_pm: merge pxa-specific code into generic one
        [ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specific
        [ARM] sa1100: remove unused collie_pm.c
        [ARM] pxa: fix the conflicting non-static declarations of global_gpios[]
        [ARM] 5550/1: Add default configure file for w90p910 platform
        [ARM] 5549/1: Add clock api for w90p910 platform.
        [ARM] 5548/1: Add gpio api for w90p910 platform
        [ARM] 5551/1: Add multi-function pin api for w90p910 platform.
        [ARM] Make ARM_VIC_NR depend on ARM_VIC
        [ARM] 5546/1: ARM PL022 SSP/SPI driver v3
        ARM: OMAP4: SMP: Update defconfig for OMAP4430
        ARM: OMAP4: SMP: Enable SMP support for OMAP4430
        ...
      2cf4d451
    • Nicolas Pitre's avatar
      [ARM] 5545/2: add flush_kernel_dcache_page() for ARM · 73be1591
      Nicolas Pitre authored
      Without this, the default implementation is a no op which is completely
      wrong with a VIVT cache, and usage of sg_copy_buffer() produces
      unpredictable results.
      Tested-by: default avatarSebastian Andrzej Siewior <bigeasy@breakpoint.cc>
      
      CC: stable@kernel.org
      Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      73be1591
    • Russell King's avatar
      ce53895a
    • Russell King's avatar
      Merge branch 'u300' into devel · b7c11ec9
      Russell King authored
      Conflicts:
      	arch/arm/Makefile
      Updates:
      	arch/arm/mach-u300/core.c
      	arch/arm/mach-u300/timer.c
      b7c11ec9
    • Russell King's avatar
      Merge branch 'stmp' into devel · 06099961
      Russell King authored
      06099961
    • Russell King's avatar
      Merge branch 'for-rmk' of... · 4c31791c
      Russell King authored
      Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
      4c31791c
    • Russell King's avatar
  2. 13 Jun, 2009 29 commits