Re: [PATCH] am335x-boneblack-common.dtsi: add cec support

2018-09-24 Thread Tony Lindgren
/www.spinics.net/lists/linux-gpio/msg32551.html > > that will appear in 4.20. > > Tested with my BeagleBone Black board. OK great applying into omap-for-v4.20/dt thanks. Tony

want to edit

2018-08-09 Thread Tony
will be provided to check our quality Thanks, Tony Glenn

we found that

2018-08-09 Thread Tony
will be provided to check our quality Thanks, Tony Glenn

in our studio

2018-08-09 Thread Tony
will be provided to check our quality Thanks, Tony Glenn

Re: [PATCH 1/7] i2c: i2c-gpio: move header to platform_data

2018-04-19 Thread Tony Lindgren
* Wolfram Sang <w...@the-dreams.de> [180419 20:02]: > This header only contains platform_data. Move it to the proper directory. Acked-by: Tony Lindgren <t...@atomide.com>

Re: [BUG] musb: broken isochronous transfer at TI AM335x platform

2018-02-16 Thread Tony Lindgren
here. One way might be to attempt to split the large musb functions into smaller functions and see if that then allows finer grained control. Just to try to come up with some new ideas.. Maybe there's some way to swap the hardware EP config dynamically and have some packets mostly preconfigured and waiting to be triggered? Regards, Tony

Re: [PATCH v2 00/19] prevent bounds-check bypass via speculative execution

2018-01-16 Thread Tony Luck
On Sat, Jan 13, 2018 at 10:51 AM, Linus Torvalds <torva...@linux-foundation.org> wrote: > On Fri, Jan 12, 2018 at 4:15 PM, Tony Luck <tony.l...@gmail.com> wrote: > So your argument depends on "the uarch will actually run the code in > order if there are no even

Re: [PATCH v2 00/19] prevent bounds-check bypass via speculative execution

2018-01-12 Thread Tony Luck
cmp" instruction. Both are right there, no waiting, no speculation. -Tony

Re: [Patch 4/6] dt-bindings: media: ti-vpe: Document VPE driver

2017-10-19 Thread Tony Lindgren
> last time i looked (which has been a while). > > But it's your platform. We should have cached regions for all interconnects so this should not be a problem. Worth checking that the areas are listed in dra7xx_io_desc[] and for other SoCs too to avoid this issue. Regards, Tony

Re: [Patch 5/6] ARM: DRA7: hwmod: Add VPE nodes

2017-10-13 Thread Tony Lindgren
* Benoit Parrot <bpar...@ti.com> [171013 11:06]: > Tony Lindgren <t...@atomide.com> wrote on Fri [2017-Oct-13 10:05:13 -0700]: > > * Benoit Parrot <bpar...@ti.com> [171012 12:28]: > > > +static struct omap_hwmod_class_sysconfig dra7xx_vpe_sysc

Re: [Patch 3/6] ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only

2017-10-13 Thread Tony Lindgren
* Benoit Parrot <bpar...@ti.com> [171013 11:01]: > Tony Lindgren <t...@atomide.com> wrote on Fri [2017-Oct-13 10:01:13 -0700]: > > * Benoit Parrot <bpar...@ti.com> [171012 12:29]: > > > HWSUP on this domain is only working when VIP1 probes. > > > I

Re: [Patch 5/6] ARM: DRA7: hwmod: Add VPE nodes

2017-10-13 Thread Tony Lindgren
E_NO | SIDLE_SMART | > +MSTANDBY_FORCE | MSTANDBY_NO | > +MSTANDBY_SMART), > + .sysc_fields= _hwmod_sysc_type2, > +}; I think checkpatch.pl --strict would complain about unnecessary parentheses, might as well check the whole series while at it. Regards, Tony

Re: [Patch 3/6] ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only

2017-10-13 Thread Tony Lindgren
org/patch/9978783/ Just use "ti,sysc-omap2" for type1 and "ti,sysc-omap4" for type2. Regards, Tony

Re: [Patch 2/6] ARM: DRA7: hwmod: Add CAL nodes

2017-10-13 Thread Tony Lindgren
Also has .rev_offs at 0 so please add that too. Regards, Tony

Re: [Patch 1/6] ARM: dts: DRA72: Add CAL dtsi node

