1. 29 7月, 2013 12 次提交
  2. 05 6月, 2013 1 次提交
  3. 04 6月, 2013 1 次提交
  4. 15 3月, 2013 17 次提交
  5. 25 1月, 2013 7 次提交
  6. 10 7月, 2012 2 次提交
    • P
      sh: pfc: Rudimentary pinctrl-backed GPIO support. · ca5481c6
      Paul Mundt 提交于
      This begins the migration of the PFC core to the pinctrl subsystem.
      Initial support is very basic, with the bulk of the implementation simply
      being nopped out in such a way to allow registration with the pinctrl
      core to succeed.
      
      The gpio chip driver is stripped down considerably now relying purely on
      pinctrl API calls to manage the bulk of its operations.
      
      This provides a basis for further PFC refactoring, including decoupling
      pin functions from the GPIO API, establishing pin groups, and so forth.
      These will all be dealt with incrementally so as to introduce as few
      growing and migratory pains to tree-wide PFC pinmux users today.
      
      When the interfaces have been well established and in-tree users have
      been migrated off of the legacy interfaces it will be possible to strip
      down the core considerably, leading to eventual drivers/pinctrl rehoming.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      ca5481c6
    • P
      sh: pfc: Dumb GPIO stringification. · 72c7afa1
      Paul Mundt 提交于
      This implements fairly simplistic stringification of existing pinmux
      GPIOs for easy enum id -> string mapping, which will subsequently be used
      by the pinctrl support code.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      72c7afa1