summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/core.c
Commit message (Expand)AuthorAgeFilesLines
* sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Laurent Pinchart2013-01-251-586/+0
* sh-pfc: Remove unused resource and num_resources platform data fieldsLaurent Pinchart2013-01-251-13/+4
* sh-pfc: Remove platform device registrationLaurent Pinchart2013-01-251-12/+0
* sh-pfc: Support passing resources through platform deviceLaurent Pinchart2013-01-251-7/+19
* sh-pfc: Split platform device and platform driver registrationLaurent Pinchart2013-01-251-9/+6
* sh-pfc: Use sh_pfc_ namespace prefix through the whole driverLaurent Pinchart2013-01-251-54/+53
* sh-pfc: Sort headers alphabeticallyLaurent Pinchart2013-01-251-6/+6
* sh-pfc: Use devm_ioremap_nocache()Laurent Pinchart2013-01-251-21/+4
* sh-pfc: Use devm_kzalloc()Laurent Pinchart2013-01-251-13/+7
* sh-pfc: Move platform device and driver to the coreLaurent Pinchart2013-01-251-18/+83
* sh-pfc: Merge PFC core and gpioLaurent Pinchart2013-01-251-14/+9
* sh-pfc: Merge PFC core and pinctrlLaurent Pinchart2013-01-251-12/+3
* sh-pfc: Move private definitions and declarations to private headerLaurent Pinchart2013-01-251-0/+2
* sh-pfc: Split platform data from the sh_pfc structureLaurent Pinchart2013-01-251-46/+43
* sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt2012-07-171-0/+3
* sh: pfc: Make pr_fmt consistent across pfc drivers.Paul Mundt2012-07-111-1/+1
* sh: pfc: Rudimentary pinctrl-backed GPIO support.Paul Mundt2012-07-101-45/+36
* sh: pfc: Shuffle PFC support core.Paul Mundt2012-07-101-0/+578