Re: [PATCH v2 6/8] drivers:input:ads7846(+tsc2046): recognise old binding for coordinate flipping

2015-11-15 Thread H. Nikolaus Schaller
Am 15.11.2015 um 03:19 schrieb Rob Herring : > On Fri, Nov 13, 2015 at 2:35 PM, H. Nikolaus Schaller > wrote: >> By this patch we still recognise the old binding ti,swap-xy in parallel to >> the common binding touchscreen-swapped-x-y. This keeps

Re: [PATCH v2 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2015-11-15 Thread H. Nikolaus Schaller
Am 15.11.2015 um 03:14 schrieb Rob Herring : > On Fri, Nov 13, 2015 at 09:35:52PM +0100, H. Nikolaus Schaller wrote: >> commit b98abe52fa8e ("Input: add common DT binding for touchscreens") >> introduced common DT bindings for touchscreens [1] and a helper function to >> parse

[PATCH] clk: ti: dra7: constify clk_hw_omap_ops structure

2015-11-15 Thread Julia Lawall
The clk_hw_omap_ops structures are never modified, so declare this one as const, like the others. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/clk/ti/apll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] dmaengine: edma: fix build without CONFIG_OF

2015-11-15 Thread Vinod Koul
On Tue, Nov 03, 2015 at 03:00:57PM +0100, Arnd Bergmann wrote: > During the edma rework, a build error was introduced for the > case that CONFIG_OF is disabled: > > drivers/built-in.o: In function `edma_tc_set_pm_state': > :(.text+0x43bf0): undefined reference to `of_find_device_by_node' > > As