1. 16 5月, 2018 1 次提交
  2. 09 3月, 2018 1 次提交
  3. 21 2月, 2018 1 次提交
  4. 05 12月, 2017 1 次提交
  5. 20 10月, 2017 5 次提交
  6. 16 8月, 2017 1 次提交
  7. 16 5月, 2017 2 次提交
  8. 21 3月, 2017 1 次提交
  9. 15 11月, 2016 1 次提交
  10. 19 8月, 2016 1 次提交
  11. 08 8月, 2016 1 次提交
  12. 21 6月, 2016 1 次提交
  13. 29 4月, 2016 1 次提交
  14. 21 4月, 2016 1 次提交
  15. 30 3月, 2016 1 次提交
  16. 29 3月, 2016 1 次提交
  17. 09 3月, 2016 2 次提交
  18. 18 2月, 2016 1 次提交
    • M
      pinctrl: sh-pfc: Rework PFC GPIO support · abc60d48
      Magnus Damm 提交于
      The sh-pfc pinctrl driver is currently handling SoC-specific
      PFC hardware blocks on ARM64, ARM and SH architectures.
      
      For older SoCs using SH cores and some 32-bit ARM SoCs the PFC
      hardware also provides GPIO functionality. On the majority of
      32-bit ARM SoCs from Renesas and so far all ARM64 SoCs the GPIO
      feature is provided by separate hardware blocks.
      
      So far GPIO support in the PFC driver has been compiled-in for
      the majority of the SoCs, but with this patch applied the SoCs
      with PFC support may select from one of the following:
       - CONFIG_PINCTRL_SH_PFC - Used if PFC lacks GPIO hardware
       - CONFIG_PINCTRL_SH_PFC_GPIO - Used if PFC includes GPIO support
      
      This patch results in the following changes:
       - The GPIO functionality is only compiled-in on relevant SoCs
       - The number of lines of code is reduced
      
      Build tested using the following configurations:
       - r8a7795 -> CONFIG_PINCTRL_SH_PFC_GPIO=n -> OK (ARM64)
       - r8a7790 -> CONFIG_PINCTRL_SH_PFC_GPIO=n -> OK (ARM)
       - r8a7790 + r8a7740 -> CONFIG_PINCTRL_SH_PFC_GPIO=y -> OK (ARM)
       - r8a7740 -> CONFIG_PINCTRL_SH_PFC_GPIO=y -> OK (ARM)
       - sh7751 -> CONFIG_PINCTRL_SH_PFC=n -> OK (SH rts7751r2d1)
       - sh7724 -> CONFIG_PINCTRL_SH_PFC_GPIO=y -> OK (SH ecovec24)
      Signed-off-by: NMagnus Damm <damm+renesas@opensource.se>
      Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      [geert: s/def_bool n/bool/]
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      abc60d48
  19. 20 10月, 2015 3 次提交
  20. 02 10月, 2015 1 次提交
  21. 16 7月, 2015 3 次提交
  22. 16 6月, 2015 1 次提交
    • H
      pinctrl: sh-pfc: add R8A7794 PFC support · 43c4436e
      Hisashi Nakamura 提交于
      Add PFC support for  the  R8A7794 SoC  including pin groups for some
      on-chip devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF...
      
      Sergei: squashed together several patches, fixed the MLB_CLK typo,
      added IRQ4.. IRQ9 pin groups, fixed IRQn comments, added ETH B pin
      group names, removed stray new line and fixed typos in the  comments
      in the pinmux_config_regs[] initializer, removed the platform device
      ID, took into account limited number of signals in the GPIO1/5/6
      controllers, added reasonable and removed unreasonable
      copyrights, modified the bindings document, renamed, added changelog.
      
      Changes in version 5:
      - resolved rejects, refreshed the patch;
      - added Laurent Pinchart's ACK.
      
      Changes in version 4:
      - reused the PORT_GP_26() macro to #define PORT_GP_28().
      
      Changes in version 3:
      - removed the platform device ID;
      - added PORT_GP_26() and PORT_GP_28() macros, used them for GPIO1/5/6 in the
        CPU_ALL_PORT() macro.
      
      Changes in version 2:
      - rebased the patch.
      Signed-off-by: NHisashi Nakamura <hisashi.nakamura.ak@renesas.com>
      Signed-off-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      43c4436e
  23. 12 5月, 2015 2 次提交
  24. 18 3月, 2015 6 次提交