Re: [PATCH] gpio-pch: Set parent dev for gpio chip

2012-11-04 Thread Linus Walleij
On Fri, Nov 2, 2012 at 4:02 PM, Alexander Stein wrote: > This will show the gpio chip as a child node > under /sys/bus/pci/devices/:xx:xx.x/ > > Signed-off-by: Alexander Stein Thanks, patch applied! Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] gpio-pch: Set parent dev for gpio chip

2012-11-04 Thread Linus Walleij
On Fri, Nov 2, 2012 at 4:02 PM, Alexander Stein alexander.st...@systec-electronic.com wrote: This will show the gpio chip as a child node under /sys/bus/pci/devices/:xx:xx.x/ Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com Thanks, patch applied! Yours, Linus Walleij

[PATCH] gpio-pch: Set parent dev for gpio chip

2012-11-02 Thread Alexander Stein
This will show the gpio chip as a child node under /sys/bus/pci/devices/:xx:xx.x/ Signed-off-by: Alexander Stein --- drivers/gpio/gpio-pch.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/gpio-pch.c b/drivers/gpio/gpio-pch.c index 4ad0c4f..e3a14fe

[PATCH] gpio-pch: Set parent dev for gpio chip

2012-11-02 Thread Alexander Stein
This will show the gpio chip as a child node under /sys/bus/pci/devices/:xx:xx.x/ Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- drivers/gpio/gpio-pch.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpio/gpio-pch.c