2017-10-13 Thread Tony Lindgren
t;; > + ti,hwmods = "cal"; > + reg = <0x4845B000 0x400>, > + <0x4845B800 0x40>, > + <0x4845B900 0x40>, > + <0x4A002e94 0x4>; Care to fix the cAmelcasing here? All lower case hex is pretty much the standard with linux, so might as well lower case them all while at it. Regards, Tony

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-06-27 Thread Tony Lindgren
* Jyri Sarha <jsa...@ti.com> [170627 02:47]: > There is no real volume on HDMI audio output as it is a digital > interface, but it should be possible to provide some volume control > using TV's volume trough CEC. OK great! Tony

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-06-27 Thread Tony Lindgren
* Hans Verkuil <hverk...@xs4all.nl> [170627 02:27]: > On 27/06/17 11:14, Tony Lindgren wrote: > > Adding Jyri to Cc, hopefully the CEC support allows also setting the > > HDMI audio volume level on devices implementing it? Or am I too > > optimistic? :) > > I'm

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-06-27 Thread Tony Lindgren
* Hans Verkuil <hverk...@xs4all.nl> [170627 01:39]: > On 26/06/17 13:07, Tony Lindgren wrote: > > Tomi, > > > > * Tomi Valkeinen <tomi.valkei...@ti.com> [170428 04:15]: > >> On 14/04/17 13:25, Hans Verkuil wrote: > >>> From: Hans Verkuil <h

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-06-26 Thread Tony Lindgren
Tomi, * Tomi Valkeinen <tomi.valkei...@ti.com> [170428 04:15]: > On 14/04/17 13:25, Hans Verkuil wrote: > > From: Hans Verkuil <hans.verk...@cisco.com> > > > > The CEC pin was always pulled up, making it impossible to use it. ... > Tony, can you queue this

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-04-29 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [170428 11:57]: > The pull seems to be enabled in the Android kernel too: > > # rwmem -s16 0x4a10009a > 0x4a10009a = 0x0118 > > So needs to be tested, what's the simplest test to check the CEC? So on droid 4, with the internal pull

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-04-28 Thread Tony Lindgren
* Sebastian Reichel <s...@kernel.org> [170428 11:29]: > Hi, > > On Fri, Apr 28, 2017 at 08:08:59AM -0700, Tony Lindgren wrote: > > * Tomi Valkeinen <tomi.valkei...@ti.com> [170428 04:15]: > > > On 14/04/17 13:25, Hans Verkuil wrote: > > >

Re: [PATCH 1/8] arm: omap4: enable CEC pin for Pandaboard A4 and ES

2017-04-28 Thread Tony Lindgren
NPUT so it can be used by the new CEC support. ... > Reviewed-by: Tomi Valkeinen <tomi.valkei...@ti.com> > > Tony, can you queue this? It's safe to apply separately from the rest of > the HDMI CEC work. Sure will do. Thanks, Tony

Re: [WARNING: A/V UNSCANNABLE][Merge tag 'media/v4.11-1' of git] ff58d005cd: BUG: unable to handle kernel NULL pointer dereference at 0000039c

2017-02-27 Thread Tony Lindgren
* Thomas Gleixner <t...@linutronix.de> [170227 08:20]: > On Mon, 27 Feb 2017, Tony Lindgren wrote: > > * Ingo Molnar <mi...@kernel.org> [170227 07:44]: > > > Because it's not the requirement that hurts primarily, but the resulting > > > non-determin

Re: [WARNING: A/V UNSCANNABLE][Merge tag 'media/v4.11-1' of git] ff58d005cd: BUG: unable to handle kernel NULL pointer dereference at 0000039c

2017-02-27 Thread Tony Lindgren
e the spurious interrupt is pending from earlier? This could be caused by glitches on the lines with runtime PM, or a pending interrupt during suspend/resume. In that case IRQ_DISABLE_UNLAZY might provide more clues if the problem goes away. Regards, Tony

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-12-14 Thread Tony Lindgren
> > > > Best regards, > > Pavel > > Was DTS patch merged into 4.9? At least I do not see updated that dts > file omap3-n900.dts in linus tree... If it's not in current mainline or next, it's off my radar so

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-11-04 Thread Tony Lindgren
And yes, I noticed the slowdown in Debian 7 -> 8 transition, so I'm > basically staying at Debian 7 as far as I can. Maybe it's the armel vs armhf causing the slowdown? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RESEND PATCH v2 0/5] ir-rx51 driver fixes

