summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/core.c
Commit message (Collapse)AuthorAgeFilesLines
* sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt2012-07-171-0/+3
| | | | | | | pinctrl support is required for correct operation, failure to locate the init routine is fatal. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: pfc: Make pr_fmt consistent across pfc drivers.Paul Mundt2012-07-111-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: pfc: Rudimentary pinctrl-backed GPIO support.Paul Mundt2012-07-101-45/+36
| | | | | | | | | | | | | | | | | | | | | 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: Paul Mundt <lethal@linux-sh.org>
* sh: pfc: Shuffle PFC support core.Paul Mundt2012-07-101-0/+578
This follows the intc/clk changes and shuffles the PFC support code under its own directory. This will facilitate better code sharing, and allow us to trim down the exported interface by quite a margin. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud