summaryrefslogtreecommitdiff
path: root/drivers/gpio/mxs_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-5/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-2/+2
* spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driverLukasz Majewski2019-10-081-17/+55
* gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)Lukasz Majewski2019-07-191-0/+148
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* gpio: mxs: Remove netdev.hMarek Vasut2016-06-021-1/+0
* gpio: mxs: add name_to_gpio() functionMåns Rullgård2016-01-071-0/+15
* mxs_gpio: fix the handling in gpio_direction_output()Michael Heimpold2013-11-131-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mxs: prefix register acessor macros with 'mxs' prefixOtavio Salvador2012-09-011-8/+8
* Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8Robert Delien2012-03-261-8/+8
* gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger2012-01-091-23/+19
* M28: Fix OB1 bug in GPIO driverRobert Deliën2011-12-061-1/+1
* iMX28: Add GPIO controlMarek Vasut2011-11-111-0/+136