2016-07-04 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [160622 21:47]: > * Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160622 12:25]: > > ir-rx51 is a driver for Nokia N900 IR transmitter. The current series > > fixes the remaining problems in the driver: > > Thanks for updating

Re: [RESEND PATCH v2 1/5] ir-rx51: Fix build after multiarch changes broke it

2016-06-29 Thread Tony Lindgren
gt; 3. Parse configuration from device tree and drop the pdata > > > > > > Note compilation of this depends on the previous patch > > > "ARM: OMAP2+: Add more functions to pwm pdata for ir-rx51". > > > > I think that this extensive description is n

Re: [RESEND PATCH v2 0/5] ir-rx51 driver fixes

2016-06-22 Thread Tony Lindgren
an immutable branch with all these against v4.7-rc1 that we can all merge as needed? If you want to set up the branch instead, please feel free to add my ack. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.ker

Re: [RFC] [PATCH 0/3] media: an attempt to refresh omap1_camera driver

2016-06-17 Thread Tony Lindgren
uxtv.org/v4l-utils.git/). > > If that passes without failures, then this driver is in good shape and can be > moved out of staging again. Sounds good to me also, thanks guys. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-14 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160613 12:01]: > Hi, > > On 13.06.2016 10:10, Tony Lindgren wrote: > > * Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160610 14:23]: > > > > > > On 10.06.2016 13:22, Tony Lindgren wrote: > >

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-13 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [160613 00:10]: > * Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160610 14:23]: > > > > On 10.06.2016 13:22, Tony Lindgren wrote: > > > > > > OK. And I just applied the related dts changes. Please repost the drive

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-13 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160610 14:23]: > > On 10.06.2016 13:22, Tony Lindgren wrote: > > > > OK. And I just applied the related dts changes. Please repost the driver > > changes and DT binding doc with Rob's ack to the driver maintainers t

Re: [PATCH v2 6/6] ARM: dts: n900: enable lirc-rx51 driver

2016-06-10 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160516 12:36]: > Add the needed DT data to enable IR TX driver Applying this patch into omap-for-v4.8/dt instead of the earlier version. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-medi

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-06-10 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160509 13:52]: > Hi, > > On 9.05.2016 22:36, Tony Lindgren wrote: > > * Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160507 08:24]: > > > once omap_dm_timer_start() is called, which calls omap_dm_timer_enable(

Re: [PATCH 7/7] ARM: dts: n900: enable lirc-rx51 driver

2016-06-10 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160507 08:24]: > Add the needed DT data to enable IR TX driver Applying this patch into omap-for-v4.8/dt thanks. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: [PATCH 5/7] ARM: OMAP: dmtimer: Do not call PM runtime functions when not needed.

2016-05-09 Thread Tony Lindgren
>pdev->dev); No idea what the timeout should be, maybe less than 200 ms. Also we need to test that off idle still works with timer1, that might need special handling. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/2] Fix ir-rx51 by using PWM pdata

2016-05-05 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160430 10:53]: > Hi, > > On 29.04.2016 00:27, Tony Lindgren wrote: > >* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160428 14:21]: > >> > >>I didn't test legacy boot, as I don't really see any value o

Re: [PATCH 0/2] Fix ir-rx51 by using PWM pdata

2016-04-28 Thread Tony Lindgren
changes look OK to you? If so, I could queue the driver too for v4.7 because of the dependency with your ack. Or I can provide you an immutable branch with just the pdata changes against v4.6-rc1 if you prefer that. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH 2/2] [media] ir-rx51: Fix build after multiarch changes broke it

2016-04-28 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160428 13:44]: > Хи, > > On 28.04.2016 23:22, Tony Lindgren wrote: > >* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160428 12:39]: > >>On 27.04.2016 02:51, Tony Lindgren wrote: > >> > >>om

Re: [PATCH 2/2] [media] ir-rx51: Fix build after multiarch changes broke it

2016-04-28 Thread Tony Lindgren
* Ivaylo Dimitrov <ivo.g.dimitrov...@gmail.com> [160428 12:39]: > On 27.04.2016 02:51, Tony Lindgren wrote: > > omap_dm_timer_request_specific always fails with message "Please use > omap_dm_timer_request_by_cap/node()" with DT boot. > > I hacked the code t

