summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-25sh-pfc: Split platform device and platform driver registrationLaurent Pinchart1-9/+6
2013-01-25sh-pfc: Use sh_pfc_ namespace prefix through the whole driverLaurent Pinchart1-54/+53
2013-01-25sh-pfc: Sort headers alphabeticallyLaurent Pinchart1-6/+6
2013-01-25sh-pfc: Use devm_ioremap_nocache()Laurent Pinchart1-21/+4
2013-01-25sh-pfc: Use devm_kzalloc()Laurent Pinchart1-13/+7
2013-01-25sh-pfc: Move platform device and driver to the coreLaurent Pinchart1-18/+83
2013-01-25sh-pfc: Merge PFC core and gpioLaurent Pinchart1-14/+9
2013-01-25sh-pfc: Merge PFC core and pinctrlLaurent Pinchart1-12/+3
2013-01-25sh-pfc: Move private definitions and declarations to private headerLaurent Pinchart1-0/+2
2013-01-25sh-pfc: Split platform data from the sh_pfc structureLaurent Pinchart1-46/+43
2012-07-17sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt1-0/+3
2012-07-11sh: pfc: Make pr_fmt consistent across pfc drivers.Paul Mundt1-1/+1
2012-07-10sh: pfc: Rudimentary pinctrl-backed GPIO support.Paul Mundt1-45/+36
2012-07-10sh: pfc: Shuffle PFC support core.Paul Mundt1-0/+578