summaryrefslogtreecommitdiff
path: root/drivers/gpio/sunxi_gpio.c
Commit message (Expand)AuthorAgeLines
* sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai2016-07-31-0/+16
* sunxi: gpio: convert bind() to use driver dataStephen Warren2016-05-26-40/+50
* sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede2016-03-23-1/+14
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-31-2/+1
* sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede2015-08-14-4/+18
* sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede2015-06-04-0/+1
* sunxi: axp: Remove non driver-model support from the axp gpio codeHans de Goede2015-05-04-32/+0
* sunxi: axp: Add driver-model support to the axp_gpio codeHans de Goede2015-05-04-1/+13
* sunxi: axp: Move axp gpio code to a separate axpi-gpio driverHans de Goede2015-05-04-11/+6
* sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass opsHans de Goede2015-05-04-4/+4
* sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code tooHans de Goede2015-05-04-14/+14
* sunxi: gpio: Add compatible strings for all supported SoCsHans de Goede2015-05-04-0/+7
* sunxi: gpio: Add temporary implementation of name_to_gpio()Simon Glass2015-05-04-0/+11
* sunxi: gpio: Rename GPIOs to include a 'P' prefixSimon Glass2015-05-04-3/+4
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-1/+1
* sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski2015-04-15-0/+14
* power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski2015-04-15-0/+9
* sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede2015-01-14-0/+30
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-14-1/+1
* dm: sunxi: Modify the GPIO driver to support driver modelSimon Glass2014-11-05-0/+170
* sunxi: add gpio driverIan Campbell2014-07-18-0/+102