summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2017-07-06gpio: add static to get_function()Masahiro Yamada
2017-06-12dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_outputAxel Lin
2017-06-05gpio: samsung: Drop s3c2440_gpio driverSimon Glass
2017-06-01dm: gpio: power: Convert pm8916 drivers to livetreeSimon Glass
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-06-01dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Fix up inclusion of common.hSimon Glass
2017-06-01atmel: Fix up use of dm_scan_fdt_node()Simon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-21gpio: rcar_gen3: Fix GPIO read supportKouei Abe
2017-05-18gpio: 74x164: make oe-pins optionalPeng Fan
2017-05-17x86: ich6_gpio: Add use-lvl-write-cache for I/O access modeBin Meng
2017-05-15gpio: Move OMAP_GPIO to KconfigTom Rini
2017-05-12gpio-uclass.c: Fix comparison of unsigned expression warningTom Rini
2017-05-10dm: gpio: add BCM6345 gpio driverÁlvaro Fernández Rojas
2017-05-08dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha
2017-04-20gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai
2017-04-13gpio: at91_gpio: add the clock supportWenyou Yang
2017-04-13gpio: at91_gpio: add the device tree supportWenyou Yang
2017-04-13gpio: Kconfig: add CONFIG_AT91_GPIO optionWenyou Yang
2017-04-13gpio: at91_gpio: remove CPU_HAS_PIO3 macroWenyou Yang
2017-03-17gpio: Add Rapid GPIO2P driver for i.MX7ULPPeng Fan
2017-02-08Merge git://git.denx.de/u-boot-dmTom Rini
2017-02-08GPIO: Correct doc typo "confguration" -> "configuration"Robert P. J. Day
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-27Update Maintainer and Author's email addressAjay Bhargav
2016-12-20gpio: zynq: Remove empty lineMichal Simek
2016-11-29gpio: bcm2835: add device tree supportFabian Vogt
2016-11-21gpio: dwapb: Add support for port BPhil Edworthy
2016-10-28gpio: atmel_pio4: Remove unnecessary clock callingWenyou Yang
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-11Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf
2016-09-06bcm2835_gpio: Implement GPIOF_FUNCAlexander Graf
2016-08-15gpio: atmel_pio4: Rework to support DM & DTWenyou Yang
2016-08-15gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-08gpio: Add driver for TI PCF8575 I2C GPIO expanderVignesh R
2016-07-31sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai
2016-07-23ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada
2016-07-11dm: gpio: MPC85XX GPIO platform data supportHamish Martin
2016-06-19gpio: pca953x: Fix register reading past 8th GPIOmario.six@gdsys.cc
2016-06-13Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-06-12gpio: at91: Fix pullup/pulldown configuration on PIO3Marek Vasut
2016-06-12x86: broadwell: gpio: Remove the codes to set up pin controlBin Meng
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng