1. 22 5月, 2017 1 次提交
  2. 28 4月, 2017 1 次提交
  3. 26 4月, 2017 1 次提交
  4. 25 4月, 2017 1 次提交
    • T
      pinctrl: tegra: xusb: Silence sparse warnings · 02101cb3
      Thierry Reding 提交于
      Commit 53d2a715 ("phy: Add Tegra XUSB pad controller support") added
      a new driver for the XUSB pad controller that implements a more flexible
      devicetree binding. In order to preserve backwards compatibility the old
      driver can be probed if the obsolete bindings are detected.
      
      In order to hide the legacy code, these prototypes were defined in a
      header private to the new driver. This has the disadvantage of making
      the sparse code checker complain about the missing declarations when
      compiling the old driver and suggesting to make the functions static.
      
      Avoid these sparse warnings by adding local prototype declarations into
      the compatibility driver.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      02101cb3
  5. 24 4月, 2017 10 次提交
  6. 11 4月, 2017 3 次提交
  7. 10 4月, 2017 1 次提交
  8. 07 4月, 2017 6 次提交
  9. 05 4月, 2017 1 次提交
  10. 04 4月, 2017 4 次提交
  11. 30 3月, 2017 3 次提交
    • G
      pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support · d14a39ed
      Geert Uytterhoeven 提交于
      Add pins, groups, and a function for SCIF_CLK on R-Car H3 ES2.0.
      SCIF_CLK is the external clock source for the Baud Rate Generator for
      External Clock (BRG) on (H)SCIF serial ports.
      
      Extracted from a big patch in the BSP by Takeshi Kihara.
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Cc: Takeshi Kihara <takeshi.kihara.df@renesas.com>
      d14a39ed
    • G
      pinctrl: sh-pfc: r8a7795: Add SCIF support · e7ad4d3c
      Geert Uytterhoeven 提交于
      Add pins, groups, and functions for all SCIF serial ports on R-Car H3
      ES2.0.
      
      Extracted from a big patch in the BSP by Takeshi Kihara.
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Cc: Takeshi Kihara <takeshi.kihara.df@renesas.com>
      e7ad4d3c
    • G
      pinctrl: sh-pfc: r8a7795: Add support for R-Car H3 ES2.0 · b205914c
      Geert Uytterhoeven 提交于
      The Pin Function Controller module in the R-Car H3 ES2.0 differs from
      ES1.x in many ways.
      
      The goal is twofold:
        1. Support both the ES1.x and ES2.0 SoC revisions in a single binary
           for now,
        2. Make it clear which code supports ES1.x, so it can easily be
           identified and removed later, when production SoCs are deemed
           ubiquitous.
      
      Hence this patch:
        1. Extracts the support for R-Car H3 ES1.x into a separate file, as
           the differences are quite large,
        2. Adds code for detecting the SoC revision at runtime using the new
           soc_device_match() API, and selecting pinctrl tables for the actual
           SoC revision,
        3. Replaces the core register and bitfield definitions by their
           counterparts for R-Car H3 ES2.0.
      
      The addition of pins, groups, and functions for the various on-chip
      devices is left to subsequent patches.
      
      The R-Car H3 ES2.0 register and bitfield definitions were extracted from
      a patch in the BSP by Takeshi Kihara.
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Cc: Takeshi Kihara <takeshi.kihara.df@renesas.com>
      b205914c
  12. 28 3月, 2017 8 次提交