1. 03 4月, 2013 7 次提交
  2. 02 4月, 2013 31 次提交
  3. 21 3月, 2013 2 次提交
    • S
      Revert "ARM: shmobile: streamline mackerel SD and MMC devices" · ac22dde7
      Simon Horman 提交于
      This reverts commit 626a645e.
      
      This appears to be incompatible with
      "ARM: shmobile: sh7372: Remove SDHI and MMCIF function GPIOs"
      
      Reverting this change resolves the following build failure:
      
      arch/arm/mach-shmobile/board-mackerel.c: In function ‘mackerel_init’:
      arch/arm/mach-shmobile/board-mackerel.c:1468: error: ‘GPIO_FN_SDHICMD1’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1468: error: (Each undeclared identifier is reported only once
      arch/arm/mach-shmobile/board-mackerel.c:1468: error: for each function it appears in.)
      arch/arm/mach-shmobile/board-mackerel.c:1469: error: ‘GPIO_FN_SDHICLK1’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1470: error: ‘GPIO_FN_SDHID1_3’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1471: error: ‘GPIO_FN_SDHID1_2’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1472: error: ‘GPIO_FN_SDHID1_1’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1473: error: ‘GPIO_FN_SDHID1_0’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1489: error: ‘GPIO_FN_SDHICMD2’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1490: error: ‘GPIO_FN_SDHICLK2’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1491: error: ‘GPIO_FN_SDHID2_3’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1492: error: ‘GPIO_FN_SDHID2_2’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1493: error: ‘GPIO_FN_SDHID2_1’ undeclared (first use in this function)
      arch/arm/mach-shmobile/board-mackerel.c:1494: error: ‘GPIO_FN_SDHID2_0’ undeclared (first use in this function)
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      ac22dde7
    • G
      ARM: shmobile: kzm9g-reference: fix device-tree bindings and device names · a463f731
      Guennadi Liakhovetski 提交于
      Fix several device-tree bindings, that haven't been updated for newest
      versions of respective drivers, and device names and pin numbers, left over
      from non-DT and old pinctrl versions.
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      a463f731