index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
zynq_gpio.c
Age
Commit message (
Expand
)
Author
2025-07-24
gpio: zynq: Fix the documentation warning in zynq_gpio_get_bank_pin
Venkatesh Yadav Abbarapu
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
gpio: Remove <common.h> and add needed includes
Tom Rini
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-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2019-10-24
gpio: zynq: Add gpio driver support for PMC gpio
Shubhrajyoti Datta
2019-10-24
gpio: zynq: Add gpio driver support for Versal
Ashok Reddy Soma
2019-10-08
gpio: zynq: fix issue in set gpio output direction
Ashok Reddy Soma
2018-08-07
gpio: xilinx: Add support for using label property
Michal Simek
2018-08-06
gpio: zynq: Used platdata structure for storing static data instead of priv
Vipul Kumar
2018-07-19
gpio: zynq: Setup bank_name to dev->name
Michal Simek
2018-07-19
gpio: zynq: Read of mach data in platdata with dev_get_driver_data
Michal Simek
2018-07-19
gpio: zynq: Fix typo in one error message
Michal Simek
2018-07-19
gpio: zynq: Use live-tree function
Michal Simek
2018-06-15
gpio: zynq_gpio: bank description should use unsigned type
Michal Simek
2018-06-15
gpio: zynq: Do not check unsigned type that is >= 0
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2016-12-20
gpio: zynq: Remove empty line
Michal Simek
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-05-24
gpio: zynq: Add support for reading gpio pin state
Michal Simek
2016-04-13
gpio: zynqmp: Add GPIO driver support for ZynqMP
Siva Durga Prasad Paladugu
2016-04-13
gpio: zynq: Move the definitions to driver file
Siva Durga Prasad Paladugu
2016-04-13
gpio: zynq: Remove non driver model code
Siva Durga Prasad Paladugu
2016-04-13
gpio: zynq: Convert Zynq GPIO to driver model
Siva Durga Prasad Paladugu
2015-04-29
gpio: add Xilinx Zynq PS GPIO driver
Andrea Scian