[PATCH 0/2] Fix ir-rx51 by using PWM pdata

2016-04-26 Thread Tony Lindgren
Hi all, Here are minimal fixes to get ir-rx51 going again. Then further fixes can be done as noted in the second patch. Regards, Tony Tony Lindgren (2): ARM: OMAP2+: Add more functions to pwm pdata for ir-rx51 [media] ir-rx51: Fix build after multiarch changes broke it arch/arm/mach

[PATCH 1/2] ARM: OMAP2+: Add more functions to pwm pdata for ir-rx51

2016-04-26 Thread Tony Lindgren
to dmtimer code to avoid introducing new custom frameworks. So let's just pass the necessary dmtimer functions to ir-rx51 so we can get it working in the following patch. Cc: Neil Armstrong <narmstr...@baylibre.com> Signed-off-by: Tony Lindgren <t...@atomide.com> --- arch/arm/mach-omap

[PATCH 2/2] [media] ir-rx51: Fix build after multiarch changes broke it

2016-04-26 Thread Tony Lindgren
on the previous patch "ARM: OMAP2+: Add more functions to pwm pdata for ir-rx51". Cc: Mauro Carvalho Chehab <mche...@osg.samsung.com> Cc: Neil Armstrong <narmstr...@baylibre.com> Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren <t...@atomide.com> --- dri

Re: tvp5150 regression after commit 9f924169c035

2016-04-15 Thread Tony Lindgren
* Javier Martinez Canillas <jav...@osg.samsung.com> [160415 09:50]: > On 04/15/2016 10:58 AM, Tony Lindgren wrote: > > If you block PM runtime for I2C, then it blocks deeper idle states > > for the whole device. Note that you can disable off mode during i

Re: tvp5150 regression after commit 9f924169c035

2016-04-15 Thread Tony Lindgren
* Javier Martinez Canillas <jav...@osg.samsung.com> [160414 17:00]: > On 04/14/2016 11:12 AM, Tony Lindgren wrote: > > Is this with omap3 and does tvp5150 have a reset GPIO pin? > > Yes, it's a DM3730 (OMAP3) and yes the tvp5150 (actually it's a tvp5151) has > a reset pi

Re: tvp5150 regression after commit 9f924169c035

2016-04-14 Thread Tony Lindgren
pin to use the internal pulls by using PIN_INPUT_PULLUP | MUX_MODE7, or depending on the direction, PIN_INPUT_PULLDOWN | MUX_MODE7. The long term workaround is tho have gpio-omap.c do this dynamically with pinctrl-single.c using gpio-ranges, but that's going to take a while.. You can search for er

Fwd: Re: tw68 fails with motion package running more than 4 cameras on 8 channel card

2016-03-13 Thread Tony IBM-MAIN
; References: <56d4bb54.2000...@gmail.com> <56d6a19d.7010...@xs4all.nl> From: Tony IBM-MAIN <v1i9v...@gmail.com> Message-ID: <56e57b89.70...@gmail.com> Date: Sun, 13 Mar 2016 14:39:05 + User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thu

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-10-12 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [150914 09:37]: > * Suman Anna <s-a...@ti.com> [150914 09:33]: > > Hi Tony, > > > > On 09/03/2015 05:34 PM, Suman Anna wrote: > > > Hi Sakari, > > > > > > On 07/16/2015 07:58 AM, Tony Lindgren wrote:

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-09-14 Thread Tony Lindgren
* Suman Anna <s-a...@ti.com> [150914 09:33]: > Hi Tony, > > On 09/03/2015 05:34 PM, Suman Anna wrote: > > Hi Sakari, > > > > On 07/16/2015 07:58 AM, Tony Lindgren wrote: > >> * Laurent Pinchart <laurent.pinch...@ideasonboard.com> [150716 05:57]:

Re: [PATCH RFC] DT support for omap4-iss

2015-08-26 Thread Tony Lindgren
* Michael Allwright michael.allwri...@upb.de [150811 10:16]: On 11 August 2015 at 13:16, Tony Lindgren t...@atomide.com wrote: * Michael Allwright michael.allwri...@upb.de [150810 08:19]: + +/* +We need a better solution for this +*/ +#include ../arch/arm/mach-omap2/omap-pm.h

