Re: [PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-19 Thread Lee Jones
On Tue, 13 May 2014, Krzysztof Kozlowski wrote: > mfd_add_devices() expects array of struct mfd_cell to be const. > > Signed-off-by: Krzysztof Kozlowski > Cc: Linus Walleij > --- > drivers/mfd/ipaq-micro.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee

Re: [PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-19 Thread Lee Jones
On Tue, 13 May 2014, Krzysztof Kozlowski wrote: mfd_add_devices() expects array of struct mfd_cell to be const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org --- drivers/mfd/ipaq-micro.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-16 Thread Linus Walleij
On Tue, May 13, 2014 at 12:58 PM, Krzysztof Kozlowski wrote: > mfd_add_devices() expects array of struct mfd_cell to be const. > > Signed-off-by: Krzysztof Kozlowski > Cc: Linus Walleij Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-16 Thread Linus Walleij
On Tue, May 13, 2014 at 12:58 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: mfd_add_devices() expects array of struct mfd_cell to be const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org Acked-by: Linus Walleij

[PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-13 Thread Krzysztof Kozlowski
mfd_add_devices() expects array of struct mfd_cell to be const. Signed-off-by: Krzysztof Kozlowski Cc: Linus Walleij --- drivers/mfd/ipaq-micro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/ipaq-micro.c b/drivers/mfd/ipaq-micro.c index

[PATCH 03/16] mfd: ipaq-micro: Make mfd_cell array const

2014-05-13 Thread Krzysztof Kozlowski
mfd_add_devices() expects array of struct mfd_cell to be const. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org --- drivers/mfd/ipaq-micro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/ipaq-micro.c