mbox series

[v2,0/2] pwm-tiecap: Add support for AM654 SoCs

Message ID 20181016060402.18756-1-vigneshr@ti.com (mailing list archive)
Headers show
Series pwm-tiecap: Add support for AM654 SoCs | expand

Message

Vignesh Raghavendra Oct. 16, 2018, 6:04 a.m. UTC
Couple of patches to enable pwm-tiecap driver to be used with TI's new
AM654 platforms.

Vignesh R (2):
  dt-bindings: pwm: tiecap: Add TI AM654 SoC specific compatible
  pwm: Kconfig: Enable TI ECAP driver for ARCH_K3

 Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 +
 drivers/pwm/Kconfig                                  | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thierry Reding Oct. 16, 2018, 11:15 a.m. UTC | #1
On Tue, Oct 16, 2018 at 11:34:00AM +0530, Vignesh R wrote:
> Couple of patches to enable pwm-tiecap driver to be used with TI's new
> AM654 platforms.
> 
> Vignesh R (2):
>   dt-bindings: pwm: tiecap: Add TI AM654 SoC specific compatible
>   pwm: Kconfig: Enable TI ECAP driver for ARCH_K3
> 
>  Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 +
>  drivers/pwm/Kconfig                                  | 5 ++---
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thierry
Vignesh Raghavendra Oct. 31, 2018, 1:32 p.m. UTC | #2
Hi Thierry,

On 16/10/18 4:45 PM, Thierry Reding wrote:
> On Tue, Oct 16, 2018 at 11:34:00AM +0530, Vignesh R wrote:
>> Couple of patches to enable pwm-tiecap driver to be used with TI's new
>> AM654 platforms.
>>
>> Vignesh R (2):
>>   dt-bindings: pwm: tiecap: Add TI AM654 SoC specific compatible
>>   pwm: Kconfig: Enable TI ECAP driver for ARCH_K3
>>
>>  Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 +
>>  drivers/pwm/Kconfig                                  | 5 ++---
>>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> Applied, thanks.
> 

I could not see this patch series in pwm tree here:
https://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
Is this queued for v4.20?
Thierry Reding Nov. 1, 2018, 9:56 a.m. UTC | #3
On Wed, Oct 31, 2018 at 07:02:23PM +0530, Vignesh R wrote:
> Hi Thierry,
> 
> On 16/10/18 4:45 PM, Thierry Reding wrote:
> > On Tue, Oct 16, 2018 at 11:34:00AM +0530, Vignesh R wrote:
> >> Couple of patches to enable pwm-tiecap driver to be used with TI's new
> >> AM654 platforms.
> >>
> >> Vignesh R (2):
> >>   dt-bindings: pwm: tiecap: Add TI AM654 SoC specific compatible
> >>   pwm: Kconfig: Enable TI ECAP driver for ARCH_K3
> >>
> >>  Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 +
> >>  drivers/pwm/Kconfig                                  | 5 ++---
> >>  2 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > Applied, thanks.
> > 
> 
> I could not see this patch series in pwm tree here:
> https://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
> Is this queued for v4.20?

I forgot to push out those patches to for-next. Done that now. It's
quite late for those to go in, but since these don't touch any code
it looks okay.

Thierry