Re: [PATCH RFC] DT support for omap4-iss

2015-08-11 Thread Tony Lindgren
Linux generic API available :) Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: Adding support for three new Hauppauge HVR-1275 variants - testers reqd.

2015-07-19 Thread Tony Chang(Wincomm)
Dear : Steven Wow .. I can't believe You are so quickly with professional service Thanks for your support . Very thanks Best Regards -Original Message- From: Steven Toth [mailto:st...@kernellabs.com] Sent: Sunday, July 19, 2015 6:22 AM To: to...@wincomm.com.tw; Antti Palosaari Cc:

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-07-16 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [150716 05:57]: The OMAP3 ISP is now fully supported in DT, remove its instantiation from C code. Please feel to queue this along with the second patch in this series, this should not cause any merge conflicts: Acked-by: Tony Lindgren t

RE: www.kernellabs.com Contact: Hauppauge hvr1275 TV Tuner card linux problem

2015-07-14 Thread Tony Chang(Wincomm)
Dear : Steven Toth Thanks for your professional answer Thanks a lot Best Regards -Original Message- From: Steven Toth [mailto:st...@kernellabs.com] Sent: Tuesday, July 14, 2015 8:56 PM To: to...@wincomm.com.tw Cc: Linux-Media Subject: Re: www.kernellabs.com Contact: Hauppauge hvr1275 TV

Re: [RFC] v4l: omap4iss: DT bindings development

2015-06-02 Thread Tony Lindgren
it properly. Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 03/13] serial: 8250_dma: Support for deferred probing when requesting DMA channels

2015-05-26 Thread Tony Lindgren
channel is configured for the driver in the dts file? Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

2015-04-03 Thread Tony Lindgren
-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 11/14] ARM: omap2: use clkdev_create()

2015-04-03 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [150403 10:14]: Rather than open coding the clkdev allocation, initialisation and addition, use the clkdev_create() helper. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2

Re: [PATCH 12/14] ARM: omap2: use clkdev_add_alias()

2015-04-03 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [150403 10:14]: When creating aliases of existing clkdev clocks, use clkdev_add_alias() isntead of open coding the lookup and clk_lookup creation. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Tony Lindgren t...@atomide.com

Re: [PATCH v2 06/15] omap3isp: Refactor device configuration structs for Device Tree

2015-03-25 Thread Tony Lindgren
Grinberg grinb...@compulab.co.il Acked-by: Igor Grinberg grinb...@compulab.co.il (for cm-t35) There arch/arm/mach-omap2 changes here are OK to merge along with the driver changes: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-cm-t35.c | 57

Re: [PATCH v2 0/3] OMAP 3 ISP (and N9/N950 primary camera support) dts changes

2015-03-19 Thread Tony Lindgren
Changes since v1: - Fixed phy reference (number to name) in the example, - Dropped the first patch. This is already done by Tero's patch ARM: dts: omap3: merge control module features under scrm node. Applying these into omap-for-v4.1/dt thanks. Tony -- To unsubscribe from this list

Re: [RFC 18/18] omap3isp: Deprecate platform data support

2015-03-13 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [150313 02:41]: Hi, [+CC Tony] On Sat, Mar 07, 2015 at 11:41:15PM +0200, Sakari Ailus wrote: Print a warning when the driver is used with platform data. Existing platform data user should move to DT now. I guess this should become a more visible

Re: [RFC 11/18] omap3isp: Replace many MMIO regions by two

