aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-2/+2
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng1-102/+23
2016-02-02dm: vybrid_gpio: Drop legacy codeBhuvanchandra DV1-18/+0
2016-02-01drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal3-1/+182
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2016-01-21rockchip: gpio: Implement the get_function() methodSimon Glass1-4/+36
2016-01-21rockchip: gpio: Read the GPIO value correctlySimon Glass1-1/+1
2016-01-20dm: gpio: Allow the uclass to work without printf()Simon Glass1-0/+8
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2016-01-07gpio: mxs: add name_to_gpio() functionMåns Rullgård1-0/+15
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko1-1/+1
2015-11-30gpio: atmel: Add the PIO4 driver supportWenyou Yang3-0/+308
2015-11-18altera_pio: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-12i2c: Fix pca953x endianess issueDirk Eibach1-1/+3
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou2-240/+83
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N1-0/+11
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede1-10/+1
2015-10-03gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()Przemyslaw Marczak1-7/+11
2015-10-02gpio: tegra: use named constantsStephen Warren1-14/+19
2015-10-02gpio: tegra: remove unused typeStephen Warren1-7/+0
2015-10-02ARM: tegra: don't enable GPIOs until direction is setStephen Warren1-12/+6
2015-10-02ARM: tegra: fix GPIO init table programmingStephen Warren1-3/+5
2015-09-13Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-1/+2
2015-09-11gpio: lpc32xx: fix issues with port3 gpioSylvain Lemieux1-6/+35
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini3-0/+133
2015-09-02rockchip: gpio: Add rockchip GPIO driverSimon Glass3-0/+133
2015-09-02imx: mxc_gpio: add support for imx7d SoCAdrian Alonso1-3/+5
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass3-6/+3
2015-08-31gpio: sh-pfc: fix gpio input readVladimir Barinov1-1/+2
2015-08-26x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass1-3/+3
2015-08-26x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass1-2/+2
2015-08-23gpio: Add DW APB GPIO driverMarek Vasut3-0/+175
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-2/+2
2015-08-14sunxi: gpio: Add support for the gpio banks which are part of the R-io clusterHans de Goede1-4/+18
2015-08-12gpio: omap: Drop 'method' parameterTom Rini1-48/+59
2015-08-12dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.Peter Griffin2-0/+97
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-08-05dm: gpio: Check a GPIO is valid before using itSimon Glass1-1/+5
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+4
2015-08-02mxc: gpio add i.MX6UL supportPeng Fan1-0/+4
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass1-1/+1
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass1-8/+26
2015-07-21dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass1-4/+0
2015-07-07Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD6-28/+408
2015-07-07gpio: lpc32xx: Use priv_data instead of platdataAxel Lin1-20/+19
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-0/+178
2015-06-08dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV3-0/+177
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV1-0/+1