summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-max77660.c
AgeCommit message (Collapse)Author
2013-09-14fixup: remove __dev*Dan Willemsen
2013-09-14pinctrl: max77660: add init flag for pins which is configured as gpioLaxman Dewangan
If any pin is configured as gpio and if it is require in gpio output mode then provide provision to set the initial state of the pins. bug 1232806 Change-Id: Ibdf34518a22c3d6b3c02d86f10186fc4be89bab4 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/198371
2013-09-14pinctrl: max77660: add pincontrol driverLaxman Dewangan
MAX77660 is a PMIC from MAXIM for smartphone and tablets. This PMIC has some pins i.e. named as GPIOx which can be act as GPIO or in alternate mode for special functionality. Also these pins can be configured for open drain, pullup, pull down etc. Add driver for pinmux control. Change-Id: Ibb58a364cea6c125c96a9673be980d113155cbd7 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/194509