vfb module

2007-04-05 Thread Michael Trimarchi
Hi, I changed a little bit the vfb module to be used as a frame buffer in memory. I would like to use the mmap over the virtual framebuffer. I added a few line: I allocated the buffer using videomemory=(void *)__get_free_pages(GFP_KERNEL, get_order(PAGE_ALIGN(videomemorysize))); and fixed

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using no_console_suspend

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 11:50, Sourav Poddar wrote: Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them all.. On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: Hi Kevin, On Tuesday 19 March 2013 12:24 AM,

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using no_console_suspend

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 12:39, Sourav Poddar wrote: Hi, On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: Hi On 02/04/13 11:50, Sourav Poddar wrote: Hi Kevin, On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: Realised the list to whom the patch was send got dropped. Ccing them

Re: [PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using no_console_suspend

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 15:28, Sourav Poddar wrote: With dt boot, uart wakeup after suspend is non functional while using no_console_suspend in the bootargs. With no_console_suspend used, od-flags should be ORed with OMAP_DEVICE_NO_IDLE_ON_SUSPEND, thereby not allowing the console to idle in the

Re: [PATCH] USB: EHCI: fix for leaking isochronous data

2013-03-21 Thread Michael Trimarchi
Hi On 21/03/13 20:10, Arnd Bergmann wrote: On Thursday 21 March 2013, Jason Cooper wrote: On Thu, Mar 21, 2013 at 06:04:59PM +0100, Soeren Moch wrote: Now I found out what is going on here: In itd_urb_transaction() we allocate 9 iTDs for each URB with number_of_packets == 64 in my case.

Re: [PATCH v2 2/3] gpio: twl4030: Cache the direction and output states in private data

2012-12-19 Thread Michael Trimarchi
Hi Grant Likely grant.lik...@secretlab.ca wrote: On Thu, 6 Dec 2012 11:52:06 +0100, Peter Ujfalusi peter.ujfal...@ti.com wrote: Use more coherent locking in the driver. Use bitfield to store the GPIO direction and if the pin is configured as output store the status also in a bitfiled. In

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár pali.ro...@gmail.com wrote: This patch removing set_mode_hook function from board data and replacing it with new string variable of notifier power supply device. After this change it is possible to add DT support because driver does not need

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-25 Thread Michael Trimarchi
Hi On Sun, Nov 24, 2013 at 8:01 PM, Pali Rohár pali.ro...@gmail.com wrote: On Sunday 24 November 2013 18:18:03 Michael Trimarchi wrote: Hi On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár pali.ro...@gmail.com wrote: This patch removing set_mode_hook function from board data and replacing

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros rog...@ti.com wrote: With u-boot 2013.10, USB devices are sometimes not detected on OMAP4 Panda. To make us independent of what bootloader does with the USB Host module, we must RESET it to get it to a known good state. This patch Soft

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros rog...@ti.com wrote: With u-boot 2013.10, USB devices are sometimes not detected on OMAP4 Panda. To make us independent of what bootloader does with the USB Host module, we must RESET it to get it to a known good state. This patch Soft

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi On Sat, Nov 30, 2013 at 5:48 AM, Michael Trimarchi mich...@amarulasolutions.com wrote: Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros rog...@ti.com wrote: With u-boot 2013.10, USB devices are sometimes not detected on OMAP4 Panda. To make us independent of what bootloader does

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-30 Thread Michael Trimarchi
Hi On Sat, Nov 30, 2013 at 6:10 AM, Michael Trimarchi mich...@amarulasolutions.com wrote: Hi On Sat, Nov 30, 2013 at 5:48 AM, Michael Trimarchi mich...@amarulasolutions.com wrote: Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros rog...@ti.com wrote: With u-boot 2013.10, USB devices

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-12-01 Thread Michael Trimarchi
Hi Anton On Sun, Dec 1, 2013 at 11:37 PM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Nov 25, 2013 at 08:16:34PM +0100, Michael Trimarchi wrote: ... So you can read this value without any type of synchronization with the power_supply_core and sysfs implementation? ... https

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-12-01 Thread Michael Trimarchi
Hi On Mon, Dec 2, 2013 at 1:24 AM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Dec 02, 2013 at 01:02:40AM +0100, Michael Trimarchi wrote: On Sun, Dec 1, 2013 at 11:37 PM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Nov 25, 2013 at 08:16:34PM +0100, Michael Trimarchi wrote: ... So

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-12-02 Thread Michael Trimarchi
Hi Roger On Mon, Dec 2, 2013 at 10:39 AM, Roger Quadros rog...@ti.com wrote: +Benoit, Tony, Paul. Hi Michael, On 11/30/2013 06:48 AM, Michael Trimarchi wrote: Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros rog...@ti.com wrote: With u-boot 2013.10, USB devices are sometimes

[RFC PATCH 2/3] ARM: mmc: davinci: Remove cast to the same type

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi mich...@amarulasolutions.com --- drivers/mmc/host/davinci_mmc.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 8ea09ef..13ac664 100644 --- a/drivers/mmc/host

[RFC PATCH 3/3] ARM: mmc: davinci: clock rate is an unsigned long

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi mich...@amarulasolutions.com --- drivers/mmc/host/davinci_mmc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 13ac664..0181780 100644 --- a/drivers/mmc/host

[RFC PATCH 0/3] ARM: mmc: davinci: Small fixes on host davinci driver

2014-01-22 Thread Michael Trimarchi
Hi all, I had the omapl138 board for one day. Looking at the code I have noticed that opendrain mmc configuration is buggy. I don't have the possibility to test but it should be correct to use host clock variable information. The other two patches are small style cleanup Michael Trimarchi (3

[RFC PATCH 1/3] ARM: mmc: davinci: remove unused variable mmc_pclk and fix opendrain clock calculation

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi mich...@amarulasolutions.com --- drivers/mmc/host/davinci_mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index e9fa87d..8ea09ef 100644 --- a/drivers/mmc/host

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2014-01-19 Thread Michael Trimarchi
Hi On Sun, Jan 19, 2014 at 9:54 PM, Sebastian Reichel s...@ring0.de wrote: On Mon, Dec 02, 2013 at 02:45:06AM +0100, Michael Trimarchi wrote: On Mon, Dec 2, 2013 at 1:24 AM, Anton Vorontsov an...@enomsg.org wrote: On Mon, Dec 02, 2013 at 01:02:40AM +0100, Michael Trimarchi wrote: On Sun

BUG: spinlock bad magic, do_task_stat

2015-06-17 Thread Michael Trimarchi
Hi I'm trying to understand the reason of this failure. I'm running a 3.0.x kernel but I have seen that there are not so much differents in proc fs. Anyone have an idea what could be the reason and where this unlock happen? Michael [10669.296142] BUG: spinlock bad magic on CPU#0, top/11656

Re: [PATCH] base: power: wakeirq: don't leak dev-power.wakeirq

2015-07-06 Thread Michael Trimarchi
Hi On Mon, Jul 6, 2015 at 8:09 PM, Felipe Balbi ba...@ti.com wrote: On Mon, Jul 06, 2015 at 08:06:17PM +0200, Michael Trimarchi wrote: Hi On Jul 6, 2015 8:01 PM, Felipe Balbi ba...@ti.com wrote: on a first call to dev_pm_attach_wake_irq(), if it fails, it will leave dev-power.wakeirq

Re: [RFC PATCH] usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes

2015-06-11 Thread Michael Trimarchi
Hi On Tue, Jun 9, 2015 at 3:44 PM, Kishon Vijay Abraham I kis...@ti.com wrote: Hi, On Tuesday 09 June 2015 08:09 PM, Michael Trimarchi wrote: Hi On Jun 9, 2015 4:36 PM, Kishon Vijay Abraham I kis...@ti.com mailto:kis...@ti.com wrote: DWC3 uses bounce buffer to handle non max packet

[PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-08 Thread Michael Trimarchi
OSC can be used as USB hub source clock. An example we can route to CLK2_P imx6 pin Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> --- drivers/clk/imx/clk-imx6q.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6q.c b/drivers/c

[PATCH V2] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-15 Thread Michael Trimarchi
112400 0 0 lvds2_gate 112400 0 0 [...] Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> --- Changes in v2: - rework the commit message to give a better description drivers/cl

Re: [PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-15 Thread Michael Trimarchi
Hi On Sun, Nov 08, 2015 at 03:07:22PM +0100, Michael Trimarchi wrote: > OSC can be used as USB hub source clock. An example we can route to > CLK2_P imx6 pin > Do I need to include an example in the commit message? usb_hub: usb-hub { compatible = "

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 24, 2015 at 5:04 PM, Raphaël Poggi <poggi.r...@gmail.com> wrote: > Hi, > > 2015-11-24 9:27 GMT+01:00 Michael Trimarchi <mich...@amarulasolutions.com>: >> Hi >> >> On Tue, Nov 24, 2015 at 9:21 AM, Raphaël Poggi <poggi.r...@gmail.com> wrot

Re: [PATCH v2] sound: codecs: pcm1792a: clean function exit

2015-11-25 Thread Michael Trimarchi
>regmap, PCM1792A_FMT_CONTROL, > PCM1792A_FMT_MASK | PCM1792A_ATLD_ENABLE, > val); > - if (ret < 0) > - return ret; > - > - return 0; > } > > static const struct snd_soc_dai_ops pcm1792a_dai

Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry

2015-11-27 Thread Michael Trimarchi
Hi On Fri, Nov 27, 2015 at 9:38 AM, Pali Rohár wrote: > On Thursday 26 November 2015 12:39:30 Tony Lindgren wrote: >> Just to explore options.. How about make a minimal device driver that >> just loads the atags blob from /lib/firmware and then shows it in >> /proc/atags?

Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry

2015-11-27 Thread Michael Trimarchi
Hi On Fri, Nov 27, 2015 at 9:44 AM, Michael Trimarchi <mich...@amarulasolutions.com> wrote: > Hi > > On Fri, Nov 27, 2015 at 9:38 AM, Pali Rohár <pali.ro...@gmail.com> wrote: >> On Thursday 26 November 2015 12:39:30 Tony Lindgren wrote: >>> Just to explor

Re: [alsa-devel] [PATCH 3/4] dt-bindings: sound: add binding for pcm1792a

2015-11-20 Thread Michael Trimarchi
Hi Raphael On Fri, Nov 20, 2015 at 3:42 PM, Rob Herring wrote: > On Fri, Nov 20, 2015 at 11:09:16AM +0100, Raphael Poggi wrote: >> From: Raphael Poggi >> >> Add a binding for specify channel selection. >> >> Signed-off-by: Raphael Poggi

Re: [alsa-devel] [PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Michael Trimarchi
one chage and I suggest to do the same for the next one. Michael > Raphael > > 2015-11-21 10:31 GMT+01:00 Michael Trimarchi <mich...@amarulasolutions.com>: > > Hi > > > > On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi <poggi.r...@gmail.com> >

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 24, 2015 at 9:21 AM, Raphaël Poggi <poggi.r...@gmail.com> wrote: > Hi, > > 2015-11-21 10:37 GMT+01:00 Michael Trimarchi <mich...@amarulasolutions.com>: >> Hi >> >> On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi <poggi.r...@gmail.co

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Add possibility to choose the channel side using the device tree, > and also modify it using alsa ctrl. > > Signed-off-by: Raphael Poggi > --- >

Re: [alsa-devel] [PATCH 2/4] sound: codecs: pcm1792a: add define for register

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Use define for register instead of number, when it is possible. > Doing this, make easier to read and use in the code. > > Signed-off-by: Raphael Poggi

Re: [alsa-devel] [PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Signed-off-by: Raphael Poggi > --- > sound/soc/codecs/pcm1792a.c | 14 -- > 1 file changed, 4 insertions(+), 10 deletions(-) > >

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Michael Trimarchi
e 100644 >> index 000..5842add9 >> --- /dev/null >> +++ b/sound/soc/codecs/pcm179x-spi.c >> @@ -0,0 +1,63 @@ >> +/* >> + * PCM179X ASoC SPI driver >> + * >> + * Copyright (c) Amarula Solutions B.V. 2013 >> + * >> + * Michael T

Re: [PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates

2016-01-22 Thread Michael Trimarchi
; [V2]: Fix build issues found by kbuild test robot by adding static > keyword and proper symbol exports. > > Jacob Siverskog (3): > ASoC: pcm179x: Split into core and SPI parts > ASoC: pcm179x: Add I2C interface driver > ASoC: pcm179x: Support continuous rates > For me

Re: [PATCH] ARM: dts: rockchip: Add mdio node to ethernet node

2016-03-21 Thread Michael Trimarchi
Hi On Mon, Mar 21, 2016 at 9:23 AM, Tomeu Vizoso wrote: > On 18 March 2016 at 22:34, Andreas Färber wrote: >> Am 18.03.2016 um 12:20 schrieb Tomeu Vizoso: >>> So the dwmac device manages to probe again. >>> >>> Signed-off-by: Tomeu Vizoso

Re: Removal of regulator-boot-on/always-on when a consumer exists

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 6:50 PM, Fabio Estevam wrote: > On Mon, Sep 26, 2016 at 1:49 PM, Mark Brown wrote: > >>> The can1 node is the only consumer of this regulator. >> >>> The reg_3p3v regulator models a discrete 3.3V power supply with no >>>

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-20 Thread Michael Trimarchi
Hi Fabio On Wed, Sep 14, 2016 at 8:00 PM, Fabio Estevam wrote: > On Wed, Sep 14, 2016 at 2:43 PM, Jagan Teki > wrote: > >> OK, but where it showed on the processor manual? I only find LDO_2P5 > > It is not a SoC regulator. It is the regulator

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 3:47 PM, Fabio Estevam wrote: > Hi Matteo, > > On Mon, Sep 26, 2016 at 10:44 AM, Matteo Lisi wrote: >> Hi Fabio, >> >> Our SOM doesn't use external PMIC. >> >> We powered all devices with a fix voltage regulators that

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 3:55 PM, Fabio Estevam <feste...@gmail.com> wrote: > On Mon, Sep 26, 2016 at 10:54 AM, Michael Trimarchi > <mich...@amarulasolutions.com> wrote: > >>> Why don't you simply do like this? >>> >>>reg_3p3v: regulator-3

Re: [PATCH] ALSA SoC MAX98927 driver - Initial release

2016-11-23 Thread Michael Trimarchi
Hi On Wed, Nov 23, 2016 at 5:57 AM, Ryan Lee wrote: > Signed-off-by: Ryan Lee > --- > .../devicetree/bindings/sound/max98927.txt | 32 + > sound/soc/codecs/Kconfig |5 + >

Re: [PATCH 23/37] ARM: dts: imx6q-icore-rqs: Correct license text

2017-01-02 Thread Michael Trimarchi
On Thu, Dec 15, 2016 at 12:57:32AM +0100, Alexandre Belloni wrote: > The license test has been mangled at some point then copy pasted across > multiple files. Restore it to what it should be. > Note that this is not intended as a license change. > > Cc: Michael

Re: [PATCH 16/37] ARM: dts: imx6qdl-icore-rqs: Correct license text

2017-01-02 Thread Michael Trimarchi
On Thu, Dec 15, 2016 at 12:57:25AM +0100, Alexandre Belloni wrote: > The license test has been mangled at some point then copy pasted across > multiple files. Restore it to what it should be. > Note that this is not intended as a license change. > > Cc: Michael

Re: [PATCH 28/37] ARM: dts: imx6ul-geam: Correct license text

2017-01-02 Thread Michael Trimarchi
arulasolutions.com> > Cc: Matteo Lisi <matteo.l...@engicam.com> > Cc: Michael Trimarchi <mich...@amarulasolutions.com> > Signed-off-by: Alexandre Belloni <alexandre.bell...@free-electrons.com> Acked-by: Michael Trimarchi <mich...@amarulasolutions.com>

[PATCH] brcmfmac: stop watchdog before detach and free everything

2018-05-28 Thread Michael Trimarchi
: 00078ff08b55 [ 1348.267243] x5 : 0139e1058400 x4 : [ 1348.272550] x3 : dead0100 x2 : 958f2788d6618100 [ 1348.277856] x1 : fe00 x0 : Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> --- drivers/net/wireless/br

vfb module

2007-04-05 Thread Michael Trimarchi
Hi, I changed a little bit the vfb module to be used as a frame buffer in memory. I would like to use the mmap over the virtual framebuffer. I added a few line: I allocated the buffer using videomemory=(void *)__get_free_pages(GFP_KERNEL, get_order(PAGE_ALIGN(videomemorysize))); and fixed

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 11:50, Sourav Poddar wrote: > Hi Kevin, > On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: >> Realised the list to whom the patch was send got dropped. Ccing them all.. >> On Wednesday 20 March 2013 05:18 PM, Sourav Poddar wrote: >>> Hi Kevin, >>> On Tuesday 19 March

Re: [PATCH/Resend 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 12:39, Sourav Poddar wrote: > Hi, > On Tuesday 02 April 2013 03:36 PM, Michael Trimarchi wrote: >> Hi >> >> On 02/04/13 11:50, Sourav Poddar wrote: >>> Hi Kevin, >>> On Wednesday 20 March 2013 05:36 PM, Sourav Poddar wrote: >>>

Re: [PATCHv2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"

2013-04-02 Thread Michael Trimarchi
Hi On 02/04/13 15:28, Sourav Poddar wrote: > With dt boot, uart wakeup after suspend is non functional while using > "no_console_suspend" in the bootargs. With "no_console_suspend" used, > od->flags > should be ORed with "OMAP_DEVICE_NO_IDLE_ON_SUSPEND", thereby not allowing > the console > to

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár wrote: > This patch removing set_mode_hook function from board data and replacing it > with > new string variable of notifier power supply device. After this change it is > possible to add DT support because driver does not need specific board >

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-11-25 Thread Michael Trimarchi
Hi On Sun, Nov 24, 2013 at 8:01 PM, Pali Rohár wrote: > On Sunday 24 November 2013 18:18:03 Michael Trimarchi wrote: >> Hi >> >> On Tue, Nov 19, 2013 at 11:18 AM, Pali Rohár > wrote: >> > This patch removing set_mode_hook function from board data >> >

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros wrote: > With u-boot 2013.10, USB devices are sometimes not detected > on OMAP4 Panda. To make us independent of what bootloader does > with the USB Host module, we must RESET it to get it to a known > good state. This patch Soft RESETs the

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi Roger On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros wrote: > With u-boot 2013.10, USB devices are sometimes not detected > on OMAP4 Panda. To make us independent of what bootloader does > with the USB Host module, we must RESET it to get it to a known > good state. This patch Soft RESETs the

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-29 Thread Michael Trimarchi
Hi On Sat, Nov 30, 2013 at 5:48 AM, Michael Trimarchi wrote: > Hi Roger > > On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros wrote: >> With u-boot 2013.10, USB devices are sometimes not detected >> on OMAP4 Panda. To make us independent of what bootloader does >> with t

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-11-30 Thread Michael Trimarchi
Hi On Sat, Nov 30, 2013 at 6:10 AM, Michael Trimarchi wrote: > Hi > > On Sat, Nov 30, 2013 at 5:48 AM, Michael Trimarchi > wrote: >> Hi Roger >> >> On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros wrote: >>> With u-boot 2013.10, USB devices are sometimes n

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-12-01 Thread Michael Trimarchi
Hi Anton On Sun, Dec 1, 2013 at 11:37 PM, Anton Vorontsov wrote: > On Mon, Nov 25, 2013 at 08:16:34PM +0100, Michael Trimarchi wrote: > ... >> >> So you can read this value without any type of synchronization >> >> with the power_supply_core >> >>

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2013-12-01 Thread Michael Trimarchi
Hi On Mon, Dec 2, 2013 at 1:24 AM, Anton Vorontsov wrote: > On Mon, Dec 02, 2013 at 01:02:40AM +0100, Michael Trimarchi wrote: >> On Sun, Dec 1, 2013 at 11:37 PM, Anton Vorontsov wrote: >> > On Mon, Nov 25, 2013 at 08:16:34PM +0100, Michael Trimarchi wrote: >> > .

Re: [PATCH 1/1] mfd: omap-usb-host: Fix USB device detection problems on OMAP4 Panda

2013-12-02 Thread Michael Trimarchi
Hi Roger On Mon, Dec 2, 2013 at 10:39 AM, Roger Quadros wrote: > +Benoit, Tony, Paul. > > Hi Michael, > > On 11/30/2013 06:48 AM, Michael Trimarchi wrote: >> Hi Roger >> >> On Fri, Nov 29, 2013 at 2:01 PM, Roger Quadros wrote: >>> With u-boot 2013.

Re: [PATCH] USB: EHCI: fix for leaking isochronous data

2013-03-21 Thread Michael Trimarchi
Hi On 21/03/13 20:10, Arnd Bergmann wrote: > On Thursday 21 March 2013, Jason Cooper wrote: >> On Thu, Mar 21, 2013 at 06:04:59PM +0100, Soeren Moch wrote: > >>> >>> Now I found out what is going on here: >>> >>> In itd_urb_transaction() we allocate 9 iTDs for each URB with >>> number_of_packets

[RFC PATCH 2/3] ARM: mmc: davinci: Remove cast to the same type

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi --- drivers/mmc/host/davinci_mmc.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 8ea09ef..13ac664 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc

[RFC PATCH 3/3] ARM: mmc: davinci: clock rate is an unsigned long

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi --- drivers/mmc/host/davinci_mmc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index 13ac664..0181780 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc

[RFC PATCH 0/3] ARM: mmc: davinci: Small fixes on host davinci driver

2014-01-22 Thread Michael Trimarchi
Hi all, I had the omapl138 board for one day. Looking at the code I have noticed that opendrain mmc configuration is buggy. I don't have the possibility to test but it should be correct to use host clock variable information. The other two patches are small style cleanup Michael Trimarchi (3

[RFC PATCH 1/3] ARM: mmc: davinci: remove unused variable mmc_pclk and fix opendrain clock calculation

2014-01-22 Thread Michael Trimarchi
Signed-off-by: Michael Trimarchi --- drivers/mmc/host/davinci_mmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c index e9fa87d..8ea09ef 100644 --- a/drivers/mmc/host/davinci_mmc.c +++ b/drivers/mmc/host

Re: [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode

2014-01-19 Thread Michael Trimarchi
Hi On Sun, Jan 19, 2014 at 9:54 PM, Sebastian Reichel wrote: > On Mon, Dec 02, 2013 at 02:45:06AM +0100, Michael Trimarchi wrote: >> On Mon, Dec 2, 2013 at 1:24 AM, Anton Vorontsov wrote: >> > On Mon, Dec 02, 2013 at 01:02:40AM +0100, Michael Trimarchi wrote: >> >>

Re: [PATCH v2 2/3] gpio: twl4030: Cache the direction and output states in private data

2012-12-19 Thread Michael Trimarchi
Hi Grant Likely wrote: >On Thu, 6 Dec 2012 11:52:06 +0100, Peter Ujfalusi > wrote: >> Use more coherent locking in the driver. Use bitfield to store the >GPIO >> direction and if the pin is configured as output store the status >also in a >> bitfiled. >> In this way we can just look at these

[PATCH] pinctrl: Support pin that does not support configuration option

2021-01-30 Thread Michael Trimarchi
Some of the iMX25 pins have not an associated configuration register so when they are configured the standard way through the device tree the kernel complains with: imx25-pinctrl 43fac000.iomuxc: Pin(MX25_PAD_EXT_ARMCLK) does not support config function Signed-off-by: Michael Trimarchi Tested

[PATCH] ARM: dts: rockchip: Fix VBUS on rk3288-vyasa

2020-07-07 Thread Michael Trimarchi
nges between "host" and "peripheral". Signed-off-by: Michael Trimarchi --- arch/arm/boot/dts/rk3288-vyasa.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts index ba06e9f97ddc..5b0263b1be7

[PATCH] brcmfmac: stop watchdog before detach and free everything

2018-05-28 Thread Michael Trimarchi
: 00078ff08b55 [ 1348.267243] x5 : 0139e1058400 x4 : [ 1348.272550] x3 : dead0100 x2 : 958f2788d6618100 [ 1348.277856] x1 : fe00 x0 : Signed-off-by: Michael Trimarchi --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c | 7

Re: [RFC PATCH] usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes

2015-06-11 Thread Michael Trimarchi
Hi On Tue, Jun 9, 2015 at 3:44 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 09 June 2015 08:09 PM, Michael Trimarchi wrote: >> >> Hi >> >> On Jun 9, 2015 4:36 PM, "Kishon Vijay Abraham I" > <mailto:kis...@ti.com>> wrote: >&

BUG: spinlock bad magic, do_task_stat

2015-06-17 Thread Michael Trimarchi
Hi I'm trying to understand the reason of this failure. I'm running a 3.0.x kernel but I have seen that there are not so much differents in proc fs. Anyone have an idea what could be the reason and where this unlock happen? Michael [10669.296142] BUG: spinlock bad magic on CPU#0, top/11656

Re: [PATCH] base: power: wakeirq: don't leak dev->power.wakeirq

2015-07-06 Thread Michael Trimarchi
Hi On Mon, Jul 6, 2015 at 8:09 PM, Felipe Balbi wrote: > On Mon, Jul 06, 2015 at 08:06:17PM +0200, Michael Trimarchi wrote: >> Hi >> >> On Jul 6, 2015 8:01 PM, "Felipe Balbi" wrote: >> > >> > on a first call to dev_pm_attach_wake_irq(), if it

Re: [PATCH] ALSA SoC MAX98927 driver - Initial release

2016-11-23 Thread Michael Trimarchi
Hi On Wed, Nov 23, 2016 at 5:57 AM, Ryan Lee wrote: > Signed-off-by: Ryan Lee > --- > .../devicetree/bindings/sound/max98927.txt | 32 + > sound/soc/codecs/Kconfig |5 + > sound/soc/codecs/Makefile |2 + >

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-20 Thread Michael Trimarchi
Hi Fabio On Wed, Sep 14, 2016 at 8:00 PM, Fabio Estevam wrote: > On Wed, Sep 14, 2016 at 2:43 PM, Jagan Teki > wrote: > >> OK, but where it showed on the processor manual? I only find LDO_2P5 > > It is not a SoC regulator. It is the regulator that powers the CAN > transceiver. Engicam use

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 3:47 PM, Fabio Estevam wrote: > Hi Matteo, > > On Mon, Sep 26, 2016 at 10:44 AM, Matteo Lisi wrote: >> Hi Fabio, >> >> Our SOM doesn't use external PMIC. >> >> We powered all devices with a fix voltage regulators that cannot be drive >> directly from SoC so >> any

Re: [PATCH v4 2/5] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 3:55 PM, Fabio Estevam wrote: > On Mon, Sep 26, 2016 at 10:54 AM, Michael Trimarchi > wrote: > >>> Why don't you simply do like this? >>> >>>reg_3p3v: regulator-3p3v { >>>compatible = "regulator

Re: Removal of regulator-boot-on/always-on when a consumer exists

2016-09-26 Thread Michael Trimarchi
Hi On Mon, Sep 26, 2016 at 6:50 PM, Fabio Estevam wrote: > On Mon, Sep 26, 2016 at 1:49 PM, Mark Brown wrote: > >>> The can1 node is the only consumer of this regulator. >> >>> The reg_3p3v regulator models a discrete 3.3V power supply with no >>> software intervention. >> >> So if it's

Re: [PATCH 23/37] ARM: dts: imx6q-icore-rqs: Correct license text

2017-01-02 Thread Michael Trimarchi
On Thu, Dec 15, 2016 at 12:57:32AM +0100, Alexandre Belloni wrote: > The license test has been mangled at some point then copy pasted across > multiple files. Restore it to what it should be. > Note that this is not intended as a license change. > > Cc: Michael Trimarch

Re: [PATCH 16/37] ARM: dts: imx6qdl-icore-rqs: Correct license text

2017-01-02 Thread Michael Trimarchi
On Thu, Dec 15, 2016 at 12:57:25AM +0100, Alexandre Belloni wrote: > The license test has been mangled at some point then copy pasted across > multiple files. Restore it to what it should be. > Note that this is not intended as a license change. > > Cc: Michael Trimarchi > Cc

Re: [PATCH 28/37] ARM: dts: imx6ul-geam: Correct license text

2017-01-02 Thread Michael Trimarchi
Matteo Lisi > Cc: Michael Trimarchi > Signed-off-by: Alexandre Belloni Acked-by: Michael Trimarchi > --- > arch/arm/boot/dts/imx6ul-geam-kit.dts | 10 +- > arch/arm/boot/dts/imx6ul-geam.dtsi| 10 +- > 2 files changed, 10 insertions(+), 10 deletions(-) >

Re: [PATCH v3 1/3] ASoC: pcm179x: Split into core and SPI parts

2016-01-21 Thread Michael Trimarchi
/sound/soc/codecs/pcm179x-spi.c >> @@ -0,0 +1,63 @@ >> +/* >> + * PCM179X ASoC SPI driver >> + * >> + * Copyright (c) Amarula Solutions B.V. 2013 >> + * >> + * Michael Trimarchi >> + * >> + * This program is free software; you can redistrib

Re: [alsa-devel] [PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Michael Trimarchi
one chage and I suggest to do the same for the next one. Michael > Raphael > > 2015-11-21 10:31 GMT+01:00 Michael Trimarchi : > > Hi > > > > On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi > > wrote: > >> From: Raphael Poggi > >> > >> Si

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 24, 2015 at 9:21 AM, Raphaël Poggi wrote: > Hi, > > 2015-11-21 10:37 GMT+01:00 Michael Trimarchi : >> Hi >> >> On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: >>> From: Raphael Poggi >>> >>> Add possibility to choos

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Michael Trimarchi
Hi On Tue, Nov 24, 2015 at 5:04 PM, Raphaël Poggi wrote: > Hi, > > 2015-11-24 9:27 GMT+01:00 Michael Trimarchi : >> Hi >> >> On Tue, Nov 24, 2015 at 9:21 AM, Raphaël Poggi wrote: >>> Hi, >>> >>> 2015-11-21 10:37 GMT+01:00 Michael Trimarch

Re: [PATCH v2] sound: codecs: pcm1792a: clean function exit

2015-11-25 Thread Michael Trimarchi
PCM1792A_FMT_MASK | PCM1792A_ATLD_ENABLE, > val); > - if (ret < 0) > - return ret; > - > - return 0; > } > > static const struct snd_soc_dai_ops pcm1792a_dai_ops = { > -- > 2.1.0 > It's fine for me rev

Re: [PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-15 Thread Michael Trimarchi
Hi On Sun, Nov 08, 2015 at 03:07:22PM +0100, Michael Trimarchi wrote: > OSC can be used as USB hub source clock. An example we can route to > CLK2_P imx6 pin > Do I need to include an example in the commit message? usb_hub: usb-hub { compatible = "

[PATCH V2] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-15 Thread Michael Trimarchi
112400 0 0 lvds2_gate 112400 0 0 [...] Signed-off-by: Michael Trimarchi --- Changes in v2: - rework the commit message to give a better description drivers/clk/imx/clk-imx6q.c | 3 ++- 1 fil

Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry

2015-11-27 Thread Michael Trimarchi
Hi On Fri, Nov 27, 2015 at 9:38 AM, Pali Rohár wrote: > On Thursday 26 November 2015 12:39:30 Tony Lindgren wrote: >> Just to explore options.. How about make a minimal device driver that >> just loads the atags blob from /lib/firmware and then shows it in >> /proc/atags? Of course some checking

Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry

2015-11-27 Thread Michael Trimarchi
Hi On Fri, Nov 27, 2015 at 9:44 AM, Michael Trimarchi wrote: > Hi > > On Fri, Nov 27, 2015 at 9:38 AM, Pali Rohár wrote: >> On Thursday 26 November 2015 12:39:30 Tony Lindgren wrote: >>> Just to explore options.. How about make a minimal device driver that >>&g

Re: [alsa-devel] [PATCH 3/4] dt-bindings: sound: add binding for pcm1792a

2015-11-20 Thread Michael Trimarchi
Hi Raphael On Fri, Nov 20, 2015 at 3:42 PM, Rob Herring wrote: > On Fri, Nov 20, 2015 at 11:09:16AM +0100, Raphael Poggi wrote: >> From: Raphael Poggi >> >> Add a binding for specify channel selection. >> >> Signed-off-by: Raphael Poggi >> --- >>

Re: [alsa-devel] [PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Signed-off-by: Raphael Poggi > --- > sound/soc/codecs/pcm1792a.c | 14 -- > 1 file changed, 4 insertions(+), 10 deletions(-) > > diff --git a/sound/soc/codecs/pcm1792a.c

Re: [alsa-devel] [PATCH 2/4] sound: codecs: pcm1792a: add define for register

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Use define for register instead of number, when it is possible. > Doing this, make easier to read and use in the code. > > Signed-off-by: Raphael Poggi > --- > sound/soc/codecs/pcm1792a.c | 47 >

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-21 Thread Michael Trimarchi
Hi On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: > From: Raphael Poggi > > Add possibility to choose the channel side using the device tree, > and also modify it using alsa ctrl. > > Signed-off-by: Raphael Poggi > --- > sound/soc/codecs/pcm1792a.c | 46 >

Re: [PATCH] ARM: dts: rockchip: Add mdio node to ethernet node

2016-03-21 Thread Michael Trimarchi
Hi On Mon, Mar 21, 2016 at 9:23 AM, Tomeu Vizoso wrote: > On 18 March 2016 at 22:34, Andreas Färber wrote: >> Am 18.03.2016 um 12:20 schrieb Tomeu Vizoso: >>> So the dwmac device manages to probe again. >>> >>> Signed-off-by: Tomeu Vizoso >>> Fixes: 88f8b1bb41c6 ("stmmac: Fix 'eth0: No PHY

[PATCH] clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b

2015-11-08 Thread Michael Trimarchi
OSC can be used as USB hub source clock. An example we can route to CLK2_P imx6 pin Signed-off-by: Michael Trimarchi --- drivers/clk/imx/clk-imx6q.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-imx6q.c b/drivers/clk/imx/clk-imx6q.c index b2c1c04

Re: [PATCH v4 0/3] ASoC: pcm179x: Add I2C support, declare support for continuous rates

2016-01-22 Thread Michael Trimarchi
kbuild test robot by adding static > keyword and proper symbol exports. > > Jacob Siverskog (3): > ASoC: pcm179x: Split into core and SPI parts > ASoC: pcm179x: Add I2C interface driver > ASoC: pcm179x: Support continuous rates > For me are fine Acked-by: Michael Trimarchi