2015-03-09 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [150307 15:43]: Hi Sakari, Thank you for the patch. (CC'ing linux-omap and Tony) On Saturday 07 March 2015 23:41:08 Sakari Ailus wrote: The omap3isp MMIO register block is contiguous in the MMIO register space apart from the fact

Re: [RFC 10/18] omap3isp: Move the syscon register out of the ISP register maps

2015-03-09 Thread Tony Lindgren
* Sakari Ailus sakari.ai...@iki.fi [150307 15:44]: Hi Laurent, On Sun, Mar 08, 2015 at 01:34:17AM +0200, Laurent Pinchart wrote: Hi Sakari, Thank you for the patch. (CC'ing linux-omap and Tony) Thanks. On Saturday 07 March 2015 23:41:07 Sakari Ailus wrote: The syscon

Re: [PATCH 10/10] ARM: omap2: use clkdev_add_alias()

2015-03-02 Thread Tony Lindgren
char *dev_fmt, Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2015-01-12 Thread Tony K Nadackal
Hi Kukjin, On Wednesday, January 07, 2015 6:09 PM, Jacek Anaszewski wrote, Hi Tony, On 01/07/2015 01:08 PM, Tony K Nadackal wrote: Dear Jacek, On Wednesday, January 07, 2015 3:15 PM Jacek Anaszewski wrote, Hi Tony, Sorry for late response, just got back from vacation. On 12

RE: [PATCH v2 2/2] [media] s5p-jpeg: Adding Exynos7 JPEG variant

2015-01-07 Thread Tony K Nadackal
Hi Jacek, On Wednesday, January 07, 2015 3:43 PM : Jacek Anaszewski wrote, Hi Tony, On 12/19/2014 08:38 AM, Tony K Nadackal wrote: Fimp_jpeg used in Exynos7 is a revised version. Some register configurations are slightly different from JPEG in Exynos4. Added one more variant

RE: [PATCH v2 1/2] [media] s5p-jpeg: Fix modification sequence of interrupt enable register

2015-01-07 Thread Tony K Nadackal
Hi Jacek, On Wednesday, January 07, 2015 3:38 PM Jacek Anaszewski wrote, Hi Tony, On 12/19/2014 08:37 AM, Tony K Nadackal wrote: Fix the bug in modifying the interrupt enable register. For Exynos4 this was not a bug as there are only five bit fields used in the EXYNOS4_INT_EN_REG - all

RE: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2015-01-07 Thread Tony K Nadackal
Dear Jacek, On Wednesday, January 07, 2015 3:15 PM Jacek Anaszewski wrote, Hi Tony, Sorry for late response, just got back from vacation. On 12/19/2014 04:37 AM, Tony K Nadackal wrote: Hi Jacek, On Wednesday, December 17, 2014 7:46 PM Jacek Anaszewski wrote, Hi Tony, Thanks

RE: [PATCH] [media] s5p-jpeg: Clear JPEG_CODEC_ON bits in sw reset function

2015-01-04 Thread Tony K Nadackal
Gentle Reminder. Thanks Tony -Original Message- From: Tony K Nadackal [mailto:tony...@samsung.com] Sent: Wednesday, December 17, 2014 11:52 AM To: linux-media@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- samsung-...@vger.kernel.org Cc: mche...@osg.samsung.com

RE: [PATCH] [media] s5p-jpeg: Fix crash in jpeg isr due to multiple interrupts.

2015-01-04 Thread Tony K Nadackal
Gentle Reminder. Thanks Tony -Original Message- From: Tony K Nadackal [mailto:tony...@samsung.com] Sent: Wednesday, December 17, 2014 11:55 AM To: linux-media@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- samsung-...@vger.kernel.org Cc: mche...@osg.samsung.com

RE: [PATCH v2 0/2] Adding support for Exynos7 Jpeg variant

2015-01-04 Thread Tony K Nadackal
Gentle Reminder. Thanks, Tony -Original Message- From: Tony K Nadackal [mailto:tony...@samsung.com] Sent: Friday, December 19, 2014 1:08 PM To: linux-media@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- samsung-...@vger.kernel.org; devicet...@vger.kernel.org Cc: mche

RE: [PATCH] [media] s5p-jpeg: Initialize cb and cr to zero.

2015-01-04 Thread Tony K Nadackal
Gentle Reminder. Thanks, Tony -Original Message- From: Tony K Nadackal [mailto:tony...@samsung.com] Sent: Wednesday, December 17, 2014 12:51 PM To: linux-media@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- samsung-...@vger.kernel.org Cc: mche...@osg.samsung.com

RE: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2014-12-18 Thread Tony K Nadackal
Hi Jacek, On Wednesday, December 17, 2014 7:46 PM Jacek Anaszewski wrote, Hi Tony, Thanks for the patches. Thanks for the review. Please process them with scripts/checkpatch.pl as you will be submitting the next version - they contain many coding style related issues. I ran

[PATCH v2 2/2] [media] s5p-jpeg: Adding Exynos7 JPEG variant

2014-12-18 Thread Tony K Nadackal
Fimp_jpeg used in Exynos7 is a revised version. Some register configurations are slightly different from JPEG in Exynos4. Added one more variant SJPEG_EXYNOS7 to handle these differences. Signed-off-by: Tony K Nadackal tony...@samsung.com --- .../bindings/media/exynos-jpeg-codec.txt

[PATCH v2 1/2] [media] s5p-jpeg: Fix modification sequence of interrupt enable register

2014-12-18 Thread Tony K Nadackal
Fix the bug in modifying the interrupt enable register. Signed-off-by: Tony K Nadackal tony...@samsung.com --- drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c b/drivers

[PATCH v2 0/2] Adding support for Exynos7 Jpeg variant

2014-12-18 Thread Tony K Nadackal
macros into enum as suggested by Jacek Anaszewski. Tony K Nadackal (2): [media] s5p-jpeg: Fix modification sequence of interrupt enable register [media] s5p-jpeg: Adding Exynos7 Jpeg variant .../bindings/media/exynos-jpeg-codec.txt | 2 +- drivers/media/platform/s5p-jpeg/jpeg

[PATCH] [media] s5p-jpeg: Clear JPEG_CODEC_ON bits in sw reset function

2014-12-16 Thread Tony K Nadackal
Bits EXYNOS4_DEC_MODE and EXYNOS4_ENC_MODE do not get cleared on software reset. These bits need to be cleared explicitly. Signed-off-by: Tony K Nadackal tony...@samsung.com --- This patch is created and tested on top of linux-next-20141210. It can be cleanly applied on media-next and kgene

[PATCH] [media] s5p-jpeg: Fix crash in jpeg isr due to multiple interrupts.

2014-12-16 Thread Tony K Nadackal
]--- Kernel panic - not syncing: Fatal exception in interrupt ---[ end Kernel panic - not syncing: Fatal exception in interrupt Signed-off-by: Tony K Nadackal tony...@samsung.com --- This patch is created and tested on top of linux-next-20141210. It can be cleanly applied on media-next and kgene

[PATCH] [media] s5p-jpeg: Initialize cb and cr to zero.

2014-12-16 Thread Tony K Nadackal
To avoid garbage value written into image base address planes, initialize cb and cr of structure s5p_jpeg_addr to zero. Signed-off-by: Tony K Nadackal tony...@samsung.com --- This patch is created and tested on top of linux-next-20141210. It can be cleanly applied on media-next and kgene/for-next

[PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2014-12-16 Thread Tony K Nadackal
Fimp_jpeg used in Exynos7 is a revised version. Some register configurations are slightly different from Jpeg in Exynos4. Added one more variant SJPEG_EXYNOS7 to handle these differences. Signed-off-by: Tony K Nadackal tony...@samsung.com --- This patch is created and tested on top of linux-next

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-17 Thread Tony Lindgren
stopping us from initializing the camera code from pdata-quirks.c for now to keep it working. Certainly the binding should be added to the driver, but that removes a dependency to the legacy booting mode if things are otherwise working. Regards, Tony -- To unsubscribe from this list: send the line

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-17 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [141117 07:03]: On Monday 17 November 2014 15:55:46 Tony Lindgren wrote: There's nothing stopping us from initializing the camera code from pdata-quirks.c for now to keep it working. Certainly the binding should be added to the driver, but that removes

Re: [PATCH 1/2] mach-omap2: remove deprecated VIDEO_OMAP2 support

2014-11-14 Thread Tony Lindgren
: David Cohen daco...@gmail.com This applies with fuzz to what I have queued but should not cause merge conflicts and should be safe to merge along with other camera related patches: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/devices.c | 31

Re: [PATCHv3 0/4] [media] si4713 DT binding

2014-11-10 Thread Tony Lindgren
For Patch 3 feedback from Tony is needed. I think the simplest solution would be to merge it via the media tree (assuming, that the boardcode is not yet removed in 3.19). Yes just acked it thanks. Tony [0] https://patchwork.linuxtv.org/patch/26506/ -- Sebastian Sebastian Reichel (4

Re: [PATCHv3 3/4] ARM: OMAP2: RX-51: update si4713 platform data

2014-11-10 Thread Tony Lindgren
not conflict with anything in the linux-omap tree: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 69 +--- 1 file changed, 31 insertions(+), 38 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-10 Thread Tony Lindgren
on ARCH_OMAP2 + depends on BROKEN + +config OMAP2_PM34XX + bool + depends on ARCH_OMAP3 + depends on BROKEN + And all this should not be needed, I'll move those to a local platform specific header file. Regards, Tony -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-09 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [140909 07:40]: +linux-omap, tony -Balaji On 09/09/2014 09:38 AM, Mauro Carvalho Chehab wrote: We want to be able to COMPILE_TEST the omap1_camera driver. It compiles fine, but it fails linkediting: ERROR: omap_stop_dma [drivers/media/platform/soc_camera

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-13 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140612 23:48]: On Thursday 12 June 2014 22:30:44 Tony Lindgren wrote: 1. They live in separate hardware modules that can be clocked separately Actually I don't think that's true. The CSI2 PHY is part of the camera device, with all

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-13 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140613 03:30]: Hi Tony, On Friday 13 June 2014 00:53:25 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140612 23:48]: On Thursday 12 June 2014 22:30:44 Tony Lindgren wrote: 1. They live in separate

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-12 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140612 07:52]: On Wednesday 11 June 2014 07:47:54 Tony Lindgren wrote: These should just use either pinctrl-single.c instead for muxing. Or if they are not mux registers, we do have the syscon mapping available in omap4.dtsi

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-12 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [140612 08:32]: Hi Tony, On Thursday 12 June 2014 08:15:35 Tony Lindgren wrote: * Laurent Pinchart laurent.pinch...@ideasonboard.com [140612 07:52]: On Wednesday 11 June 2014 07:47:54 Tony Lindgren wrote: These should just use

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Tony Lindgren
for muxing. Or if they are not mux registers, we do have the syscon mapping available in omap4.dtsi that pbias-regulator.c is already using. Laurent, got any better ideas? Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Tony Lindgren
if the media people are OK with this: Acked-by: Tony Lindgren t...@atomide.com Signed-off-by: Arnd Bergmann a...@arndb.de diff --git a/drivers/staging/media/omap4iss/Kconfig b/drivers/staging/media/omap4iss/Kconfig index 78b0fba..8afc6fe 100644 --- a/drivers/staging/media/omap4iss/Kconfig +++ b

