summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: stm32f7: Fix SPL code sizePatrice Chotard2019-01-091-5/+12
* gpio: stm32f7: Fix gpio bank hole managementPatrice Chotard2019-01-091-0/+5
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-011-9/+9
|\
| * imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-9/+9
* | gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT2018-12-193-0/+130
|/
* gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard2018-12-071-3/+1
* gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard2018-12-071-1/+0
* gpio: stm32f7: Add gpio bank holes managementPatrice Chotard2018-12-071-14/+85
* gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt2018-11-291-0/+7
* gpio: Add MT7621 GPIO supportStefan Roese2018-11-183-0/+192
* gpio: stm32f7: Add ops get_functionPatrice Chotard2018-11-161-0/+20
* gpio: pca953x: Clear the polarity invert register at initYe Li2018-11-161-0/+28
* gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-144-3/+3
* gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-9/+21
|\
| * gpio: mxc_gpio: add support for i.MX8Peng Fan2018-10-221-9/+21
* | gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2018-10-102-2/+46
* | gpio: da8xx: Add k2g compatibleKeerthy2018-10-101-0/+1
|/
* gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan2018-10-031-9/+2
* gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan2018-09-151-1/+1
* gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan2018-09-151-2/+49
* gpio: dwapb_gpio: Enable get_function supportLey Foon Tan2018-09-151-0/+14
* DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-3/+4
* GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford2018-09-111-3/+1
* dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford2018-09-111-0/+13
* DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford2018-09-111-7/+15
* gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard2018-09-101-6/+5
* gpio: xilinx: Add support for using label propertyMichal Simek2018-08-072-2/+18
* gpio: xilinx: Return 0 from xilinx_gpio_set_valueMichal Simek2018-08-071-1/+1
* gpio: xilinx: Not read output values via regsMichal Simek2018-08-071-4/+32
* gpio: xilinx: Simplify logic in xilinx_gpio_set_valueMichal Simek2018-08-071-7/+6
* gpio: xilinx: Set value before changing directionMichal Simek2018-08-071-2/+2
* gpio: xilinx: Remove !DM driverMichal Simek2018-08-071-336/+2
* gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()Michal Simek2018-08-071-4/+4
* gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar2018-08-061-33/+34
* GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev2018-07-311-22/+81
* Convert CONFIG_DA8XX_GPIO to KconfigAdam Ford2018-07-231-0/+5
* microblaze: Convert generic platform to DM gpioMichal Simek2018-07-191-0/+1
* gpio: xilinx: Convert driver to DMMichal Simek2018-07-191-1/+264
* gpio: zynq: Setup bank_name to dev->nameMichal Simek2018-07-191-0/+2
* gpio: zynq: Read of mach data in platdata with dev_get_driver_dataMichal Simek2018-07-191-27/+2
* gpio: dm: Support manual relocation for gpioMichal Simek2018-07-191-0/+35
* gpio: zynq: Fix typo in one error messageMichal Simek2018-07-191-1/+1
* gpio: zynq: Use live-tree functionMichal Simek2018-07-191-1/+1
* gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford2018-07-101-1/+24
* Merge git://git.denx.de/u-boot-imxTom Rini2018-06-271-1/+1
|\
| * drivers/gpio/mxc: fix MXC GPIO name in KConfigHannes Schmelzer2018-06-181-1/+1
* | gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIOAdam Ford2018-06-181-2/+8
* | dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford2018-06-181-24/+169
|/
* gpio: zynq_gpio: bank description should use unsigned typeMichal Simek2018-06-151-4/+4