1. 25 6月, 2014 1 次提交
  2. 17 6月, 2014 3 次提交
  3. 30 5月, 2014 2 次提交
  4. 28 5月, 2014 1 次提交
  5. 21 5月, 2014 2 次提交
  6. 11 5月, 2014 1 次提交
  7. 14 4月, 2014 1 次提交
  8. 15 3月, 2014 1 次提交
  9. 17 2月, 2014 1 次提交
  10. 26 12月, 2013 1 次提交
  11. 19 12月, 2013 2 次提交
  12. 10 12月, 2013 1 次提交
  13. 16 10月, 2013 1 次提交
  14. 30 9月, 2013 1 次提交
  15. 22 9月, 2013 1 次提交
  16. 21 8月, 2013 1 次提交
  17. 06 8月, 2013 1 次提交
  18. 25 7月, 2013 1 次提交
  19. 19 7月, 2013 1 次提交
  20. 17 7月, 2013 1 次提交
  21. 16 7月, 2013 1 次提交
  22. 10 7月, 2013 1 次提交
  23. 08 6月, 2013 1 次提交
  24. 05 6月, 2013 1 次提交
  25. 04 6月, 2013 7 次提交
  26. 16 4月, 2013 1 次提交
  27. 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
  28. 21 3月, 2013 1 次提交