Skip to content
  1. Jan 24, 2015
  2. Jan 22, 2015
    • Olof Johansson's avatar
      Merge tag 'renesas-soc-fixes2-for-v3.19' of... · 604beee8
      Olof Johansson authored
      
      Merge tag 'renesas-soc-fixes2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
      
      Merge "Second Round of Renesas ARM Based SoC Fixes for v3.19" from Simon
      Horman:
      
      * Instantiate GIC from C board code in legacy builds on r8a7778 and r8a7779
      
      * tag 'renesas-soc-fixes2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7779: Instantiate GIC from C board code in legacy builds
        ARM: shmobile: r8a7778: Instantiate GIC from C board code in legacy builds
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      604beee8
  3. Jan 20, 2015
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.19/gic-regression-v2' of... · 07bf3283
      Olof Johansson authored
      
      Merge tag 'omap-for-v3.19/gic-regression-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
      
      Merge "Urgent omap4 legacy interrupt regression fix for v3.19-rc series" from
      Tony Lindgren:
      
      A rather urgent pull request to fix omap4 legacy interrupts.
      
      The legacy interrupts on omap4 got broken when gic got changed to
      use irq_domain_add_linear() instead of the irq_domain_add_legacy(). We
      still have the hardcoded legacy IRQ numbers in use in several places,
      most notably the in the legacy DMA. It took a while to figure out
      what the problem was and how it should be fixed for the -rc series.
      
      Also include is a regression fix for the dra7 dwc3 suspend.
      
      * tag 'omap-for-v3.19/gic-regression-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP: Work around hardcoded interrupts
        arm: boot: dts: dra7: enable dwc3 suspend PHY quirk
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      07bf3283
    • Andrew Lunn's avatar
      bus: mvebu-mbus: fix support of MBus window 13 · 38bdf45f
      Andrew Lunn authored
      On Armada XP, 375 and 38x the MBus window 13 has the remap capability,
      like windows 0 to 7. However, the mvebu-mbus driver isn't currently
      taking into account this special case, which means that when window 13
      is actually used, the remap registers are left to 0, making the device
      using this MBus window unavailable.
      
      As a minimal fix for stable, don't use window 13. A full fix will
      follow later.
      
      Fixes: fddddb52
      
       ("bus: introduce an Marvell EBU MBus driver")
      Cc: <stable@vger.kernel.org> # v3.10+
      Reviewed-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      38bdf45f
  4. Jan 19, 2015
  5. Jan 18, 2015
    • Thomas Petazzoni's avatar
      ARM: mvebu: completely disable hardware I/O coherency · 8f1e8ee2
      Thomas Petazzoni authored
      
      
      The current hardware I/O coherency is known to cause problems with DMA
      coherent buffers, as it still requires explicit I/O synchronization
      barriers, which is not compatible with the semantics expected by the
      Linux DMA coherent buffers API.
      
      So, in order to have enough time to validate a new solution based on
      automatic I/O synchronization barriers, this commit disables hardware
      I/O coherency entirely. Future patches will re-enable it.
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Cc: <stable@vger.kernel.org> # v3.8+
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      8f1e8ee2
    • Marc Zyngier's avatar
      ARM: OMAP: Work around hardcoded interrupts · 0fb22a8f
      Marc Zyngier authored
      Commit 9a1091ef
      
       ("irqchip: gic: Support hierarchy irq domain")
      changed the GIC driver to use a non-legacy IRQ domain on DT
      platforms. This patch assumes that DT-driven systems are getting
      all of their interrupts from device tree.
      
      Turns out that OMAP has quite a few hidden gems, and still uses
      hardcoded interrupts despite having fairly complete DTs.
      
      This patch attempts to work around these by offering a translation
      method that can be called directly from the hwmod code, if present.
      The same hack is sprinkled over PRCM and TWL.
      
      It isn't pretty, but it seems to do the job without having to add
      more hacks to the interrupt controller code.
      
      Tested on OMAP4 (Panda-ES) and OMAP5 (UEVM5432).
      
      Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
      Acked-by: default avatarNishanth Menon <nm@ti.com>
      [tony@atomide.com: updated to fix make randconfig issue]
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      0fb22a8f
  6. Jan 17, 2015
    • Olof Johansson's avatar
      Merge tag 'samsung-fixes-3.19' of... · 966903a9
      Olof Johansson authored
      
      Merge tag 'samsung-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
      
      Merge "Samsung fixes for v3.19" from Kukjin Kim:
      
      Samsung fixes for v3.19
      - exynos_defconfig: enable LM90 driver and display panel support
         - HWMON
         - SENSORS_LM90
         - Direct Rendering Manager (DRM)
         - DRM bridge registration and lookup framework
         - Parade ps8622/ps8625 eDP/LVDS bridge
         - NXP ptn3460 eDP/LVDS bridge
         - Exynos Fully Interactive Mobile Display controller (FIMD)
         - Panel registration and lookup framework
         - Simple panels
         - Backlight & LCD device support
      
      - use pmu_system_controller phandle for dp phy
        : DP PHY requires pmu_system_controller to handle PMU reg. now
      
      * tag 'samsung-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
        ARM: exynos_defconfig: Enable LM90 driver
        ARM: exynos_defconfig: Enable options for display panel support
        arm: dts: Use pmu_system_controller phandle for dp phy
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      966903a9
    • Tyler Baker's avatar
      reset: sunxi: fix spinlock initialization · 41544f9f
      Tyler Baker authored
      
      
      Call spin_lock_init() before the spinlocks are used, both in early init
      and probe functions preventing a lockdep splat.
      
      I have been observing lockdep complaining [1] during boot on my a80 optimus [2]
      when CONFIG_PROVE_LOCKING has been enabled. This patch resolves the splat,
      and has been tested on a few other sunxi platforms without issue.
      
      [1] http://storage.kernelci.org/next/next-20150107/arm-multi_v7_defconfig+CONFIG_PROVE_LOCKING=y/lab-tbaker/boot-sun9i-a80-optimus.html
      [2] http://kernelci.org/boot/?a80-optimus
      
      Signed-off-by: default avatarTyler Baker <tyler.baker@linaro.org>
      Cc: <stable@vger.kernel.org>
      Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      41544f9f
    • Olof Johansson's avatar
      Merge tag 'renesas-soc-fixes-for-v3.19' of... · a30e9318
      Olof Johansson authored
      Merge tag 'renesas-soc-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
      
      Merge "Renesas ARM Based SoC Fixes for v3.19" from Simon Horman:
      
      Renesas ARM Based SoC Fixes for v3.19
      
      This pull request is based on the last round of SoC updates for v3.19,
      Fourth Round of Renesas ARM Based SoC Updates for v3.19, tagged as
      renesas-soc3-for-v3.19, merged into your next/soc branch and included in
      v3.19-rc1.
      
      - ARM: shmobile: r8a7740: Instantiate GIC from C board code in legacy builds
      
        Set .control_parent for all irqpin instances for sh73a0 SoC when booting
        using legacy C.
      
      - ARM: shmobile: r8a7740: Instantiate GIC from C board code in legacy builds
      
        This fixes a long standing problem which has been present since
        the sh73a0 SoC started using the INTC External IRQ pin driver.
      
        The patch that introduced the problem is 341eb546 ("ARM:
        shmobile: INTC External IRQ pin driver on sh73a0") which was included
        in v3.10.
      
      * tag 'renesas-soc-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin instances
        ARM: shmobile: r8a7740: Instantiate GIC from C board code in legacy builds
      a30e9318
    • Abhilash Kesavan's avatar
      ARM: dts: disable CCI on exynos5420 based arndale-octa · 25217fef
      Abhilash Kesavan authored
      
      
      The arndale-octa board was giving "imprecise external aborts" during
      boot-up with MCPM enabled. CCI enablement of the boot cluster was found
      to be the cause of these aborts (possibly because the secure f/w was not
      allowing it). Hence, disable CCI for the arndale-octa board.
      
      Signed-off-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
      Tested-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
      Tested-by: default avatarKevin Hilman <khilman@linaro.org>
      Tested-by: default avatarTyler Baker <tyler.baker@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      25217fef
    • Abhilash Kesavan's avatar
      drivers: bus: check cci device tree node status · 896ddd60
      Abhilash Kesavan authored
      
      
      The arm-cci driver completes the probe sequence even if the cci node is
      marked as disabled. Add a check in the driver to honour the cci status
      in the device tree.
      
      Signed-off-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
      Acked-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      Acked-by: default avatarNicolas Pitre <nico@linaro.org>
      Tested-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      Tested-by: default avatarKevin Hilman <khilman@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      896ddd60
    • Olof Johansson's avatar
      Merge tag 'at91-fixes' of... · 6fda93b9
      Olof Johansson authored
      
      Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes
      
      Merge "at91: fixes for 3.19 #1 (ter)" from Nicolas Ferre:
      
      First fixes batch for AT91 on 3.19:
      - fix some DT entries
      - correct clock entry for the at91sam9263 LCD
      - add a phy_fixup for Eth1 on sama5d4
      
      * tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
        ARM: at91: board-dt-sama5: add phy_fixup to override NAND_Tree
        ARM: at91/dt: sam9263: Add missing clocks to lcdc node
        ARM: at91: sama5d3: dt: correct the sound route
        ARM: at91/dt: sama5d4: fix the timer reg length
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6fda93b9
    • Heiko Stübner's avatar
      ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288 · c9b75d51
      Heiko Stübner authored
      
      
      rk3288 SoCs have a function to automatically switch between jtag/sdmmc pinmux
      settings depending on the card state. This collides with a lot of assumptions.
      
      It only works when using the internal card-detect mechanism and breaks
      horribly when using either the normal card-detect via the slot-gpio function
      or via any other pin. Also there is of course no link between the mmc and jtag
      on the software-side, so the jtag clocks may very well be disabled when the
      card is ejected and the soc switches back to the jtag pinmux.
      
      Leaving the switching function enabled did result in mmc timeouts and rcu
      stalls thus hanging the system on 3.19-rc1. Therefore disable it in all cases,
      as we expect the devicetree to explicitly select either mmc or jtag pinmuxes
      anyway.
      
      Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      c9b75d51
    • Olof Johansson's avatar
      Merge tag 'berlin-fixes-for-3.19-1' of... · 1dbb36bc
      Olof Johansson authored
      
      Merge tag 'berlin-fixes-for-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin into fixes
      
      Merge "ARM: berlin: Fixes for v3.19 (round 1)" from Sebastian Hesselbarth:
      
      Marvell Berlin fixes for v3.19 round 1:
      - SDHCI DT fixes for BG2Q and BG2Q reference board
      - BG2Q SM GPIO DT node relocation
      
      * tag 'berlin-fixes-for-3.19-1' of git://git.infradead.org/users/hesselba/linux-berlin:
        ARM: dts: berlin: correct BG2Q's SM GPIO location.
        ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell DMP DT
        ARM: dts: berlin: fix io clk and add missing core clk for BG2Q sdhci2 host
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      1dbb36bc
    • Linus Walleij's avatar
      ARM: nomadik: fix up leftover device tree pins · 259e4384
      Linus Walleij authored
      
      
      We altered the device tree bindings for the Nomadik family of
      pin controllers to be standard, this file was merged out-of-order
      so we missed fixing this. Fix it up.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      259e4384
    • Olof Johansson's avatar
      Merge tag 'omap-for-v3.19/fixes-rc1' of... · e3db2217
      Olof Johansson authored
      
      Merge tag 'omap-for-v3.19/fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
      
      Merge "omap fixes against v3.19-rc1" from Tony Lindgren:
      
      Fixes for omaps mostly to deal with dra7 timer issues
      and hypervisor mode. The other fixes are minor fixes for
      various boards. The summary of the fixes is:
      
      - Fix real-time counter rate typos for some frequencies
      - Fix counter frequency drift for am572x
      - Fix booting of secondary CPU in HYP mode
      - Fix n900 board name for legacy user space
      - Fix cpufreq in omap2plus_defconfig after Kconfig change
      - Fix dra7 qspi partitions
      
      And also, let's re-enable smc91x on some n900 boards that
      we have sitting in a few test boot systems after the boot
      loader dependencies got fixed.
      
      * tag 'omap-for-v3.19/fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: dts: Revert disabling of smc91x for n900
        ARM: dts: dra7-evm: fix qspi device tree partition size
        ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT
        ARM: OMAP2+: Fix n900 board name for legacy user space
        ARM: omap5/dra7xx: Enable booting secondary CPU in HYP mode
        ARM: dra7xx: Fix counter frequency drift for AM572x errata i856
        ARM: omap5/dra7xx: Fix frequency typos
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      e3db2217
    • Olof Johansson's avatar
      Merge tag 'imx-fixes-3.19' of... · 3be81429
      Olof Johansson authored
      
      Merge tag 'imx-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
      
      Merge "ARM: imx: fixes for 3.19" from Shawn Guo:
      
      The i.MX fixes for 3.19:
       - One fix for incorrect i.MX25 SPI1 clock assignment in device tree,
         which causes system hang when accessing SPI1.
       - Correct i.MX6SX QSPI parent clock configuration to fix a kernel Oops.
       - Fix ULPI PHY reset modelling on imx51-babbage board to remove the
         dependency on bootloader for USB3317 ULPI PHY reset.
       - Correct video divider setting on i.MX6Q rev T0 1.0 to fix the issue
         that HDMI is not working at high resolution on T0 1.0.
       - One incremental fix for CODA960 VPU enabling in device tree to
         correct interrupt order.
       - LS1021A SCFG block works in BE mode, add device tree property
         big-endian to make it right.
      
      * tag 'imx-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        ARM: dts: imx51-babbage: Fix ULPI PHY reset modelling
        ARM: imx6sx: Set PLL2 as parent of QSPI clocks
        ARM: dts: imx25: Fix the SPI1 clocks
        ARM: clk-imx6q: fix video divider for rev T0 1.0
        ARM: dts: imx6qdl: Fix CODA960 interrupt order
        ARM: ls1021a: dtsi: add 'big-endian' property for scfg node
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      3be81429
    • Olof Johansson's avatar
      Merge tag 'v3.19-rockchip-dtsfixes1' of... · 1591dc44
      Olof Johansson authored
      
      Merge tag 'v3.19-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
      
      Merge "ARM: rockchip: dts fix for 3.19" from Heiko Stübner:
      
      Increase drive-strength to sdmmc pins on rk3288-evb to fix
      an issue with the fixed highspeed card detection.
      
      * tag 'v3.19-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        ARM: dts: rockchip: bump sd card pin drive strength up on rk3288-evb
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      1591dc44
    • Magnus Damm's avatar
      ARM: shmobile: r8a7779: Instantiate GIC from C board code in legacy builds · f469cde2
      Magnus Damm authored
      As of commit 9a1091ef
      
       ("irqchip: gic: Support hierarchy irq
      domain."), Marzen legacy hangs during boot with:
      
         Image Name:   'Linux-3.19.0-rc4'
         Image Type:   ARM Linux Kernel Image (uncompressed)
         Data Size:    3445880 Bytes = 3.3 MiB
         Load Address: 60008000
         Entry Point:  60008000
         Verifying Checksum ... OK
         Loading Kernel Image ... OK
      OK
      
      Starting kernel ...
      
      Enabling DEBUG_LL does not seem to change the situation, however this
      patch by itself fixes this issue and re-enables normal boot.
      
      This issue happens because the IRQ numbers of the GIC are now virtual,
      and no longer match the hardcoded hardware IRQ numbers in the platform
      board code.
      
      To fix this, instantiate the GIC from platform board code when compiling
      a legacy kernel, like is done for the sh73a0, r8a7740 and r8a7778 legacy code.
      
      Follows same style as the r8a7740 legacy GIC fix by Geert Uytterhoeven,
      thanks to him for the initial work.
      
      Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
      Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      f469cde2
    • Magnus Damm's avatar
      ARM: shmobile: r8a7778: Instantiate GIC from C board code in legacy builds · 1fbbc3f0
      Magnus Damm authored
      As of commit 9a1091ef
      
       ("irqchip: gic: Support hierarchy irq
      domain."), Bock-W legacy hangs during boot with:
      
      Unable to handle kernel paging request at virtual address cf86a128
      pgd = c0004000
      [cf86a128] *pgd=6f80041e(bad)
      Internal error: Oops: 8000000d [#1] SMP ARM
      CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.19.0-rc4 #1
      Hardware name: bockw
      task: cf823b40 ti: cf824000 task.ti: cf824000
      PC is at 0xcf86a128
      LR is at request_threaded_irq+0xbc/0x124
      
      This happens because the IRQ numbers of the GIC are now virtual, and no
      longer match the hardcoded hardware IRQ numbers in the platform board
      code.
      
      To fix this, instantiate the GIC from platform board code when compiling
      a legacy kernel, like is done for the sh73a0 and r8a7740 legacy code.
      
      Follows same style as the r8a7740 legacy GIC fix by Geert Uytterhoeven,
      thanks to him for the initial work.
      
      Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
      Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      1fbbc3f0
  7. Jan 16, 2015
  8. Jan 12, 2015
  9. Jan 11, 2015
  10. Jan 10, 2015
    • Linus Torvalds's avatar
      Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · eb749269
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "All a few small regression or stable fixes: a Nvidia HDMI ID addition,
        a regression fix for CAIAQ stream count, a typo fix for GPIO setup
        with STAC/IDT HD-audio codecs, and a Fireworks big-endian fix"
      
      * tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: fireworks: fix an endianness bug for transaction length
        ALSA: hda - Add new GPU codec ID 0x10de0072 to snd-hda
        ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs
        ALSA: snd-usb-caiaq: fix stream count check
      eb749269