aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/mxc_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-02-12dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-12dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass1-116/+0
2014-10-22dm: imx: gpio: Support driver model in MXC gpio driverSimon Glass1-1/+303
2013-07-31Merge git://git.denx.de/u-boot-armStefano Babic1-17/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-24mxc_gpio: Correct the GPIO handling in gpio_direction_output()Dirk Behme1-2/+2
2012-11-10mx6: use CONFIG_MX6 instead of CONFIG_MX6QTroy Kisky1-3/+3
2012-09-01gpio: add gpio api support to mx27 (v4)trem1-3/+5
2012-09-01mxc: Make gpio_get_value() use PSRBenoît Thébaudeau1-1/+1
2012-05-15i.MX25: This architecture has a GPIO4 tooTimo Ketola1-1/+2
2012-04-16imx: Return gpio_set_value in gpio_direction_outputVikram Narayanan1-2/+1
2012-04-16imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)Vikram Narayanan1-4/+4
2012-04-16imx: Add GPIO_TO_PORT macro in the mxc_gpio driverVikram Narayanan1-0/+1
2012-01-09gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger1-22/+20
2011-12-09i.mx: mxc_gpio: add the i.mx6q supportJason Liu1-2/+2
2011-09-04IMX: uniform GPIO interface using GPIO frameworkStefano Babic1-4/+47
2011-05-11gpio: imx: Fix return value on errorFabio Estevam1-2/+3
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-5/+0
2011-02-02mxc_gpio: add support for MX53 processorLiu Hui-R643431-2/+7
2010-09-29Use common function to set GPIOs for MX3 and MX5Stefano Babic1-0/+107