Re: [PATCH v2 0/5] pinctrl: samsung: Data structure clean-up

2014-10-24 Thread Linus Walleij
On Wed, Oct 8, 2014 at 12:23 PM, Linus Walleij wrote: > On Thu, Oct 2, 2014 at 8:52 PM, Tomasz Figa wrote: > >> This series intends to clean up data structures used by pinctrl-samsung >> driver. >> More specifically, it separates initial compile time constants from data used >> at runtime, allow

Re: [PATCH v2 0/5] pinctrl: samsung: Data structure clean-up

2014-10-11 Thread Tomasz Figa
On 08.10.2014 12:23, Linus Walleij wrote: > On Thu, Oct 2, 2014 at 8:52 PM, Tomasz Figa wrote: > >> This series intends to clean up data structures used by pinctrl-samsung >> driver. >> More specifically, it separates initial compile time constants from data used >> at runtime, allowing unused v

Re: [PATCH v2 0/5] pinctrl: samsung: Data structure clean-up

2014-10-08 Thread Linus Walleij
On Thu, Oct 2, 2014 at 8:52 PM, Tomasz Figa wrote: > This series intends to clean up data structures used by pinctrl-samsung > driver. > More specifically, it separates initial compile time constants from data used > at runtime, allowing unused variant data to be dropped and selected structures

[PATCH v2 0/5] pinctrl: samsung: Data structure clean-up

2014-10-02 Thread Tomasz Figa
This series intends to clean up data structures used by pinctrl-samsung driver. More specifically, it separates initial compile time constants from data used at runtime, allowing unused variant data to be dropped and selected structures constified to improve safety. As a side effect, size of vmlin