[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca33326e-22c8-e57b-c5fe-900f4749e640@ti.com>
Date: Tue, 25 Feb 2020 10:32:04 +0530
From: Lokesh Vutla <lokeshvutla@...com>
To: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
CC: Thierry Reding <thierry.reding@...il.com>,
Tony Lindgren <tony@...mide.com>,
Linux OMAP Mailing List <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-pwm@...r.kernel.org>,
Sekhar Nori <nsekhar@...com>
Subject: Re: [PATCH 1/4] pwm: omap-dmtimer: Drop unused header file
Hi Uwe,
On 24/02/20 1:23 PM, Uwe Kleine-König wrote:
> Hello,
>
> On Mon, Feb 24, 2020 at 10:51:32AM +0530, Lokesh Vutla wrote:
>> @@ -190,9 +190,8 @@ static int pwm_omap_dmtimer_config(struct pwm_chip *chip,
>> load_value, load_value, match_value, match_value);
>>
>> omap->pdata->set_pwm(omap->dm_timer,
>> - pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED,
>> - true,
>> - PWM_OMAP_DMTIMER_TRIGGER_OVERFLOW_AND_COMPARE);
>> + pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED,
>> + true, OMAP_TIMER_TRIGGER_OVERFLOW_AND_COMPARE);
>
> This is unrelated.
PWM_OMAP_DMTIMER_TRIGGER_OVERFLOW_AND_COMPARE is deleted along with header file
and used OMAP_TIMER_TRIGGER_OVERFLOW_AND_COMPARE. I should have mentioned this
in my commit description. Will fix it in v2.
Thanks and regards,
Lokesh
Powered by blists - more mailing lists