1. 21 8月, 2013 1 次提交
  2. 06 8月, 2013 1 次提交
  3. 25 7月, 2013 1 次提交
  4. 19 7月, 2013 1 次提交
  5. 17 7月, 2013 1 次提交
  6. 16 7月, 2013 1 次提交
  7. 10 7月, 2013 1 次提交
  8. 08 6月, 2013 1 次提交
  9. 05 6月, 2013 1 次提交
  10. 04 6月, 2013 7 次提交
  11. 16 4月, 2013 1 次提交
  12. 02 4月, 2013 2 次提交
    • 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
    • B
      ARM: shmobile: r8a7740: Migrate from INTC to GIC · 0b7d7820
      Bastian Hecht 提交于
      With the added capabilty of the intc_irqpin driver to handle shared
      external IRQs, all prerequisites are fulfilled and we are ready to
      migrate completely to GIC. This includes the following steps:
      
      - Kconfig:	select ARM_GIC and RENESAS_INTC_IRQPIN
      - intc-r8a7740: Throw out all legacy INTC code and init the GIC. We need
        		to mask out all shared IRQs as it is needed by the
      		shared intc_irqpin driver.
      - setup-r8a7740: Add 4 irqpin devices to handle external IRQs and update
      		all IRQ numbers to point to the GIC SPI.
      - board-armadillo: Update all IRQ numbers to point to the GIC SPI.
      - pfc-r8a7740:	Update all IRQ numbers of the GPIOs to point to the GIC
      		SPI.
      Signed-off-by: NBastian Hecht <hechtb+renesas@gmail.com>
      Acked-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      0b7d7820
  13. 21 3月, 2013 1 次提交
  14. 18 3月, 2013 2 次提交
  15. 15 3月, 2013 3 次提交
  16. 30 1月, 2013 1 次提交
  17. 28 1月, 2013 2 次提交
  18. 25 1月, 2013 2 次提交
  19. 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
  20. 25 12月, 2012 1 次提交
  21. 08 11月, 2012 1 次提交
  22. 30 10月, 2012 1 次提交
  23. 15 10月, 2012 1 次提交
  24. 18 9月, 2012 1 次提交
    • A
      ARM: shmobile: use __iomem pointers for MMIO · 0a4b04dc
      Arnd Bergmann 提交于
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      This patch is a bit ugly for shmobile, which is the only platform
      that just uses integer literals all over the place, but I can't
      see a better way to do this.
      Acked-by: NSimon Horman <horms@verge.net.au>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: linux-sh@vger.kernel.org
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0a4b04dc
  25. 14 9月, 2012 1 次提交
  26. 13 9月, 2012 1 次提交
  27. 04 9月, 2012 1 次提交
  28. 31 8月, 2012 1 次提交