summaryrefslogtreecommitdiff
path: root/drivers/gpio/sunxi_gpio.c
AgeCommit message (Expand)AuthorFilesLines
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