linux/drivers/gpio
Thomas Petazzoni c57d75c099 gpio: mvebu: correctly set the value in direction_output()
The ->direction_output() operation of gpio_chip is supposed to set the
direction to output but also to set the GPIO to an initial
value. Unfortunately, this last part was not done until now, causing
for example the LEDs to not be properly set to their default initial
value. This patch fixes this by calling the mvebu_gpio_set() function
from mvebu_gpio_direction_output() before configuring the GPIO as an
output GPIO.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-10-24 07:36:35 +02:00
..
devres.c gpio: export devm_gpio_request_one 2012-07-05 14:49:13 +02:00
gpio-74x164.c gpio-74x164: Fix buffer allocation size 2012-10-16 19:34:43 +02:00
gpio-ab8500.c
gpio-adnp.c gpio: Add Avionic Design N-bit GPIO expander support 2012-09-18 23:27:25 +02:00
gpio-adp5520.c
gpio-adp5588.c gpio: adp5588: Use module_i2c_driver 2012-09-04 09:24:10 +02:00
gpio-amd8111.c gpio: add a driver for GPIO pins found on AMD-8111 south bridge chips 2012-07-12 13:40:13 +02:00
gpio-arizona.c gpiolib: Add support for Wolfson Microelectronics Arizona class devices 2012-07-17 20:59:53 +02:00
gpio-bt8xx.c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 2012-10-07 17:49:05 +09:00
gpio-cs5535.c
gpio-da9052.c gpio: da9052: Convert to use devm_kzalloc API 2012-09-01 12:53:56 +02:00
gpio-davinci.c gpio: davinci: preparation for switch to common clock framework 2012-09-01 01:12:01 +02:00
gpio-em.c So this is the LW GPIO patch stack for v3.7: 2012-10-02 16:05:10 -07:00
gpio-ep93xx.c
gpio-ge.c
gpio-generic.c
gpio-ich.c gpio: gpio-ich: Share ownership of GPIO groups 2012-09-14 09:52:13 +02:00
gpio-it8761e.c
gpio-janz-ttl.c
gpio-ks8695.c
gpio-langwell.c drivers/gpio/gpio-langwell.c: fix error return code 2012-08-07 08:55:52 +02:00
gpio-lpc32xx.c So this is the LW GPIO patch stack for v3.7: 2012-10-02 16:05:10 -07:00
gpio-max730x.c
gpio-max732x.c
gpio-max7300.c
gpio-max7301.c
gpio-mc9s08dz60.c gpio: mc9s08dz60: Use devm_kzalloc API 2012-09-01 01:02:27 +02:00
gpio-mc33880.c
gpio-mcp23s08.c
gpio-ml-ioh.c gpio: gpio-ml-ioh: Use spinlock for register access protection 2012-08-17 07:35:42 +02:00
gpio-mm-lantiq.c GPIO: MIPS: lantiq: convert gpio-mm-lantiq to OF and of_mm_gpio 2012-05-21 14:31:53 +01:00
gpio-mpc8xxx.c gpio/mpc8xxx: add a const qualifier 2012-09-11 08:56:39 +02:00
gpio-mpc5200.c
gpio-msic.c gpio: msic: Fix calculating register address in msic_gpio_to_oreg() 2012-08-05 01:09:50 +02:00
gpio-msm-v1.c
gpio-msm-v2.c gpio_msm: using for_each_set_bit to simplify the code 2012-09-18 23:16:54 +02:00
gpio-mvebu.c gpio: mvebu: correctly set the value in direction_output() 2012-10-24 07:36:35 +02:00
gpio-mxc.c gpio/mxc: specify gpio base for device tree probe 2012-08-07 08:55:22 +02:00
gpio-mxs.c gpio/mxs: adopt irq_domain support for mxs gpio driver 2012-09-03 09:31:44 +08:00
gpio-omap.c ARM: soc: general cleanups 2012-10-01 18:19:05 -07:00
gpio-pca953x.c gpio/pca953x: increase variables size to support 24 bit of data 2012-07-17 21:00:18 +02:00
gpio-pcf857x.c gpio: pcf857x: fixup smatch WARNING 2012-09-12 17:45:01 +02:00
gpio-pch.c gpio: gpio-pch: Use spinlock for register access protection 2012-08-17 07:35:42 +02:00
gpio-pl061.c
gpio-pxa.c So this is the LW GPIO patch stack for v3.7: 2012-10-02 16:05:10 -07:00
gpio-rc5t583.c
gpio-rdc321x.c gpio: rdc321x: Prevent removal of modules exporting active GPIOs 2012-09-01 12:52:24 +02:00
gpio-sa1100.c
gpio-samsung.c ARM: soc: driver specific changes 2012-10-01 18:46:13 -07:00
gpio-sch.c gpio-sch: Fix leak of resource 2012-08-05 00:33:48 +02:00
gpio-sodaville.c gpio: Use DEFINE_PCI_DEVICE_TABLE macro 2012-09-04 09:23:07 +02:00
gpio-sta2x11.c gpio-sta2x11: don't use pdata if null 2012-07-05 14:48:49 +02:00
gpio-stmpe.c
gpio-stp-xway.c GPIO: MIPS: lantiq: fix overflow inside stp-xway driver 2012-09-13 10:31:00 +02:00
gpio-sx150x.c gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate places 2012-09-06 09:19:04 +02:00
gpio-tc3589x.c gpio: Enable the tc3298x GPIO expander driver for Device Tree 2012-09-12 23:15:46 +02:00
gpio-tegra.c gpio: tegra: remove useless includes of <mach/*.h> 2012-09-06 11:46:59 -06:00
gpio-timberdale.c gpio-timberdale: fix a potential wrapping issue 2012-10-15 20:50:03 +02:00
gpio-tnetv107x.c
gpio-tps6586x.c gpio: tps6586x: Add gpio support through platform driver 2012-07-25 00:36:54 +02:00
gpio-tps65910.c gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO defined 2012-07-10 22:53:31 +02:00
gpio-tps65912.c gpio: tps65912: Convert to use devm_kzalloc API 2012-09-01 12:55:30 +02:00
gpio-twl4030.c This branch contains changes needed to make omap2+ 2012-09-16 15:35:06 -07:00
gpio-twl6040.c gpio: Add basic support for TWL6040 GPOs 2012-09-19 12:21:20 +02:00
gpio-ucb1400.c
gpio-vr41xx.c
gpio-vt8500.c arm: vt8500: gpio: Devicetree support for arch-vt8500 2012-09-21 19:23:59 +12:00
gpio-vx855.c
gpio-wm831x.c gpio: wm831x: Convert to use devm_kzalloc API 2012-09-04 09:25:13 +02:00
gpio-wm8350.c gpio: wm8350: Convert to use devm_kzalloc API 2012-09-04 09:26:06 +02:00
gpio-wm8994.c GPIO changes for v3.6: 2012-07-26 13:56:38 -07:00
gpio-xilinx.c
gpiolib-of.c gpio: Fix debug message in of_get_named_gpio_flags() 2012-08-17 07:35:25 +02:00
gpiolib.c gpiolib: Use seq_file's iterator interface 2012-08-17 07:35:41 +02:00
Kconfig ARM: soc: late platform updates 2012-10-07 20:55:16 +09:00
Makefile ARM: soc: late platform updates 2012-10-07 20:55:16 +09:00