summaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass1-3/+2
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-3/+3
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-2/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-28dm: tegra: gpio: Convert to support livetreeSimon Glass1-4/+6
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+3
2016-02-16tegra: gpio: Show the GPIO value for outputsSimon Glass1-1/+4
2015-10-02gpio: tegra: use named constantsStephen Warren1-14/+19
2015-10-02gpio: tegra: remove unused typeStephen Warren1-7/+0
2015-10-02ARM: tegra: don't enable GPIOs until direction is setStephen Warren1-12/+6
2015-10-02ARM: tegra: fix GPIO init table programmingStephen Warren1-3/+5
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-2/+1
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-03-04dm: tegra: Enable driver model in SPL and adjust the GPIO driverSimon Glass1-16/+11
2015-01-30dm: tegra: Add a GPIO translation functionSimon Glass1-0/+18
2014-10-24dm: gpio: tegra: Drop request()/free() in the driverSimon Glass1-113/+0
2014-10-22tegra: gpio: fix null label regressionMarcel Ziswiler1-0/+3
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass1-55/+272
2014-05-13ARM: tegra: add GPIO initialization table functionStephen Warren1-0/+20
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-1/+1
2012-09-11Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren1-4/+4
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-6/+6
2012-07-07gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*Tom Warren1-0/+262