Re: [PATCH 1/5] ARM: omap2: cm-t35: Add regulators and clock for camera sensor

2014-02-19 Thread Tony Lindgren
, but it's coming :-) Tony, would that be fine with you ? Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Igor Grinberg grinb...@compulab.co.il Thank you. Tony, could I get your ack as well to push this through Mauro's tree ? Sure, the board-*.c

Re: [PATCH 04/15] ARM: OMAP: USB: Add phy binding information

2013-07-18 Thread Tony Lindgren
()) + musb_plat.phy_label = twl4030; + if (soc_is_am35xx()) { oh_name = am35x_otg_hs; name = musb-am35x; I don't think there's a USB PHY on non-twl4030 chips, so this should be OK: Acked-by: Tony Lindgren t...@atomide.com diff --git a/include/linux

Re: [PATCH 05/15] ARM: dts: omap: update usb_otg_hs data

2013-07-18 Thread Tony Lindgren
. But sounds like things will stop working for USB unless we do it like this so: Acked-by: Tony Lindgren t...@atomide.com --- Documentation/devicetree/bindings/usb/omap-usb.txt |5 + Documentation/devicetree/bindings/usb/usb-phy.txt |6 ++ arch/arm/boot/dts/omap3-beagle-xm.dts

Re: [PATCH] [media] ir: IR_RX51 only works on OMAP2

2013-03-15 Thread Tony Lindgren
-by: Timo Kokkonen timo.t.kokko...@iki.fi Acked-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 6/9] [media] ir-rx51: fix clock API related build issues

2013-03-06 Thread Tony Lindgren
* Timo Kokkonen timo.t.kokko...@iki.fi [130305 22:26]: On 03.05 2013 17:09:53, Tony Lindgren wrote: * Mauro Carvalho Chehab mche...@redhat.com [130305 16:28]: Em Tue, 5 Mar 2013 23:16:46 +0100 Arnd Bergmann a...@arndb.de escreveu: OMAP1 no longer provides its own clock interfaces

  1   2   >