1. 22 4月, 2015 1 次提交
  2. 03 4月, 2015 3 次提交
  3. 25 3月, 2015 2 次提交
  4. 19 3月, 2015 4 次提交
    • M
      ARM: socfpga: dts: fix spi1 interrupt · 1ac31de7
      Mark James 提交于
      The socfpga.dtsi currently has the wrong interrupt number set for SPI master 1
      Trying to use the master without this change results in the kernel boot
      process waiting forever for an interrupt that will never occur while
      attempting to probe any slave devices configured in the device tree as being
      under SPI master 1.
      
      The change works for the Cyclone V, and according to the Arria 5 handbook
      should be good there too.
      Signed-off-by: NMark James <maj@jamers.net>
      Acked-by: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
      Signed-off-by: NDinh Nguyen <dinguyen@opensource.altera.com>
      1ac31de7
    • T
      ARM: dts: Fix gpio interrupts for dm816x · 599c376c
      Tony Lindgren 提交于
      Commit 7800064b ("ARM: dts: Add basic dm816x device tree
      configuration") added basic devices for dm816x, but I was not able
      to test the GPIO interrupts earlier until I found some suitable pins
      to test with. We can mux the MMC card detect and write protect pins
      from SD_SDCD and SD_SDWP mode to use a normal GPIO interrupts that
      are also suitable for the MMC subsystem.
      
      This turned out several issues that need to be fixed:
      
      - I set the GPIO type wrong to be compatible with omap3 instead
        of omap4. The GPIO controller on dm816x has EOI interrupt
        register like omap4 and am335x.
      
      - I got the GPIO interrupt numbers wrong as each bank has two
        and we only use one. They need to be set up the same way as
        on am335x.
      
      - The gpio banks are missing interrupt controller related
        properties.
      
      With these changes the GPIO interrupts can be used with the
      MMC card detect pin, so let's wire that up. Let's also mux all
      the MMC lines for completeness while at it.
      
      For the first GPIO bank I tested using GPMC lines temporarily
      muxed to GPIOs on the dip switch 10.
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      599c376c
    • K
      ARM: dts: dra7: remove ti,hwmod property from pcie phy · 07715533
      Kishon Vijay Abraham I 提交于
      Now that we don't have hwmod entry for pcie PHY remove the
      ti,hwmod property from PCIE PHY's. Otherwise we will get:
      
      platform 4a094000.pciephy: Cannot lookup hwmod 'pcie1-phy'
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      [tony@atomide.com: updated comments]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      07715533
    • M
      ARM: exynos4/5: convert pmu wakeup to stacked domains · 8b283c02
      Marc Zyngier 提交于
      Exynos has been (ab)using the gic_arch_extn to provide
      wakeup from suspend, and it makes a lot of sense to convert
      this code to use stacked domains instead.
      
      This patch does just this, updating the DT files to actually
      reflect what the HW provides.
      
      BIG FAT WARNING: because the DTs were so far lying by not
      exposing the fact that the PMU block is actually the first
      interrupt controller in the chain for RTC, kernels with this patch
      applied wont have any suspend-resume facility when booted
      with old DTs, and old kernels with updated DTs may not even boot.
      
      Also, I strongly suspect that there is more than two wake-up
      interrupts on these platforms, but I leave it to the maintainers
      to fix their mess.
      Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
      Link: https://lkml.kernel.org/r/1426088693-15724-2-git-send-email-marc.zyngier@arm.com
      [ jac: squash in maz's fixup from
        https://lkml.kernel.org/r/5506989D.9050703@arm.com ]
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      8b283c02
  5. 17 3月, 2015 1 次提交
  6. 15 3月, 2015 4 次提交
  7. 11 3月, 2015 5 次提交
  8. 09 3月, 2015 1 次提交
  9. 08 3月, 2015 1 次提交
  10. 07 3月, 2015 9 次提交
  11. 05 3月, 2015 3 次提交
  12. 04 3月, 2015 4 次提交
  13. 27 2月, 2015 2 次提交