summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: zynq: Do not check unsigned type that is >= 0Michal Simek2018-06-151-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-06-021-0/+1
|\
| * gpio: rmobile: Add R8A77990 E3 compatibleMarek Vasut2018-06-011-0/+1
* | gpio: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-13/+5
|/
* gpio: atmel_pio4: give a full configuration when muxing pinsLudovic Desroches2018-05-081-18/+18
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0748-94/+48
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-18/+0
* gpio: uclass: Fix debug stringMario Six2018-04-061-1/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-0/+3
|\
| * sunxi: gpio: add missing compatible stringsAndre Przywara2018-04-041-0/+3
* | gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas2018-03-221-0/+1
* | arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-191-1/+1
* | gpio: stm32f7_gpio: handle node ngpiosPatrick Delaunay2018-03-191-1/+2
* | dm: gpio: Convert stm32f7 driver to livetreePatrick Delaunay2018-03-191-9/+3
|/
* treewide: Fix gdsys mail addressesMario Six2018-03-092-2/+2
* Merge git://git.denx.de/u-boot-shTom Rini2018-03-051-0/+1
|\
| * gpio: rcar: Add R8A77965 M3N entriesMarek Vasut2018-03-051-0/+1
* | gpio: pca953x_gpio: Support label setting from DTMario Six2018-03-051-2/+13
|/