summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini
2018-10-22gpio: mxc_gpio: add support for i.MX8Peng Fan
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan
2018-09-11DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford
2018-09-11GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford
2018-09-11dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford
2018-09-11DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford
2018-09-10gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard
2018-08-07gpio: xilinx: Add support for using label propertyMichal Simek
2018-08-07gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek
2018-08-07gpio: xilinx: Not read output values via regsMichal Simek
2018-08-07gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek
2018-08-07gpio: xilinx: Set value before changing directionMichal Simek
2018-08-07gpio: xilinx: Remove !DM driverMichal Simek
2018-08-07gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev
2018-07-23Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek
2018-07-19gpio: xilinx: Convert driver to DMMichal Simek
2018-07-19gpio: zynq: Setup bank_name to dev->nameMichal Simek
2018-07-19gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek
2018-07-19gpio: dm: Support manual relocation for gpioMichal Simek
2018-07-19gpio: zynq: Fix typo in one error messageMichal Simek
2018-07-19gpio: zynq: Use live-tree functionMichal Simek
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford
2018-06-27Merge git://git.denx.de/u-boot-imxTom Rini
2018-06-18gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford
2018-06-18drivers/gpio/mxc: fix MXC GPIO name in KConfigHannes Schmelzer
2018-06-15gpio: zynq_gpio: bank description should use unsigned typeMichal Simek
2018-06-15gpio: zynq: Do not check unsigned type that is >= 0Michal Simek
2018-06-02Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-06-01gpio: bcm6345: convert to use live dtÁlvaro Fernández Rojas
2018-06-01gpio: rmobile: Add R8A77990 E3 compatibleMarek Vasut
2018-05-08gpio: atmel_pio4: give a full configuration when muxing pinsLudovic Desroches
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06gpio: uclass: Fix debug stringMario Six
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara
2018-03-22gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay