summaryrefslogtreecommitdiff
path: root/drivers/gpio/mxc_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-9/+9
2018-10-22gpio: mxc_gpio: add support for i.MX8Peng Fan1-9/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-04gpio: mxc: add i.MX8M supportPeng Fan1-7/+15
2018-01-04mx6ull: Handle the CONFIG_MX6ULL cases correctlyFabio Estevam1-2/+2
2017-10-09dm: gpio: Correct use of -ENODEV in driversSimon Glass1-1/+1
2017-10-09dm: gpio: Add a comment about not copying some driversSimon Glass1-0/+5
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2015-09-02imx: mxc_gpio: add support for imx7d SoCAdrian Alonso1-3/+5
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-08-02mxc: gpio add i.MX6UL supportPeng Fan1-0/+4
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-02-13dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-13dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2014-10-24dm: 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-10gpio: 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-12gpio: 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