1. 03 Feb, 2013 5 commits
  2. 29 Jan, 2013 1 commit
    • Heiko Stuebner's avatar
      ARM: S3C24XX: transform irq handling into a declarative form · 1f629b7a
      Heiko Stuebner authored
      The irqs available on the machine and even the bit settings in the
      irq registers differ a lot through all the s3c24xx subarchitectures.
      This results in each subarch having its own irq init which adds its
      specific irqs to the base ones created in plat-s3c24xx/irq.c.
      
      This of course makes a future move to devicetree hard to implement.
      
      Therefore this patch transforms the base irq handling to a declarative
      style, where the irq types as well as its parent/child relationship
      gets read from a predefined datastructure, which later on can hopefully
      be easily represented in devicetree too.
      
      It should also be easy to include the subarch specific irqs here
      in later patches, reducing code size and duplication.
      
      It should not affect anything outside of the file, as the original
      irq numbers and their handling are preserved (hopefully) correctly.
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      1f629b7a
  3. 22 Jan, 2013 5 commits
  4. 21 Jan, 2013 1 commit
  5. 10 Jan, 2013 26 commits
  6. 22 Dec, 2012 2 commits
    • Linus Torvalds's avatar
      Linux 3.8-rc1 · a49f0d1e
      Linus Torvalds authored
      a49f0d1e
    • Linus Torvalds's avatar
      Merge git://www.linux-watchdog.org/linux-watchdog · 4fe19a13
      Linus Torvalds authored
      Pull watchdog updates from Wim Van Sebroeck:
       "This includes some fixes and code improvements (like
        clk_prepare_enable and clk_disable_unprepare), conversion from the
        omap_wdt and twl4030_wdt drivers to the watchdog framework, addition
        of the SB8x0 chipset support and the DA9055 Watchdog driver and some
        OF support for the davinci_wdt driver."
      
      * git://www.linux-watchdog.org/linux-watchdog: (22 commits)
        watchdog: mei: avoid oops in watchdog unregister code path
        watchdog: Orion: Fix possible null-deference in orion_wdt_probe
        watchdog: sp5100_tco: Add SB8x0 chipset support
        watchdog: davinci_wdt: add OF support
        watchdog: da9052: Fix invalid free of devm_ allocated data
        watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_RECEIVER
        watchdog: remove depends on CONFIG_EXPERIMENTAL
        watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
        watchdog: DA9055 Watchdog driver
        watchdog: omap_wdt: eliminate goto
        watchdog: omap_wdt: delete redundant platform_set_drvdata() calls
        watchdog: omap_wdt: convert to devm_ functions
        watchdog: omap_wdt: convert to new watchdog core
        watchdog: WatchDog Timer Driver Core: fix comment
        watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepare
        watchdog: imx2_wdt: Select the driver via ARCH_MXC
        watchdog: cpu5wdt.c: add missing del_timer call
        watchdog: hpwdt.c: Increase version string
        watchdog: Convert twl4030_wdt to watchdog core
        davinci_wdt: preparation for switch to common clock framework
        ...
      4fe19a13