Re: [PATCH 1/4 v6] drivers: create a pin control subsystem v6

2011-09-13 Thread Linus Walleij
[I know Stephen is on vacation, just stacking up some nice reading for when he gets back and for others to enjoy] On Fri, Sep 2, 2011 at 6:33 PM, Stephen Warren wrote: > Linus Walleij wrote at Friday, September 02, 2011 6:59 AM: >> >> diff --git a/include/linux/pinctrl/pinmux.h >> >> b/include/

RE: [PATCH 1/4 v6] drivers: create a pin control subsystem v6

2011-09-02 Thread Stephen Warren
Linus Walleij wrote at Friday, September 02, 2011 6:59 AM: > > I would imagine treating GPIOs as just another function. I'll repeat > > some text I wrote previously (https://lkml.org/lkml/2011/8/26/298) about > > how I see this working: > > > >>SW For reference, here's how I'd imagine modeling thos

Re: [PATCH 1/4 v6] drivers: create a pin control subsystem v6

2011-09-02 Thread Linus Walleij
Thanks Stephen, we really make progress now, thanks to your eternal patience with me :-) On Thu, Sep 1, 2011 at 11:17 PM, Stephen Warren wrote: > I want to check one thing: A given pin can be in multiple pin groups at > once. This will be important when biasing/... is added, since Tegra will >

RE: [PATCH 1/4 v6] drivers: create a pin control subsystem v6

2011-09-01 Thread Stephen Warren
Linus Walleij wrote at Thursday, September 01, 2011 3:32 AM: > This creates a subsystem for handling of pin control devices. > These are devices that control different aspects of package > pins. Overall, I think this is beginning to look very good. Thanks for taking care of my requests. I want to