summaryrefslogtreecommitdiff
path: root/drivers/gpio/sunxi_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland1-5/+1
2022-04-05sunxi: pinctrl: Create the driver skeletonSamuel Holland1-128/+2
2022-01-30gpio: sunxi: Implement .set_flagsSamuel Holland1-35/+27
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-11sunxi: gpio: Remove bank-specific size macrosSamuel Holland1-2/+0
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-1/+0
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland1-14/+0
2021-01-26sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-9/+9
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-6/+6
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass1-2/+1
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-2/+2
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-2/+2
2020-11-17sunxi: gpio: introduce compatible string for V3 GPIOIcenowy Zheng1-0/+1
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-4/+4
2019-07-16sunxi: gpio: Enable support for H6 pin controllerAndre Przywara1-0/+2
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
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara1-0/+3
2018-01-26gpio: sunxi: Add compatible string for H5 PIOChris Blake1-0/+1
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-04-20gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai1-0/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-07-31sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai1-0/+16
2016-05-27sunxi: gpio: convert bind() to use driver dataStephen Warren1-40/+50
2016-03-24sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede1-1/+14
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-2/+1
2015-08-14sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede1-4/+18
2015-06-04sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede1-0/+1
2015-05-04sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede1-32/+0
2015-05-04sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede1-1/+13
2015-05-04sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede1-11/+6
2015-05-04sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede1-4/+4
2015-05-04sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede1-14/+14
2015-05-04sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede1-0/+7
2015-05-04sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass1-0/+11
2015-05-04sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass1-3/+4
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski1-0/+14
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski1-0/+9
2015-01-14sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede1-0/+30
2015-01-14mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin1-1/+1
2014-11-05dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass1-0/+170
2014-07-18sunxi: add gpio driverIan Campbell1-0/+102