Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-11 Thread Laurent Pinchart
Hi Mauro, On Sunday 07 October 2012 10:17:18 Mauro Carvalho Chehab wrote: > Em Tue, 2 Oct 2012 09:31:58 -0700 Tony Lindgren escreveu: > > * Ido Yariv [121001 15:48]: > > > Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to > > > mach-omap2") moved omap34xx.h to mach-omap2. Thi

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-08 Thread Tony Lindgren
* Mauro Carvalho Chehab [121007 06:18]: > Em Tue, 2 Oct 2012 09:31:58 -0700 > Tony Lindgren escreveu: > > > * Ido Yariv [121001 15:48]: > > > Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to > > > mach-omap2") moved omap34xx.h to mach-omap2. This broke omap3isp, as it > >

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-07 Thread Mauro Carvalho Chehab
Em Tue, 2 Oct 2012 09:31:58 -0700 Tony Lindgren escreveu: > * Ido Yariv [121001 15:48]: > > Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to > > mach-omap2") moved omap34xx.h to mach-omap2. This broke omap3isp, as it > > includes omap34xx.h. > > > > Instead of moving omap3

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-02 Thread Tony Lindgren
* Ido Yariv [121001 15:48]: > Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to > mach-omap2") moved omap34xx.h to mach-omap2. This broke omap3isp, as it > includes omap34xx.h. > > Instead of moving omap34xx to platform_data, simply add the two > definitions the driver needs

[PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-01 Thread Ido Yariv
Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2") moved omap34xx.h to mach-omap2. This broke omap3isp, as it includes omap34xx.h. Instead of moving omap34xx to platform_data, simply add the two definitions the driver needs and remove the include altogether. Signe