1. 06 Jul, 2012 3 commits
    • Arnd Bergmann's avatar
      Merge branch 'mxs/dt-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt · 059eab45
      Arnd Bergmann authored
      From Shawn Guo <shawn.guo@linaro.org>:
      * 'mxs/dt-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6: (26 commits)
        ARM: dts: imx28-evk: add flexan devices
        ARM: mx23: Add initial support for olinuxino board
        ARM: dts: mx23: add gpmi nand support
        ARM: dts: mxs: add lcd support for imx23-evk and imx28-evk
        ARM: dts: mxs: add pwm-backlight for imx23-evk and imx28-evk
        ARM: dts: mxs: enable rtc for imx23 and imx28
        ARM: dts: imx28-evk: add heartbeat gpio-leds
        ARM: dts: imx28-evk: add missing properties for fec
        ARM: dts: imx28-evk: add vmmc-supply for mmc device
        ARM: dts: imx23-evk: add auart device
        ARM: dts: imx23-evk: updates for mmc device
        ARM: dts: mxs: add hog-gpios for imx23-evk and imx28-evk
        ARM: dts: mxs: add comments for pinmux-ids
        ARM: mxs: use auxdata to attach mxsfb_platform_data
        video: mxsfb: add simple device tree probe
        video: mxsfb: move mxsfb.h into include/linux
        rtc: stmp3xxx: Add simple binding for the stmp3xxx-rtc
        ARM: mxs: enable flexcan on imx28
        ARM: dts: cfa10036: Add Power LED to the CFA-10036 board
        ARM: mxs: Add Crystalfontz CFA-10036 DTS
        ...
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      059eab45
    • Arnd Bergmann's avatar
      Merge tag 'v3.5-rc5' into next/dt · 94a2597c
      Arnd Bergmann authored
      Linux 3.5-rc5
      94a2597c
    • Shawn Guo's avatar
      ARM: dts: imx28-evk: add flexan devices · 6ca44acf
      Shawn Guo authored
      Add flexan devices for imx28-evk board.
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      6ca44acf
  2. 05 Jul, 2012 1 commit
  3. 03 Jul, 2012 25 commits
  4. 01 Jul, 2012 1 commit
  5. 30 Jun, 2012 10 commits
    • Olof Johansson's avatar
      Merge branch 'lpc32xx/devel' into next/soc · c5362941
      Olof Johansson authored
      * lpc32xx/devel: (22 commits)
        ARM: LPC32xx: Move i2s1 dma enabling to clock.c
        ARM: LPC32xx: Move uart6 irda disable to serial.c
        ARM: LPC32xx: Cleanup board init, remove duplicate clock init
        ARM: LPC32xx: Remove spi chip definitions
        ARM: LPC32xx: Remove spi chipselect request from board init
        ARM: LPC32xx: Add dt settings to the at25 node
        ARM: LPC32xx: Build arch dtbs
        ARM: LPC32xx: Fix lpc32xx.dtsi status property: "disable" -> "disabled"
        ARM: LPC32xx: Remove mach specific ARCH_NR_GPIOS, use default
        ARM: LPC32xx: High Speed UART configuration via DT
        ARM: LPC32xx: DT conversion of Standard UARTs
        ARM: LPC32xx: DTS adjustment for using pl18x primecell
        ARM: LPC32xx: Add MMC controller support
        ARM: LPC32xx: Defconfig update
        ARM: LPC32xx: Clock adjustment for key matrix controller
        ARM: LPC32xx: DTS adjustment for key matrix controller
        ARM: LPC32xx: Add dts for EA3250 reference board
        ARM: LPC32xx: Adjust dtsi file for MLC controller configuration
        ARM: LPC32xx: Add DMA configuration to platform data
        ARM: LPC32xx: Remove SLC controller initialization from platform init
        ...
      c5362941
    • Linus Torvalds's avatar
      Linux 3.5-rc5 · 6887a413
      Linus Torvalds authored
      6887a413
    • Linus Torvalds's avatar
      Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc · c07978b3
      Linus Torvalds authored
      Pull ARM SoC fixes from Olof Johansson:
       "Another week, another batch of fixes.
      
        All are small, contained, targeted fixes for explicit problems --
        mostly build and boot failures across i.MX, OMAP, Renesas/Shmobile and
        Samsung."
      
      * tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
        ARM: imx6q: fix suspend regression caused by common clk migration
        ARM: OMAP4470: Fix OMAP4470 boot failure
        ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry
        ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=n
        ARM: shmobile: r8a7779: Route all interrupts to ARM
        ARM: shmobile: kzm9d: use late init machine hook
        ARM: shmobile: kzm9g: use late init machine hook
        ARM: mach-shmobile: armadillo800eva: Use late init machine hook
        ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping
        ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerel
        ARM: mach-shmobile: Fix build when SMP is enabled and EMEV2 is not enabled
        ARM: shmobile: sh7372: bugfix: chclr_offset base
        ARM: shmobile: sh73a0: bugfix: SY-DMAC number
        ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL
      c07978b3
    • Randy Dunlap's avatar
      printk.c: fix kernel-doc warnings · 4f0f4af5
      Randy Dunlap authored
      Fix kernel-doc warnings in printk.c: use correct parameter name.
      
        Warning(kernel/printk.c:2429): No description found for parameter 'buf'
        Warning(kernel/printk.c:2429): Excess function parameter 'line' description in 'kmsg_dump_get_buffer'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4f0f4af5
    • Randy Dunlap's avatar
      linux/irq.h: fix kernel-doc warning · 87fac288
      Randy Dunlap authored
      Fix kernel-doc warning.  This struct member was removed in commit
      87568264 ("irq: Remove irq_chip->release()") so remove its
      associated kernel-doc entry also.
      
        Warning(include/linux/irq.h:338): Excess struct/union/enum/typedef member 'release' description in 'irq_chip'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Cc: Richard Weinberger <richard@nod.at>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      87fac288
    • Olof Johansson's avatar
      Merge branch 'v3.5-samsung-fixes-1' of... · 5d5474df
      Olof Johansson authored
      Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
      
      * 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry
        ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping
        ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL
      5d5474df
    • Shawn Guo's avatar
      ARM: imx6q: fix suspend regression caused by common clk migration · 5ae95aef
      Shawn Guo authored
      When moving to common clk framework, the imx6q clks rom and mmdc_ch1_axi
      get different on/off states than old clk driver, which breaks suspend
      function.  There might be a better way to manage these clocks, but let's
      takes the old clk driver approach to fix the regression first.
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      5ae95aef
    • Olof Johansson's avatar
      Merge tag 'omap-fixes-for-v3.5-rc4' of... · e5a5192a
      Olof Johansson authored
      Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
      
      From Tony Lindgren:
      "Here's one more regression fix that I missed earlier, and a
       trivial fix to get omap4470 booting."
      
      * tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP4470: Fix OMAP4470 boot failure
        ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=n
      e5a5192a
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux · c7676092
      Linus Torvalds authored
      Pull ACPI & Power Management patches from Len Brown.
      
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
        acpi_pad: fix power_saving thread deadlock
        ACPI video: Still use ACPI backlight control if _DOS doesn't exist
        ACPI, APEI, Avoid too much error reporting in runtime
        ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding
        ACPI: Remove one board specific WARN when ignoring timer overriding
        ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases
        ACPI, x86: fix Dell M6600 ACPI reboot regression via DMI
        ACPI sysfs.c strlen fix
      c7676092
    • Linus Torvalds's avatar
      Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · 21f27291
      Linus Torvalds authored
      Pull driver Core fixes from Greg Kroah-Hartman:
       "Here is a number of printk() fixes, specifically a few reported by the
        crazy blog program that ships in SUSE releases (that's "boot log" and
        not "web log", it predates the general "blog" terminology by many
        years), and the restoration of the continuation line functionality
        reported by Stephen and others.  Yes, the changes seem a bit big this
        late in the cycle, but I've been beating on them for a while now, and
        Stephen has even optimized it a bit, so all looks good to me.
      
        The other change in here is a Documentation update for the stable
        kernel rules describing how some distro patches should be backported,
        to hopefully drive a bit more response from the distros to the stable
        kernel releases.
      
        Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
      
      * tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        printk: Optimize if statement logic where newline exists
        printk: flush continuation lines immediately to console
        syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ
        Revert "printk: return -EINVAL if the message len is bigger than the buf size"
        printk: fix regression in SYSLOG_ACTION_CLEAR
        stable: Allow merging of backports for serious user-visible performance issues
      21f27291