summaryrefslogtreecommitdiff
path: root/drivers/gpio/da8xx_gpio.c
AgeCommit message (Expand)Author
2022-01-16gpio: da8xx_gpio: Fix gpio name with addresschao zeng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-04gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra
2020-02-04gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-10-30gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy
2018-09-11dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford
2018-09-11DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther
2013-02-18da8xx: Add the missing pinmux for da830 to the gpio driverTomas Novotny
2012-01-09gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger
2011-12-09drivers/gpio/da8xx_gpio.c: Fix build warningAnatolij Gustschin
2011-09-11Minor coding style cleanup.Wolfgang Denk
2011-08-03DA8xx: add generic GPIO driverLaurence Withers