1. 09 10月, 2014 3 次提交
  2. 02 10月, 2014 1 次提交
  3. 26 9月, 2014 7 次提交
  4. 25 9月, 2014 3 次提交
  5. 24 9月, 2014 3 次提交
    • A
      ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings · b65e0fb3
      Andreas Henriksson 提交于
      As discovered on a custom board similar to at91sam9263ek and basing
      its devicetree on that one apparently the pin muxing doesn't get
      set up properly. This was discovered since the custom boards u-boot
      does funky stuff with the pin muxing and leaved it set to SPI
      which made the MMC driver not work under Linux.
      The fix is simply to define the given configuration as the default.
      This probably worked by pure luck before, but it's better to
      make the muxing explicitly set.
      Signed-off-by: NAndreas Henriksson <andreas.henriksson@endian.se>
      Acked-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Cc: <stable@vger.kernel.org>  # 3.11+
      b65e0fb3
    • O
      Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next/fixes-non-critical · 422d9abf
      Olof Johansson 提交于
      Merge "mvebu fixes for v3.17" from Jason Cooper:
      
       - kirkwood
          - final driver cleanup of ARCH_KIRKWOOD removal
          - fix DT based DSA
      
       - mvebu
          - use BCH ECC for the RN2120 and RN104/2 nand chips
      
      * tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu:
        ARM: mvebu: Netgear RN102: Use Hardware BCH ECC
        ARM: Kirkwood: Fix DT based DSA.
        ARM: mvebu: Netgear RN2120: Use Hardware BCH ECC
        ARM: mvebu: Netgear RN104: Use Hardware BCH ECC
        cpufreq: Remove ARCH_KIRKWOOD dependency
        watchdog: Remove ARCH_KIRKWOOD dependency
        rtc: Remove ARCH_KIRKWOOD dependency
        leds: Remove ARCH_KIRKWOOD dependency
        thermal: Remove ARCH_KIRKWOOD dependency
        ata: Remove ARCH_KIRKWOOD dependency
        cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency
      422d9abf
    • O
      Merge tag 'fixes-v3.18-not-urgent' of... · 2fee8c1d
      Olof Johansson 提交于
      Merge tag 'fixes-v3.18-not-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
      
      Merge "non-urgent omap fixes for v3.18 merge window" from Tony Lindgren:
      
      Fixes for omaps that were not considered urgent enough
      for the -rc cycle:
      
      - Fixes for .dts files to differentiate panda and beaglebone versions
      - Powerdomain fixes from Nishant Menon mostly for newer omaps
      - Fixes for __initconst and of_device_ids const usage
      
      * tag 'fixes-v3.18-not-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: make of_device_ids const
        ARM: omap2: make arrays containing machine compatible strings const
        ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug
        ARM: OMAP4+: PM: use only valid low power state for suspend
        ARM: OMAP4+: PM: Make logic state programmable
        ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain
        ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdms
        ARM: OMAP5: powerdomain data: fix powerdomain powerstate
        ARM: OMAP: DRA7: powerdomain data: fix powerdomain powerstate
        ARM: dts: am335x-bone*: Fix model name and update compatibility information
        ARM: dts: omap4-panda: Fix model and SoC family details
        + Linux 3.17-rc3
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      2fee8c1d
  6. 14 9月, 2014 2 次提交
  7. 12 9月, 2014 2 次提交
  8. 10 9月, 2014 1 次提交
    • R
      ARM: LPC32xx: Fix reset function · 01100c02
      Roland Stigge 提交于
      In the recent change to the reset function API (commit
      7b6d864b), the mode argument changed from a
      char to an enum. lpc23xx_restart() only handles REBOOT_SOFT and REBOOT_HARD,
      but the new kernel code emits REBOOT_COLD (0) on reboots now which leads to
      lpc32xx simply not rebooting (but halting).
      
      This patch fixes this by just resetting unconditionally as on other platforms
      (e.g. mach-bcm2835).
      
      Pulling lpc32xx_watchdog_reset() into lpc23xx_restart() since the while() in
      lpc23xx_restart() is part of the procedure anyway and lpc32xx_watchdog_reset()
      isn't used anywhere else anymore.
      Signed-off-by: NRoland Stigge <stigge@antcom.de>
      01100c02
  9. 09 9月, 2014 17 次提交
  10. 05 9月, 2014 1 次提交