Skip to content
  1. Mar 21, 2012
  2. Mar 09, 2012
    • Linus Torvalds's avatar
      Merge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc · 9f8050c4
      Linus Torvalds authored
      Pull last minute fixes from Olof Johansson:
       "One samsung build fix due to a mis-applied patch, and a small set of
        OMAP fixes.  This should be the last from arm-soc for 3.3, hopefully."
      
      * tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
        ARM: S3C2440: Fixed build error for s3c244x
        ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688
        ARM: OMAP: id: Add missing break statement in omap3xxx_check_revision
        ARM: OMAP2+: Remove apply_uV constraints for fixed regulator
        ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts
      9f8050c4
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator · 9a0cee71
      Linus Torvalds authored
      Pull regulator fix from Mark Brown:
       "Another small, clear fix in a specific driver."
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
        regulator: tps65910: Configure correct value for VDDCTRL vout reg
      9a0cee71
    • Linus Torvalds's avatar
      Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 · ee0849c9
      Linus Torvalds authored
      Pull minor devicetree bug fixes and documentation updates from Grant Likely:
       "Fixes up a duplicate #include, adds an empty implementation of
        of_find_compatible_node() and make git ignore .dtb files.  And fix up
        bus name on OF described PHYs.  Nothing exciting here."
      
      * tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6:
        doc: dt: Fix broken reference in gpio-leds documentation
        of/mdio: fix fixed link bus name
        of/fdt.c: asm/setup.h included twice
        of: add picochip vendor prefix
        dt: add empty of_find_compatible_node function
        ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore
      ee0849c9
    • Linus Torvalds's avatar
      Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 · 7d77696e
      Linus Torvalds authored
      Pull SPI section mismatch bug fix for v3.3-rc3 from Grant Likely:
       "Minor fix for pl022_dma_probe() function which was put in the wrong
        section."
      
      * tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6:
        Fix section mismatch in spi-pl022.c
      7d77696e
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging · 42a6c7ef
      Linus Torvalds authored
      Pull four hwmon patches from Guenter Roeck
      
      * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        hwmon: (jc42) Add support for AT30TS00, TS3000GB2, TSE2002GB2, and MCP9804
        hwmon: (zl6100) Maintain delay parameter in driver instance data
        hwmon: (pmbus_core) Fix maximum number of POUT alarm attributes
        hwmon: (jc42) Add support for ST Microelectronics STTS2002 and STTS3000
      42a6c7ef
    • Linus Torvalds's avatar
      Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm · 5d0edf29
      Linus Torvalds authored
      Pull device-mapper fixes for 3.3 from Alasdair Kergon
      
      Eight small device-mapper bug fixes.
      
      * tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm:
        dm raid: fix flush support
        dm raid: set MD_CHANGE_DEVS when rebuilding
        dm thin metadata: decrement counter after removing mapped block
        dm thin metadata: unlock superblock in init_pmd error path
        dm thin metadata: remove incorrect close_device on creation error paths
        dm flakey: fix crash on read when corrupt_bio_byte not set
        dm io: fix discard support
        dm ioctl: do not leak argv if target message only contains whitespace
      5d0edf29
    • Olof Johansson's avatar
      Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes · c66fcfa9
      Olof Johansson authored
      * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688
        ARM: OMAP: id: Add missing break statement in omap3xxx_check_revision
        ARM: OMAP2+: Remove apply_uV constraints for fixed regulator
        ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts
      c66fcfa9
    • Kukjin Kim's avatar
      ARM: S3C2440: Fixed build error for s3c244x · 48546cc0
      Kukjin Kim authored
      
      
      Fixed following:
      arch/arm/mach-s3c2440/s3c244x.c: In function 's3c244x_restart':
      arch/arm/mach-s3c2440/s3c244x.c:209: error: expected declaration or statement at end of input
      make[1]: *** [arch/arm/mach-s3c24xx/s3c244x.o] Error 1
      make: *** [arch/arm/mach-s3c24xx] Error 2
      
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      48546cc0
  3. Mar 08, 2012
  4. Mar 07, 2012