summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/sunxi_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* sunxi: gpio: introduce compatible for H616Jernej Skrabec2021-01-251-0/+2
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-9/+9
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-6/+6
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: Drop uses of dev_set_of_offset()Simon Glass2020-12-131-2/+1
* dm: Remove uses of device_bind_offset()Simon Glass2020-12-131-2/+2
* dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-131-2/+2
* sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng2020-11-171-0/+1
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()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 (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-201-1/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-4/+4
* sunxi: gpio: Enable support for H6 pin controllerAndre Przywara2019-07-161-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* sunxi: gpio: add missing compatible stringsAndre Przywara2018-04-041-0/+3
* gpio: sunxi: Add compatible string for H5 PIOChris Blake2018-01-261-0/+1
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai2017-04-201-0/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai2016-07-311-0/+16
* sunxi: gpio: convert bind() to use driver dataStephen Warren2016-05-261-40/+50
* sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede2016-03-231-1/+14
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-2/+1
* sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede2015-08-141-4/+18
* sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede2015-06-041-0/+1
* sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2015-05-041-32/+0
* sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2015-05-041-1/+13
* sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-041-11/+6
* sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-041-4/+4
* sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede2015-05-041-14/+14
* sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede2015-05-041-0/+7
* sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass2015-05-041-0/+11
* sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass2015-05-041-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski2015-04-151-0/+14
* power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski2015-04-151-0/+9
* sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede2015-01-141-0/+30
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-141-1/+1
* dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass2014-11-051-0/+170
* sunxi: add gpio driverIan Campbell2014-07-181-0/+102