aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-11-29gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt1-0/+7
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-16gpio: stm32f7: Add ops get_functionPatrice Chotard1-0/+20
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li1-0/+28
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng4-3/+3
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin1-1/+1
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-9/+21
2018-10-22gpio: mxc_gpio: add support for i.MX8Peng Fan1-9/+21
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2-2/+46
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy1-0/+1
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan1-9/+2
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan1-1/+1
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan1-2/+49
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan1-0/+14
2018-09-11DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford1-3/+4
2018-09-11GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford1-3/+1
2018-09-11dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford1-0/+13
2018-09-11DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford1-7/+15
2018-09-10gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard1-6/+5
2018-08-07gpio: xilinx: Add support for using label propertyMichal Simek2-2/+18
2018-08-07gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek1-1/+1
2018-08-07gpio: xilinx: Not read output values via regsMichal Simek1-4/+32
2018-08-07gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek1-7/+6
2018-08-07gpio: xilinx: Set value before changing directionMichal Simek1-2/+2
2018-08-07gpio: xilinx: Remove !DM driverMichal Simek1-336/+2
2018-08-07gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek1-4/+4
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar1-33/+34
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-22/+81
2018-07-23Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford1-0/+5
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek1-0/+1
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek1-1/+264
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek1-0/+2
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek1-27/+2
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek1-0/+35
2018-07-19gpio: zynq: Fix typo in one error messageMichal Simek1-1/+1
2018-07-19gpio: zynq: Use live-tree functionMichal Simek1-1/+1
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford1-1/+24
2018-06-27Merge git://git.denx.de/u-boot-imxTom Rini1-1/+1
2018-06-18gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford1-2/+8
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford1-24/+169
2018-06-18drivers/gpio/mxc: fix MXC GPIO name in KConfigHannes Schmelzer1-1/+1
2018-06-15gpio: zynq_gpio: bank description should use unsigned typeMichal Simek1-4/+4
2018-06-15gpio: zynq: Do not check unsigned type that is >= 0Michal Simek1-1/+1
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-06-01gpio: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-13/+5
2018-06-01gpio: rmobile: Add R8A77990 E3 compatibleMarek Vasut1-0/+1
2018-05-08gpio: atmel_pio4: give a full configuration when muxing pinsLudovic Desroches1-18/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini48-94/+48
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini9-18/+0
2018-04-06gpio: uclass: Fix debug stringMario Six1-1/+1