1. 08 2月, 2016 2 次提交
  2. 30 11月, 2015 2 次提交
  3. 20 10月, 2015 4 次提交
  4. 02 10月, 2015 4 次提交
  5. 24 8月, 2015 1 次提交
  6. 20 7月, 2015 1 次提交
  7. 18 3月, 2015 2 次提交
  8. 10 3月, 2015 1 次提交
    • G
      pinctrl: sh-pfc: Do not overwrite bias configuration · 05c5f265
      Geert Uytterhoeven 提交于
      After the last user of the in_pd/in_pu bias parameters of the _PCRH()
      macro was removed in commit 80da8e02 ("sh-pfc: r8a7740: Add bias
      (pull-up/down) pinconf support"), bias parameters are supposed to be
      configured using the generic pinctl mechanism, which calls the
      .set_bias() method.
      
      However, the PORTCR() macro still represents the control register as
      consisting of two 4-bit fields. Hence the bias configuration in the
      uppermost 2 bits is always overwritten with zeroes when a pin is
      configured for GPIO, disabling any previously configured bias.
      
      Use the variable config register macro instead, to represent the
      register as having 4 fields, and to make sure only the input/output
      control and function fields are touched.
      
      This affects R-Mobile APE6 (r8a73a4), R-Mobile A1 (r8a7740), SH-Mobile
      AP4 (sh7372), and SH-Mobile AG5 (sh73a0).
      Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
      Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      05c5f265
  9. 27 1月, 2015 1 次提交
  10. 23 9月, 2014 1 次提交
  11. 23 5月, 2014 1 次提交
  12. 20 12月, 2013 2 次提交
  13. 13 12月, 2013 1 次提交
  14. 10 12月, 2013 2 次提交
  15. 29 7月, 2013 15 次提交