Age | Commit message (Expand) | Author |
2016-01-20 | dm: gpio: Allow the uclass to work without printf() | Simon Glass |
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini |
2016-01-07 | gpio: mxs: add name_to_gpio() function | Måns Rullgård |
2015-12-05 | Change e-mail address of Kamil Lulko | Kamil Lulko |
2015-11-30 | gpio: atmel: Add the PIO4 driver support | Wenyou Yang |
2015-11-18 | altera_pio: change ioremap to map_physmem | Thomas Chou |
2015-11-12 | i2c: Fix pca953x endianess issue | Dirk Eibach |
2015-10-23 | nios2 : convert altera_pio to driver model | Thomas Chou |
2015-10-22 | drivers: gpio: omap: add support for parsing additional gpio parameters | Mugunthan V N |
2015-10-20 | sunxi: power: Unify axp pmic function names | Hans de Goede |
2015-10-03 | gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr() | Przemyslaw Marczak |
2015-10-02 | gpio: tegra: use named constants | Stephen Warren |
2015-10-02 | gpio: tegra: remove unused type | Stephen Warren |
2015-10-02 | ARM: tegra: don't enable GPIOs until direction is set | Stephen Warren |
2015-10-02 | ARM: tegra: fix GPIO init table programming | Stephen Warren |
2015-09-13 | Merge branch 'rmobile' of git://git.denx.de/u-boot-sh | Tom Rini |
2015-09-11 | gpio: lpc32xx: fix issues with port3 gpio | Sylvain Lemieux |
2015-09-03 | Merge git://git.denx.de/u-boot-rockchip | Tom Rini |
2015-09-02 | rockchip: gpio: Add rockchip GPIO driver | Simon Glass |
2015-09-02 | imx: mxc_gpio: add support for imx7d SoC | Adrian Alonso |
2015-08-31 | dm: Use dev_get_addr() where possible | Simon Glass |
2015-08-31 | gpio: sh-pfc: fix gpio input read | Vladimir Barinov |
2015-08-26 | x86: gpio: Tidy up gpio_ich6_get_base() and callers | Simon Glass |
2015-08-26 | x86: gpio: Correct calls to _ich6_gpio_set_direction() | Simon Glass |
2015-08-23 | gpio: Add DW APB GPIO driver | Marek Vasut |
2015-08-18 | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada |
2015-08-14 | sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster | Hans de Goede |
2015-08-12 | gpio: omap: Drop 'method' parameter | Tom Rini |
2015-08-12 | dm: gpio: hi6220: Add a hi6220 GPIO driver model driver. | Peter Griffin |
2015-08-12 | drivers: hierarchize drivers Kconfig menu | Masahiro Yamada |
2015-08-05 | dm: gpio: Check a GPIO is valid before using it | Simon Glass |
2015-08-05 | x86: Add some missing global_data declarations in files that use gd | Simon Glass |
2015-08-02 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2015-08-02 | mxc: gpio add i.MX6UL support | Peng Fan |
2015-07-21 | dm: gpio: Add dm_gpio_request() to manually request a GPIO | Simon Glass |
2015-07-21 | dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name | Simon Glass |
2015-07-21 | dm: gpio: Allow GPIO uclass to be used in SPL | Simon Glass |
2015-07-07 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2015-07-07 | gpio: lpc32xx: Use priv_data instead of platdata | Axel Lin |
2015-06-08 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2015-06-08 | dm: gpio: vf610: Add GPIO driver support | Bhuvanchandra DV |
2015-06-08 | dm: gpio: uclass: Add flag to control sequence numbering | Bhuvanchandra DV |
2015-06-06 | Merge git://git.denx.de/u-boot-sunxi | Tom Rini |
2015-06-04 | sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl" | Hans de Goede |
2015-06-04 | x86: gpio: add pinctrl support from the device tree | Gabriel Huau |
2015-05-28 | gpio: stm32: add stm32f1 support | Matt Porter |
2015-05-18 | Merge git://git.denx.de/u-boot-samsung | Tom Rini |
2015-05-13 | dm: gpio: Add error handling and a function to claim vector GPIOs | Simon Glass |
2015-05-08 | gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places | Axel Lin |
2015-05-06 | gpio: s3c: Fix the GPIO driver | Marek Vasut |