1. 17 6月, 2014 2 次提交
  2. 17 3月, 2014 1 次提交
  3. 15 3月, 2014 1 次提交
  4. 26 12月, 2013 1 次提交
  5. 19 12月, 2013 1 次提交
  6. 10 12月, 2013 2 次提交
  7. 17 7月, 2013 1 次提交
  8. 04 6月, 2013 12 次提交
  9. 03 4月, 2013 5 次提交
  10. 02 4月, 2013 1 次提交
    • K
      usb: renesas_usbhs: fixup sparse errors for common.c · 225da3e3
      Kuninori Morimoto 提交于
      This patch fixup below sparse errors
      
      CHECK   ${RENESAS_USB}/common.c
      ${RENESAS_USB}/common.c:313:17: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:322:17: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:384:17: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:524:9: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:545:9: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:574:9: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/common.c:606:9: error: incompatible types in conditional expression (different base types)
      ${RENESAS_USB}/mod_gadget.c:233:28: warning: symbol 'req_clear_feature' was not declared. Should it be static?
      ${RENESAS_USB}/mod_gadget.c:274:28: warning: symbol 'req_set_feature' was not declared. Should it be static?
      ${RENESAS_USB}/mod_gadget.c:375:28: warning: symbol 'req_get_status' was not declared. Should it be static?
      
      [ balbi@ti.com : added three sparse fixes to mod_gadget.c ]
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      225da3e3
  11. 21 3月, 2013 1 次提交
    • 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
  12. 18 3月, 2013 2 次提交
  13. 15 3月, 2013 2 次提交
  14. 28 1月, 2013 1 次提交
  15. 25 1月, 2013 1 次提交
  16. 14 1月, 2013 1 次提交
    • K
      ASoC: simple-card: add asoc_simple_dai for initializing · a4a2992c
      Kuninori Morimoto 提交于
      Current simple-card driver calls asoc_simple_card_dai_init()
      if platform had a asoc_simple_card_dai_init pointer.
      And, this initialization function works only
      when platform has an applicable initial value for each dai settings.
      And basically, almost all sound card requires certain initialization.
      This means that almost all platform has initialization settings,
      and driver do nothing if it doesn't have settings.
      
      And additionally, current simple-card supports sysclk settings but it was
      only for codec.  In order to abolish deviation between cpu and codec,
      and in order to simplify processing,
      this patch adds asoc_simple_dai, and removed pointless
      struct asoc_simple_dai_init_info which was trigger of
      calling asoc_simple_card_dai_init().
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      a4a2992c
  17. 25 12月, 2012 1 次提交
  18. 24 12月, 2012 1 次提交
  19. 21 11月, 2012 1 次提交
  20. 20 11月, 2012 1 次提交
  21. 08 11月, 2012 1 次提交