index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
mxs_gpio.c
Age
Commit message (
Expand
)
Author
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-28
drivers: avoid using aliases on drivers when OF_PLATDATA is enabled
Walter Lozano
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-09
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-10-08
spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver
Lukasz Majewski
2019-07-19
gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-06-02
gpio: mxs: Remove netdev.h
Marek Vasut
2016-01-07
gpio: mxs: add name_to_gpio() function
Måns Rullgård
2013-11-13
mxs_gpio: fix the handling in gpio_direction_output()
Michael Heimpold
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-09-01
mxs: prefix register acessor macros with 'mxs' prefix
Otavio Salvador
2012-03-26
Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8
Robert Delien
2012-01-09
gpio: Replace ARM gpio.h with the common API in include/asm-generic
Joe Hershberger
2011-12-06
M28: Fix OB1 bug in GPIO driver
Robert Deliën
2011-11-11
iMX28: Add GPIO control
Marek Vasut