aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/tegra_gpio.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-04tegra: gpio: Drop use of CONFIG_xxx variablesSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon 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-12-13dm: Drop uses of dev_set_of_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
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