aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-mxs.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-16pinctrl: mxs: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-03-07pinctrl: Declare operation structures as constGravatar Laurent Pinchart 1-3/+3
2013-01-18pinctrl: pinctrl-mxs: Fix variables' definition typeGravatar Fabio Estevam 1-5/+4
2013-01-03Drivers: pinctrl: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-7/+7
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2012-11-28pinctrl: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-11pinctrl: Staticize pinconf_opsGravatar Axel Lin 1-1/+1
2012-06-17pinctrl: mxs: Use kfree to fix build errorGravatar Fabio Estevam 1-1/+1
2012-06-12pinctrl: pinctrl-mxs: set platform driver data to NULL at errpath and at unre...Gravatar Devendra Naga 1-0/+2
2012-06-12pinctrl: pinctrl-mxs: Take care of frees if the kzalloc failsGravatar Devendra Naga 1-3/+8
2012-05-15pinctrl: pinctrl-mxs: remove empty pinmux disable functionGravatar Dong Aisheng 1-7/+0
2012-05-14pinctrl: mxs: skip gpio nodes for group creationGravatar Shawn Guo 1-0/+7
2012-05-14pinctrl: mxs: create group for pin config nodeGravatar Shawn Guo 1-24/+44
2012-05-02pinctrl: add pinctrl-mxs supportGravatar Shawn Guo 1-0/+508