[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: [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 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 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 Trimarchi

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 + > sound/soc/codecs/ma

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 electric

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 = "regu

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 exte

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 fix

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 foun

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

2016-01-22 Thread Michael Trimarchi
y 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 Trimar

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: [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: [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 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

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: [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 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Michael Trimarchi
irst 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 > >> > >&g

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: [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 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 b/sound/soc/codecs/pcm1792a.

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 >> --- >> Documentation/devicetree/bindings/sound/pcm179

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

2015-11-15 Thread Michael Trimarchi
0 0 [...] lvds2_sel 112400 0 0 lvds2_gate 1 1 2400 0 0 [...] Signed-off-by: Michael Trimarchi --- Changes in v2: - rework the commit message to give a better description

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] 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] 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 &g

BUG: spinlock bad magic, do_task_stat

2015-06-16 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 [1066

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: >&

[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 Trimarc

[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

[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 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

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 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 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 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 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 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-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 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 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 > f

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 i

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: [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

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

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 bit

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 th