+++ /dev/null
-From 6ddbaed3eff9f60d29805413404251670d2e8f0c Mon Sep 17 00:00:00 2001
-From: Linus Walleij <linus.walleij@linaro.org>
-Date: Fri, 4 Dec 2015 14:13:59 +0100
-Subject: gpio: davinci: fix missed parent conversion
-
-From: Linus Walleij <linus.walleij@linaro.org>
-
-commit 6ddbaed3eff9f60d29805413404251670d2e8f0c upstream.
-
-I missed to convert this driver properly to use .parent to
-point to the parent device. ARMv7 multiplatform would not
-compile.
-
-Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/gpio/gpio-davinci.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/gpio/gpio-davinci.c
-+++ b/drivers/gpio/gpio-davinci.c
-@@ -254,7 +254,7 @@ static int davinci_gpio_probe(struct pla
- #ifdef CONFIG_OF_GPIO
- chips[i].chip.of_gpio_n_cells = 2;
- chips[i].chip.of_xlate = davinci_gpio_of_xlate;
-- chips[i].chip.dev = dev;
-+ chips[i].chip.parent = dev;
- chips[i].chip.of_node = dev->of_node;
- #endif
- spin_lock_init(&chips[i].lock);
xfs-skip-stale-inodes-in-xfs_iflush_cluster.patch
xfs-print-name-of-verifier-if-it-fails.patch
xfs-handle-dquot-buffer-readahead-in-log-recovery-correctly.patch
-gpio-davinci-fix-missed-parent-conversion.patch