summaryrefslogtreecommitdiff
path: root/drivers/gpio/da8xx_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* 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
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* gpio: da8xx_gpio: Add "ti,keystone-gpio" compatibleVignesh Raghavendra2020-02-041-0/+1
* gpio: da8xx_gpio: Fix compiler warningVignesh Raghavendra2020-02-041-1/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-3/+4
* gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy2019-10-301-7/+7
* gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2018-10-101-2/+5
* gpio: da8xx: Add k2g compatibleKeerthy2018-10-101-0/+1
* dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford2018-09-111-0/+13
* DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford2018-09-111-7/+15
* dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford2018-06-181-24/+169
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* Merge u-boot/master into u-boot-ti/masterTom Rini2013-03-111-2/+6
|\
| * gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther2013-02-201-0/+4
* | da8xx: Add the missing pinmux for da830 to the gpio driverTomas Novotny2013-02-181-0/+133
|/
* gpio: Replace ARM gpio.h with the common API in include/asm-genericJoe Hershberger2012-01-091-36/+41
* drivers/gpio/da8xx_gpio.c: Fix build warningAnatolij Gustschin2011-12-091-3/+0
* Minor coding style cleanup.Wolfgang Denk2011-09-111-11/+0
* DA8xx: add generic GPIO driverLaurence Withers2011-08-031-0/+281