aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/da8xx_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra1-0/+1
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra1-1/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-3/+4
2019-10-30gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy1-7/+7
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy1-2/+5
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy1-0/+1
2018-09-11dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford1-0/+13
2018-09-11DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford1-7/+15
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford1-24/+169
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini1-2/+6
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther1-0/+4
2013-02-18da8xx: Add the missing pinmux for da830 to the gpio driverTomas Novotny1-0/+133
2012-01-09gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger1-36/+41
2011-12-09drivers/gpio/da8xx_gpio.c: Fix build warningAnatolij Gustschin1-3/+0
2011-09-11Minor coding style cleanup.Wolfgang Denk1-11/+0
2011-08-03DA8xx: add generic GPIO driverLaurence Withers1-0/+281