29 Mar, 2009

2 commits

  • * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (422 commits)
    [ARM] 5435/1: fix compile warning in sanity_check_meminfo()
    [ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx
    [ARM] pxa: fix the bad assumption that PCMCIA sockets always start with 0
    [ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pins
    imxfb: Fix TFT mode
    i.MX21/27: remove ifdef CONFIG_FB_IMX
    imxfb: add clock support
    mxc: add arch_reset() function
    clkdev: add possibility to get a clock based on the device name
    i.MX1: remove fb support from mach-imx
    [ARM] pxa: build arch/arm/plat-pxa/mfp.c only when PXA3xx or ARCH_MMP defined
    Gemini: Add support for Teltonika RUT100
    Gemini: gpiolib based GPIO support v2
    MAINTAINERS: add myself as Gemini architecture maintainer
    ARM: Add Gemini architecture v3
    [ARM] OMAP: Fix compile for omap2_init_common_hw()
    MAINTAINERS: Add myself as Faraday ARM core variant maintainer
    ARM: Add support for FA526 v2
    [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
    [ARM] collie: fix two minor formatting nits
    ...

    Linus Torvalds
     
  • Conflicts:
    sound/soc/pxa/pxa2xx-i2s.c

    Russell King
     

28 Mar, 2009

1 commit


27 Mar, 2009

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
    [WATCHDOG] i6300esb.c: start locking
    [WATCHDOG] i6300esb.c: convert to platform device driver
    [WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501
    [WATCHDOG] Fix io.h & uaccess.h includes.
    [WATCHDOG] More coding-style and trivial clean-up
    [WATCHDOG] struct file_operations should be const
    [WATCHDOG] cpwd.c: Coding style - Clean-up
    [WATCHDOG] hpwdt.c: Add new HP BMC controller.
    [PATCH 13/13] drivers/watchdog: use USB API functions rather than constants
    [WATCHDOG] orion5x_wdt: fix compile issue by providing tclk as platform data
    [WATCHDOG] rc32434_wdt: make sure watchdog is not running at startup
    [WATCHDOG] rc32434_wdt: add spin_locking
    [WATCHDOG] rc32434_wdt: add shutdown method
    [WATCHDOG] rc32434_wdt: add timeout module parameter
    [WATCHDOG] rc32434_wdt: clean-up driver
    [WATCHDOG] davinci: convert to ioremap() + io[read|write]
    [WATCHDOG] w83697ug: add error checking
    [WATCHDOG] cpwd.c & riowd.c - unlocked_ioctl

    Linus Torvalds
     

25 Mar, 2009

19 commits


19 Mar, 2009

1 commit


14 Mar, 2009

1 commit


09 Mar, 2009

1 commit

  • The remaining registers are separated into:

    -
    -
    -

    and then we can remove pxa-regs.h completely. Instead of #include this
    file, let's:

    1. include the specific with care (if that's absolutely
    necessary)

    2. define the registers in the driver, make cleanly defined API to expose
    the register access to external with sufficient reason

    Signed-off-by: Eric Miao

    Eric Miao
     

06 Mar, 2009

1 commit

  • orion5x_wdt no longer compiled after the changes in commit
    ebe35aff883496c07248df82c8576c3b6e84bbbe ("Orion: prepare for
    runtime-determined timer tick rate").

    The tick rate define (ORION5X_TCLK) was removed in favor of a runtime
    detection. The quick fix is to add the define in the watchdog driver.
    The fix is not correct for all supported orion5x platforms, but since
    the supported platforms right now are 133 Mhz and 166 Mhz, it won't
    be _that_ far off. ;-) A fix that uses the runtime-determined timer
    tick rate will be applied later.

    Signed-off-by: Wim Van Sebroeck
    Cc: Kristof Provost
    Acked-by: Lennert Buytenhek
    Cc: Nicolas Pitre
    Cc: Russell King
    Cc: Andrew Morton

    Wim Van Sebroeck
     

05 Mar, 2009

2 commits


24 Feb, 2009

2 commits


23 Feb, 2009

1 commit


20 Feb, 2009

1 commit

  • * master.kernel.org:/home/rmk/linux-2.6-arm:
    [ARM] 5405/1: ep93xx: remove unused gesbc9312.h header
    [ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIES_EXEC
    [ARM] omap: fix clock reparenting in omap2_clk_set_parent()
    [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0
    [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo()
    [ARM] 5401/1: Orion: fix edge triggered GPIO interrupt support
    [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device controller
    [ARM] 5391/1: AT91: Enable GPIO clocks earlier
    [ARM] 5390/1: AT91: Watchdog fixes
    [ARM] 5398/1: Add Wan ZongShun to MAINTAINERS for W90P910
    [ARM] omap: fix _omap2_clksel_get_src_field()
    [ARM] omap: fix omap2_divisor_to_clksel() error return value

    Linus Torvalds
     

15 Feb, 2009

1 commit

  • The recently merged AT91SAM9 watchdog driver uses the
    AT91SAM9X_WATCHDOG config variable, whereas the original version of
    the driver (and the platform support code) used AT91SAM9_WATCHDOG.
    This causes the watchdog platform_device to never be registered, and
    therefore the driver not to be initialized.

    This patch:
    - updates the platform support code to use AT91SAM9X_WATCHDOG.
    - includes to fix compile error (same fix as was applied
    to at91rm9200_wdt.c)
    - fixes comment regarding watchdog clock-rates in at91rm9200.

    Signed-off-by: Andrew Victor
    Signed-off-by: Russell King

    Andrew Victor
     

14 Feb, 2009

1 commit


09 Feb, 2009

2 commits


29 Jan, 2009

1 commit


25 Jan, 2009

1 commit


24 Jan, 2009

1 commit