summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini1-0/+3
2017-12-12gpio/hsdk: Depend on DM_GPIO instead of simple DMAlexey Brodkin1-1/+1
2017-12-09gpio: rmobile: Add generic Gen3 compatibleMarek Vasut1-0/+1
2017-12-09gpio: rmobile: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09gpio: rmobile: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-11-30gpio: rmobile: Set GPIO mode in GPSR when requestedMarek Vasut1-1/+19
2017-11-28gpio: uniphier: import dt-binginds header from LinuxMasahiro Yamada1-2/+1
2017-11-28bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada1-1/+1
2017-11-24ARC: HSDK: introduce CREG GPIO driverEugeniy Paltsev3-0/+118
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-15gpio: uniphier: rework single device node modelMasahiro Yamada1-51/+89
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini3-0/+176
2017-10-09dm: gpio: pca953x: Drop pointless data structure checksSimon Glass1-11/+0
2017-10-09dm: gpio: Correct use of -ENODEV in driversSimon Glass6-11/+11
2017-10-09dm: gpio: Add a comment about not copying some driversSimon Glass3-1/+15
2017-10-09dm: gpio: vybrid_gpio: Correct driver's use of bind() methodSimon Glass1-19/+6
2017-09-28gpio: rmobile: Add Renesas RCar GPIO driverMarek Vasut3-0/+176
2017-09-18rockchip: gpio: remove outdated/misleading commentPhilipp Tomsich1-1/+0
2017-09-18rockchip: gpio: convert to livetreePhilipp Tomsich1-1/+1
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard1-94/+0
2017-08-11Convert CONFIG_CMD_TCA642X to KconfigSimon Glass1-0/+9
2017-08-11gpio: Drop sx151x driverSimon Glass2-243/+0
2017-08-11Kconfig: Drop CONFIG_CMD_PCA953X_INFOSimon Glass1-8/+0
2017-08-11Convert CONFIG_CMD_PCA953X to KconfigSimon Glass1-0/+9
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+6
2017-07-28dm: tegra: gpio: Convert to support livetreeSimon Glass1-4/+6
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-07-06gpio: add static to get_function()Masahiro Yamada1-2/+2
2017-06-12dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_outputAxel Lin1-0/+2
2017-06-05gpio: samsung: Drop s3c2440_gpio driverSimon Glass2-89/+0
2017-06-01dm: gpio: power: Convert pm8916 drivers to livetreeSimon Glass1-5/+3
2017-06-01dm: gpio: Add live tree supportSimon Glass1-28/+23
2017-06-01dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass1-6/+3
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass7-27/+37
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-06-01dm: Fix up inclusion of common.hSimon Glass1-0/+1
2017-06-01atmel: Fix up use of dm_scan_fdt_node()Simon Glass1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass20-23/+23
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass2-2/+2
2017-05-21gpio: rcar_gen3: Fix GPIO read supportKouei Abe1-6/+11
2017-05-18gpio: 74x164: make oe-pins optionalPeng Fan1-2/+1
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng1-5/+25
2017-05-15gpio: Move OMAP_GPIO to KconfigTom Rini1-0/+8
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini1-1/+1
2017-05-10dm: gpio: add BCM6345 gpio driverÁlvaro Fernández Rojas3-0/+132
2017-05-08dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha3-0/+145
2017-04-20gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai1-0/+1
2017-04-13gpio: at91_gpio: add the clock supportWenyou Yang1-0/+13
2017-04-13gpio: at91_gpio: add the device tree supportWenyou Yang1-0/+15
2017-04-13gpio: Kconfig: add CONFIG_AT91_GPIO optionWenyou Yang1-0/+13