summaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra_gpio.c
AgeCommit message (Expand)Author
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-28dm: tegra: gpio: Convert to support livetreeSimon Glass
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-02-16tegra: gpio: Show the GPIO value for outputsSimon Glass
2015-10-02gpio: tegra: use named constantsStephen Warren
2015-10-02gpio: tegra: remove unused typeStephen Warren
2015-10-02ARM: tegra: don't enable GPIOs until direction is setStephen Warren
2015-10-02ARM: tegra: fix GPIO init table programmingStephen Warren
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-03-04dm: tegra: Enable driver model in SPL and adjust the GPIO driverSimon Glass
2015-01-29dm: tegra: Add a GPIO translation functionSimon Glass
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-22tegra: gpio: fix null label regressionMarcel Ziswiler
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass
2014-05-13ARM: tegra: add GPIO initialization table functionStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren
2012-09-10Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin
2012-07-07gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*Tom Warren