Skip to content
  1. Aug 16, 2013
  2. Jul 23, 2013
    • Srinivas Kandagatla's avatar
      ARM: dts: STi: Fix pinconf setup for STiH416 serial2 · 334ab91d
      Srinivas Kandagatla authored
      
      
      This patch fixes a bug in pinctrl setup of serial2 device, Some of the
      pins in the pinctrl node of serial2 do not belong to that
      pin-controller. This patch divides them in the pins into there
      respective pin controller nodes.
      
      Without this patch serial on StiH416-B2000 Board will not work as it
      fails with:
      
      "st-pinctrl pin-controller-rear.3: failed to get pin(99) name
      st-pinctrl pin-controller-rear.3: maps: function serial2 group serial2-0
      num 4
      pinconfig core: failed to register map default (3): no group/pin given"
      
      Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      334ab91d
  3. Jul 22, 2013
  4. Jul 15, 2013
  5. Jul 10, 2013
  6. Jul 04, 2013
  7. Jul 03, 2013
  8. Jun 28, 2013
  9. Jun 27, 2013
  10. Jun 26, 2013
  11. Jun 24, 2013
    • Marc Zyngier's avatar
      ARM: 7770/1: remove residual ARMv2 support from decompressor · 52c08a9e
      Marc Zyngier authored
      
      
      arm26 support in Linux is long gone, yet it left an interresting,
      fossilized trace in the decompressor.
      
      Remove it so people won't get confused about what teqp is actually
      doing here...
      
      Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      52c08a9e
    • Ezequiel Garcia's avatar
      ARM: mvebu: fix length of ethernet registers in mv78260 dtsi · cdd8e498
      Ezequiel Garcia authored
      
      
      The length of the registers area for the Marvell 370/XP Ethernet controller
      was incorrect in the .dtsi: 0x2500, while it should have been 0x4000.
      This problem wasn't noticed because there used to be a static mapping for
      all the MMIO register region set up by ->map_io().
      
      The register length was fixed in all the other device tree files,
      except from the armada-xp-mv78260.dtsi, in the following commit:
      
        commit cf8088c5
        Author: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
        Date:   Tue May 21 12:33:27 2013 +0200
      
          arm: mvebu: fix length of Ethernet registers area in .dtsi
      
      This commit fixes a kernel panic in mvneta_probe(), when the kernel
      tries to access the unmapped registers:
      
      [  163.639092] mvneta d0070000.ethernet eth0: mac: 6e:3c:4f:87:17:2e
      [  163.646962] mvneta d0074000.ethernet eth1: mac: 6a:04:4e:6f:f5:ef
      [  163.654853] mvneta d0030000.ethernet eth2: mac: 2a:99:19:19:fc:4c
      [  163.661258] Unable to handle kernel paging request at virtual address f011bcf0
      [  163.668523] pgd = c0004000
      [  163.671237] [f011bcf0] *pgd=2f006811, *pte=00000000, *ppte=00000000
      [  163.677565] Internal error: Oops: 807 [#1] SMP ARM
      [  163.682370] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.0-rc6-01850-gba0682e #11
      [  163.690046] task: ef04c000 ti: ef03e000 task.ti: ef03e000
      [  163.695467] PC is at mvneta_probe+0x34c/0xabc
      [...]
      
      Signed-off-by: default avatarEzequiel Garcia <ezequiel.garcia@free-electrons.com>
      Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      cdd8e498
  12. Jun 22, 2013
  13. Jun 21, 2013